
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">

<html>
<head>
<META http-equiv="Content-Type" content="text/html; charset=UTF-16">
<link rel="shortcut icon" href="/supportline/000/favicon_tcm21-7604.ico">
<link rel="stylesheet" type="text/css" href="/supportline/_includes2/css/microfocuslayout.css">
<link rel="stylesheet" type="text/css" href="/supportline/_includes2/css/microfocusstyle.css"><script type="text/javascript" src="/supportline/_includes2/js/TemplateFunctions.js"></script><script type="text/javascript" language="javascript" src="/supportline/_includes2/js/GeneralJSFunctions.js"></script><script type="text/javascript" language="javascript" src="/supportline/leftnav.js"></script><title>Micro Focus SupportLine</title><SCRIPT language="javascript" src="error.js"></SCRIPT><SCRIPT language="javascript">
			var ERR_CLIENT_TITLE = "";
			var ERR_SERVER_TITLE = "";
			var ERR_LE_TITLE = "";
			var ERR_PARSER_TITLE = "";
			var INFO_PHUB_TITLE = "";
			var ERR_VALIDATION_TITLE = "";
			var ERR_DEFAULT_TITLE = "";
			
			var ERR_TIME_STAMP_FORMAT = "";
			var ERR_DATE_FORMAT = "";
			var ERR_REQUIRED_FIELD = "";
			var PAGE_TITLE_INFO = "";
			var PAGE_TITLE_ERROR = "";
		</SCRIPT><SCRIPT LANGUAGE="JavaScript">

				var nav4 = window.Event ? true : false;

				function codes(e)
				{
					if (nav4) // Navigator 4.0x
					{
						var whichCode = e.which;
					}
					else // Internet Explorer 4.0x
					{
						if (e.type == "keypress") // the user entered a character
						{
							var whichCode = e.keyCode;
						}
					}

					if (whichCode == 13)
					{
						SubmitHandler();
					}
				}

</SCRIPT><SCRIPT language="Javascript">
				
				function defLoadPage()
				{				
				
					document.MainForm.UserID.focus();
					
	 				document.MainForm.UserID.value = getCookie("UserID");
	 				document.MainForm.Password.value = getCookie("Password");

	 				var checkval = getCookie("AutoLogin");
					if (checkval == "true")	document.MainForm.AutoLogin.checked = 1;
					else document.MainForm.AutoLogin.checked = 0;

					//show server message here, first detemine whether there is ANY
					if ( document.serverScriptMessages.elements.length > 0)
					{
						alert ("hello");
						for ( var i = 0; i < document.serverScriptMessages.elements.length; i++ )
						{
							errWindow( TITLE_TYPE_PHUB_INFO, document.serverScriptMessages.elements[i].value, ICON_TYPE_INFO );
						}
					}
				}

				function openURL( URL )
				{
					window.open("http://" + URL, "","");
				}
				
				function classChange(element, className)
				{		
					element.className = className;
				}
				
				function SubmitHandler() 
				{   
 				var var_UserId= document.MainForm.UserID.value;
				var var_Password=document.MainForm.Password.value;

					CheckValues();					
					return false;   

				}

function getCookie (name) {
 var arg = name + "=";
 var alen = arg.length;
 var clen = document.cookie.length;
 var i = 0;
 while (i < clen) {
   var j = i + alen;
   if (document.cookie.substring(i, j) == arg)
     return getCookieVal (j);
   i = document.cookie.indexOf(" ", i) + 1;
   if (i == 0) break; 
 }
 return "";
}

function getCookieVal (offset) {
 var endstr = document.cookie.indexOf (";", offset);
 if (endstr == -1)
   endstr = document.cookie.length;
 return unescape(document.cookie.substring(offset, endstr));
}



function alert_confirm(language) 
{


	if ( confirm( "Select OK to make " + language + " your default language on this site or CANCEL to just use it for this session." )) 
					{ 
					WriteCookie("Language", language, 1000 * 60 * 60 * 24 * 1 * 31);
					window.location = 'xmlloader.asp?type=home&langsw=1';
					} 
					else 
					{ 
					WriteCookie("Language", language, "" );
					window.location ='xmlloader.asp?type=home&langsw=1'; 
					}
	return false;
}








//function alert_confirm() {

				//if (document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value != "none") 
				//{
					//language = document.selecter1.select1.options[document.selecter1.select1.selectedIndex].value;

					//if ( confirm( "Select OK to make " + language + " your default language on this site or CANCEL to just use it for this session." )) 
					//{ 
					//WriteCookie("Language", language, 1000 * 60 * 60 * 24 * 1 * 31);
					//window.location = 'xmlloader.asp?type=home&langsw=1';
					//} 
					//else 
					//{ 
					//WriteCookie("Language", language, "" );
					//window.location ='xmlloader.asp?type=home&langsw=1'; 
					//}
				//}
//}    

function WriteCookie (cookieName, cookieValue, expiry) 	{
		var expDate = new Date();

		if(expiry)
		{
			expDate.setTime (expDate.getTime() + expiry);
   			 document.cookie = cookieName + "=" + escape (cookieValue) + "; expires=" + expDate.toGMTString();
		 }
		  else
		  {
        document.cookie = cookieName + "=" + escape (cookieValue);
	}
}
				function CheckValues()
				{

					var var_UserId= document.MainForm.UserID.value;
					var var_Password=document.MainForm.Password.value;
					var var_AutoLogin=document.MainForm.AutoLogin.checked;
					
					// if all required fields not filled, display error in dialog box
					if (var_UserId == "") 
					{
						alert("You must enter a valid user name.");
						document.MainForm.UserID.focus()
					}
					else 
					{	
					
					if (var_AutoLogin == 1)
					{
							WriteCookie("UserID", var_UserId, 1000 * 60 * 60 * 24 * 1 * 31);
							WriteCookie("Password", var_Password, 1000 * 60 * 60 * 24 * 1 * 31);
							WriteCookie("AutoLogin", var_AutoLogin, 1000 * 60 * 60 * 24 * 1 * 31);
					}
					else
					{
						WriteCookie("UserID", "");
						WriteCookie("Password", "");
						WriteCookie("AutoLogin", "");		
					
					}

						document.MainForm.submit();
					}
				}
				
				
			
</SCRIPT><style type="text/css">
 	
.contentrighttopSLHome{
	float:left;
	width: 377px;
	height: 28px;
	border-bottom: 0;
	}

.contentrighttopSLHome ul li a{
	line-height: 250%;
	color: #5D87A1;
	text-decoration: none;
	font-size: 90%; /*This is 15px*/
}

.contentrighttopSLHome ul li a:hover{
	text-decoration: underline;
}

.contentrighttopSLHome ul li{
	display:inline;
	list-style:none;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 1px;
	padding-bottom: 1px;
	background-image: url(/000/breadcrumb_chevron_tcm21-8299.gif);
	background-position: right;
	background-repeat: no-repeat;
}

.contentrighttopSLHome ul li.firstLIitem{
	padding-left: 0px;
}

.contentrighttopSLHome ul li.lastLIitem{
	display:inline;
	list-style:none;
	padding-left:6px;
	padding-top:1px;
	padding-bottom:1px;
	background:none;
}
.contentrighttopSLHome ul li.lastLIitem{
	color: #A79887;
	text-decoration: none;
	font-size: 90%;
	background: none;	
}

.SLhome {
	border-top: 1px solid #EAEAEA;
	border-right: 1px solid #EAEAEA;
	border-left: 1px solid #EAEAEA;
	border-bottom: 1px solid #EAEAEA;
	width: 563px;
}

.cellpaddingTop {
	padding-top: 4px;
	padding-left: 10px;
	padding-bottom: 0;
}

.cellpaddingLeft {
	padding-left: 10px;
	padding-top: 0;
	padding-bottom: 0;
}

.cellpaddingBottom {
	padding-bottom: 4px;
	padding-left: 10px;
	border-top: 1px solid #EAEAEA;
}

.cellpaddingRight {
	padding-right: 10px;
	padding-left: 5px;
}	


</style>
</head>
<body>
<div id="wrap"><SCRIPT language="Javascript" xmlns:fo="http://www.w3.org/1999/XSL/Format">
 function searchWord()
 {
 if (document.googleform.q.value.toLowerCase()=="search")
 {document.googleform.q.value=""};
 }
  
 </SCRIPT><div id="primarynavarea" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<div class="toparea" onmouseover="hideMenu2();"></div>
<form action="http://213.83.72.223/search" name="googleform" method="get" id="Form1" style="margin:0;padding:0;">
<div id="searchbox2"><input class="inputsearch" type="text" name="q" value="Search" onFocus="doClear(this);" id="Text1"><input type="image" src="http://www.microfocus.com/000/search_chevron_01_tcm21-8287.gif" width="19" height="19" onclick="searchWord();"><input type="hidden" name="restrict" value="microfocus" id="Hidden1"><input type="hidden" name="ie" value="" id="Hidden2"><input type="hidden" name="output" value="xml_no_dtd" id="Hidden3"><input type="hidden" name="site" value="my_collection" id="Hidden4"><input type="hidden" name="lr" value="" id="Hidden5"><input type="hidden" name="client" value="my_collection" id="Hidden6"><input type="hidden" name="proxystylesheet" value="my_collection" id="Hidden7"></div>
</form>
<div class="logoareahome"><a href="http://www.microfocus.com/"><img src="http://www.microfocus.com/000/logomicrofocus_tcm21-8292.jpg" alt="Micro Focus" border="0"></a></div>
<div class="globalnav_home" onmouseover="hideMenu2();">
<div id="globalnavigation">
<ul>
<li><a href="http://www.microfocus.com/worldwide.asp">Worldwide Sites</a></li>
<li><a href="http://www.microfocus.com/ISV/">Application Providers</a></li>
<li><a href="http://www.microfocus.com/partners/">Partners</a></li>
<li><a href="http://investors.microfocus.com/">Investors</a></li>
<li><a href="http://www.microfocus.com/Resources/Communities/Academic/">Academic users</a></li>
<li class="lastnavitem" style="padding-left:13px"><a href="http://www.microfocus.com/AboutMicroFocus/Contact/"><font color="#D9531E">Contact Us</font></a></li>
</ul>
<div id="globalnavfinalitem"></div>
</div>
</div>
<div class="primarynavstart"></div>
<div class="primarynav">
<ul>
<li onmouseover="clearTimeOut();"><a href="http://www.microfocus.com/Products/" onmouseover="showMenu('1', this);">Products</a><table cellpadding="0" cellspacing="0" id="dropmenu_1" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('11','#B6BDCC');" onmouseout="SetBgColor('11','#6C7B99');"><a href="http://www.microfocus.com/Products/" onclick="location.href='http://www.microfocus.com/Products/';"><table width="100%" id="table_11" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Product Overview</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('12','#B6BDCC');" onmouseout="SetBgColor('12','#6C7B99');"><a href="http://www.microfocus.com/products/EnterpriseView/" onclick="location.href='http://www.microfocus.com/products/EnterpriseView/';"><table width="100%" id="table_12" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus Enterprise View</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('13','#B6BDCC');" onmouseout="SetBgColor('13','#6C7B99');"><a href="http://www.microfocus.com/products/Studio/" onclick="location.href='http://www.microfocus.com/products/Studio/';"><table width="100%" id="table_13" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus Studio™</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('14','#B6BDCC');" onmouseout="SetBgColor('14','#6C7B99');"><a href="http://www.microfocus.com/Products/Server/" onclick="location.href='http://www.microfocus.com/Products/Server/';"><table width="100%" id="table_14" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus Server™</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('15','#B6BDCC');" onmouseout="SetBgColor('15','#6C7B99');"><a href="http://www.microfocus.com/products/NetExpress" onclick="location.href='http://www.microfocus.com/products/NetExpress';"><table width="100%" id="table_15" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Net Express®</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('16','#B6BDCC');" onmouseout="SetBgColor('16','#6C7B99');"><a href="http://www.microfocus.com/Products/ServerExpress" onclick="location.href='http://www.microfocus.com/Products/ServerExpress';"><table width="100%" id="table_16" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Server Express™</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('17','#B6BDCC');" onmouseout="SetBgColor('17','#6C7B99');"><a href="http://www.microfocus.com/products/mfeee" onclick="location.href='http://www.microfocus.com/products/mfeee';"><table width="100%" id="table_17" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Mainframe Express® Enterprise Edition</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('18','#B6BDCC');" onmouseout="SetBgColor('18','#6C7B99');"><a href="http://www.microfocus.com/products/SOAExpress" onclick="location.href='http://www.microfocus.com/products/SOAExpress';"><table width="100%" id="table_18" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus SOA Express™</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('19','#B6BDCC');" onmouseout="SetBgColor('19','#6C7B99');"><a href="http://www.microfocus.com/products/DataExpress" onclick="location.href='http://www.microfocus.com/products/DataExpress';"><table width="100%" id="table_19" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus Data Express</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('110','#B6BDCC');" onmouseout="SetBgColor('110','#6C7B99');"><a href="http://www.microfocus.com/products/RevolveEE" onclick="location.href='http://www.microfocus.com/products/RevolveEE';"><table width="100%" id="table_110" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Revolve® Enterprise Edition</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('111','#B6BDCC');" onmouseout="SetBgColor('111','#6C7B99');"><a href="http://www.microfocus.com/products/more" onclick="location.href='http://www.microfocus.com/products/more';"><table width="100%" id="table_111" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>More Micro Focus Products</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('112','#B6BDCC');" onmouseout="SetBgColor('112','#6C7B99');"><a href="http://www.microfocus.com/products/producta-z.asp" onclick="location.href='http://www.microfocus.com/products/producta-z.asp';"><table width="100%" id="table_112" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Product Index A-Z</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
<li onmouseover="clearTimeOut();"><a href="http://www.microfocus.com/Solutions/" onmouseover="showMenu('2', this);">Solutions</a><table cellpadding="0" cellspacing="0" id="dropmenu_2" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('21','#B6BDCC');" onmouseout="SetBgColor('21','#6C7B99');"><a href="http://www.microfocus.com/Solutions/" onclick="location.href='http://www.microfocus.com/Solutions/';"><table width="100%" id="table_21" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Solutions Overview</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('22','#B6BDCC');" onmouseout="SetBgColor('22','#6C7B99');"><a href="http://www.microfocus.com/Solutions/APM/" onclick="location.href='http://www.microfocus.com/Solutions/APM/';"><table width="100%" id="table_22" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Application Portfolio Management</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('23','#B6BDCC');" onmouseout="SetBgColor('23','#6C7B99');"><a href="http://www.microfocus.com/Solutions/ApplicationModernization/" onclick="location.href='http://www.microfocus.com/Solutions/ApplicationModernization/';"><table width="100%" id="table_23" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Application Modernization</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('24','#B6BDCC');" onmouseout="SetBgColor('24','#6C7B99');"><a href="http://www.microfocus.com/Solutions/ApplicationDevelopment/" onclick="location.href='http://www.microfocus.com/Solutions/ApplicationDevelopment/';"><table width="100%" id="table_24" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Application Development</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
<li onmouseover="clearTimeOut();"><a href="http://www.microfocus.com/Services/" onmouseover="showMenu('3', this);">Services</a><table cellpadding="0" cellspacing="0" id="dropmenu_3" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('31','#B6BDCC');" onmouseout="SetBgColor('31','#6C7B99');"><a href="http://www.microfocus.com/Services/" onclick="location.href='http://www.microfocus.com/Services/';"><table width="100%" id="table_31" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Services Overview</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('32','#B6BDCC');" onmouseout="SetBgColor('32','#6C7B99');"><a href="http://www.microfocus.com/Services/Consulting/" onclick="location.href='http://www.microfocus.com/Services/Consulting/';"><table width="100%" id="table_32" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Consulting</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('33','#B6BDCC');" onmouseout="SetBgColor('33','#6C7B99');"><a href="http://www.microfocus.com/Services/Training/" onclick="location.href='http://www.microfocus.com/Services/Training/';"><table width="100%" id="table_33" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Training Courses</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
<li onmouseover="clearTimeOut();"><a href="http://www.microfocus.com/Support/" onmouseover="showMenu('4', this);">Support</a><table cellpadding="0" cellspacing="0" id="dropmenu_4" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('41','#B6BDCC');" onmouseout="SetBgColor('41','#6C7B99');"><a href="http://www.microfocus.com/Support/" onclick="location.href='http://www.microfocus.com/Support/';"><table width="100%" id="table_41" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>SupportLine Home</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('42','#B6BDCC');" onmouseout="SetBgColor('42','#6C7B99');"><a href="http://supportline.microfocus.com/mf_profile.asp" onclick="location.href='http://supportline.microfocus.com/mf_profile.asp';"><table width="100%" id="table_42" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>My Details</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('43','#B6BDCC');" onmouseout="SetBgColor('43','#6C7B99');"><a href="http://supportline.microfocus.com/assistedservices.asp" onclick="location.href='http://supportline.microfocus.com/assistedservices.asp';"><table width="100%" id="table_43" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>My Incidents</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('44','#B6BDCC');" onmouseout="SetBgColor('44','#6C7B99');"><a href="http://supportline.microfocus.com/mf_google_search.asp" onclick="location.href='http://supportline.microfocus.com/mf_google_search.asp';"><table width="100%" id="table_44" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Knowledge Base</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('45','#B6BDCC');" onmouseout="SetBgColor('45','#6C7B99');"><a href="http://supportline.microfocus.com/websync/index.asp" onclick="location.href='http://supportline.microfocus.com/websync/index.asp';"><table width="100%" id="table_45" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Product Updates</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('46','#B6BDCC');" onmouseout="SetBgColor('46','#6C7B99');"><a href="http://Supportline.microfocus.com/licensing/licensinghome.asp" onclick="location.href='http://Supportline.microfocus.com/licensing/licensinghome.asp';"><table width="100%" id="table_46" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Licensing</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('47','#B6BDCC');" onmouseout="SetBgColor('47','#6C7B99');"><a href="http://Supportline.microfocus.com/productdoc.asp" onclick="location.href='http://Supportline.microfocus.com/productdoc.asp';"><table width="100%" id="table_47" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Product Documentation</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('48','#B6BDCC');" onmouseout="SetBgColor('48','#6C7B99');"><a href="http://Supportline.microfocus.com/examplesandutilities/index.asp" onclick="location.href='http://Supportline.microfocus.com/examplesandutilities/index.asp';"><table width="100%" id="table_48" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Examples and Utilities</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('70','#B6BDCC');" onmouseout="SetBgColor('70','#6C7B99');"><a href="http://Supportline.microfocus.com/productreleaselevels/unix.asp" onclick="location.href='http://Supportline.microfocus.com/productreleaselevels/unix.asp';"><table width="100%" id="table_70" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Support Resources</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('71','#B6BDCC');" onmouseout="SetBgColor('71','#6C7B99');"><a href="http://www.cobolportal.com/microfocusforum/index.asp" onclick="location.href='http://www.cobolportal.com/microfocusforum/index.asp';"><table width="100%" id="table_71" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Community Forums</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('75','#B6BDCC');" onmouseout="SetBgColor('75','#6C7B99');"><a href="http://www.microfocus.com/Resources/Communities/Academic/SoftwareSupport.asp" onclick="location.href='http://www.microfocus.com/Resources/Communities/Academic/SoftwareSupport.asp';"><table width="100%" id="table_75" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Action Program</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('49','#B6BDCC');" onmouseout="SetBgColor('49','#6C7B99');"><a href="/000/MF_Support_CC.pdf" onClick="javascript:window.open(this.href,this.target,'width=600,height=500,top=100,left=100,toolbar=no,scrollbars=0,resizable=yes,status');return false;" target="_blank"><table width="100%" id="table_49" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Our Services</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
<li onmouseover="clearTimeOut();"><a href="http://www.microfocus.com/Resources/" onmouseover="showMenu('5', this);">Resources</a><table cellpadding="0" cellspacing="0" id="dropmenu_5" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('51','#B6BDCC');" onmouseout="SetBgColor('51','#6C7B99');"><a href="http://www.microfocus.com/Resources/" onclick="location.href='http://www.microfocus.com/Resources/';"><table width="100%" id="table_51" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Resource Center</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('52','#B6BDCC');" onmouseout="SetBgColor('52','#6C7B99');"><a href="http://www.microfocus.com/Resources/CustomerSuccesses/" onclick="location.href='http://www.microfocus.com/Resources/CustomerSuccesses/';"><table width="100%" id="table_52" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Customer Successes</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('53','#B6BDCC');" onmouseout="SetBgColor('53','#6C7B99');"><a href="http://www.microfocus.com/Resources/Events/" onclick="location.href='http://www.microfocus.com/Resources/Events/';"><table width="100%" id="table_53" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Events</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('54','#B6BDCC');" onmouseout="SetBgColor('54','#6C7B99');"><a href="http://www.microfocus.com/Resources/Webcasts/" onclick="location.href='http://www.microfocus.com/Resources/Webcasts/';"><table width="100%" id="table_54" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Webcasts</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('55','#B6BDCC');" onmouseout="SetBgColor('55','#6C7B99');"><a href="http://www.microfocus.com/Resources/Communities/" onclick="location.href='http://www.microfocus.com/Resources/Communities/';"><table width="100%" id="table_55" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>User Communities</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('56','#B6BDCC');" onmouseout="SetBgColor('56','#6C7B99');"><a href="http://www.microfocus.com/Resources/Whitepapers/" onclick="location.href='http://www.microfocus.com/Resources/Whitepapers/';"><table width="100%" id="table_56" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>White Papers</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('57','#B6BDCC');" onmouseout="SetBgColor('57','#6C7B99');"><a href="http://www.microfocus.com/Resources/whitepapers/executivesummaries.asp" onclick="location.href='http://www.microfocus.com/Resources/whitepapers/executivesummaries.asp';"><table width="100%" id="table_57" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Executive Summaries</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('58','#B6BDCC');" onmouseout="SetBgColor('58','#6C7B99');"><a href="http://www.microfocus.com/Resources/Newsletters/" onclick="location.href='http://www.microfocus.com/Resources/Newsletters/';"><table width="100%" id="table_58" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Newsletters</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('59','#B6BDCC');" onmouseout="SetBgColor('59','#6C7B99');"><a href="http://www.microfocus.com/Resources/Quotes/" onclick="location.href='http://www.microfocus.com/Resources/Quotes/';"><table width="100%" id="table_59" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Key Quotes</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
<li onmouseover="clearTimeOut();" class="lastnavitem"><a href="http://www.microfocus.com/AboutMicroFocus/" onmouseover="showMenu('6', this);">About Micro Focus</a><table cellpadding="0" cellspacing="0" id="dropmenu_6" class="dropsubmenu">
<tr>
<td height="1px"></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('61','#B6BDCC');" onmouseout="SetBgColor('61','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/';"><table width="100%" id="table_61" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Micro Focus Overview</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('62','#B6BDCC');" onmouseout="SetBgColor('62','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/At-a-glance/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/At-a-glance/';"><table width="100%" id="table_62" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>At-a-Glance</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('63','#B6BDCC');" onmouseout="SetBgColor('63','#6C7B99');"><a href="http://investors.microfocus.com" onclick="location.href='http://investors.microfocus.com';"><table width="100%" id="table_63" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Investor Relations</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('64','#B6BDCC');" onmouseout="SetBgColor('64','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/PressRoom/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/PressRoom/';"><table width="100%" id="table_64" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Press Room</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('65','#B6BDCC');" onmouseout="SetBgColor('65','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/Analysts/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/Analysts/';"><table width="100%" id="table_65" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Industry Analysts</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('66','#B6BDCC');" onmouseout="SetBgColor('66','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/Contact/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/Contact/';"><table width="100%" id="table_66" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Contact Information</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('67','#B6BDCC');" onmouseout="SetBgColor('67','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/legal/Privacy.asp" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/legal/Privacy.asp';"><table width="100%" id="table_67" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Privacy Statement</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('68','#B6BDCC');" onmouseout="SetBgColor('68','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/Legal/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/Legal/';"><table width="100%" id="table_68" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Legal</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
<tr>
<td class="dropsubli" onmouseover="SetBgColor('69','#B6BDCC');" onmouseout="SetBgColor('69','#6C7B99');"><a href="http://www.microfocus.com/AboutMicroFocus/Careers/" onclick="location.href='http://www.microfocus.com/AboutMicroFocus/Careers/';"><table width="100%" id="table_69" cellspacing="0" cellpadding="0" border="0">
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgtopv_tcm21-8265.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgtoph_tcm21-8264.gif" border="0" alt=""></td>
</tr>
<tr>
<td width="10" height="6"></td>
<td>Careers</td>
<td width="12"></td>
</tr>
<tr>
<td width="10"><img src="http://www.microfocus.com/000/bgbottenv_tcm21-8255.gif" border="0" alt=""></td>
<td></td>
<td width="16"><img src="http://www.microfocus.com/000/bgbottenh_tcm21-8254.gif" border="0" alt=""></td>
</tr>
</table></a></td>
</tr>
</table>
</li>
</ul>
</div>
<div class="primarynavend"></div>
</div>
<div id="middlecontent" onmouseover="hideMenu2();">
<div id="leftmenubox" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<div id="ln">
<div>
<UL>
<li class="overview"><A href="xmlloader.asp?type=home">SupportLine</A></li>
<li><A href="xmlloader.asp?type=home">Log in</A></li>
<li id="100" class="ln"><A onclick="expandcollapseone(0);" href="/mydetails.asp">My Details </A><ul id="0" STYLE="DISPLAY: NONE;">
<li class="ln-s1"><A href="/mf_profile.asp">My Personal Profile</A></li>
<li class="ln-s1"><A href="/mf_product_profile.asp">My Product Profile</A></li>
<li class="ln-s1"><A href="/mf_password.asp">Change Password</A></li>
</ul>
</li>
<li id="102" class="ln"><a href="/assistedservices.asp" onclick="expandcollapseone(2);">My Incidents </a><ul id="2" STYLE="DISPLAY: NONE;">
<li class="ln-s1"><A href="/enhancement.asp">Suggestion Box</A></li>
<li class="ln-s1"><A href="/mf_incident_add.asp?type=new">Report an Incident</A></li>
<li class="ln-s1"><A href="/mf_incident_status.asp">Advanced Search</A></li>
<li class="ln-s1"><A href="/mf_incident_status.asp?action=send&amp;report=byid&amp;sortfield=1&amp;statusfilter=allopen">My Open Incidents</A></li>
<li class="ln-s1"><A href="/mf_incident_status.asp?action=send&amp;report=byid&amp;sortfield=1">All My Incidents</A></li>
<li class="ln-s1"><A href="/mf_incident_status.asp?action=send&amp;report=byco&amp;allco=y&amp;sortfield=1">My Company Incidents</A></li>
</ul>
</li>
<li id="103" class="ln"><A href="#" onclick="launchPortal();">Knowledge Base</A></li>
<li id="101" class="ln"><A onclick="expandcollapseone(1);" href="/websync/index.asp">Product Updates</A><ul id="1" STYLE="DISPLAY: NONE;">
<li class="ln-s1"></li>
</ul>
</li>
<li id="108" class="ln"><A onclick="expandcollapseone(8);" href="/licensing/LicensingHome.asp">Licensing</A><ul id="8" STYLE="DISPLAY: NONE;">
<li class="ln-s1"><A href="/licensing/windows1.asp">Windows</A></li>
<li class="ln-s1"><A href="/licensing/Unix1.asp">Unix/Linux</A></li>
<li class="ln-s1"><A href="/licensing/codeword_generator.asp">Sim Mainframe</A></li>
<li class="ln-s1"><A href="/licensing/license_activate.asp">Liant Product Activation</A></li>
<li class="ln-s1"><A href="/licensing/LiantLicenseUtility.asp">Liant License Utility</A></li>
<li class="ln-s1"><A href="/licensing/eclipseAddpack.asp">Eclipse AddPack</A></li>
</ul>
</li>
<li id="106" class="ln"><A href="/productdoc.asp">Product Documentation</A></li>
<li id="109" class="ln"><A onclick="expandcollapseone(9);" href="/examplesandutilities/index.asp">Examples and Utilities</A><ul id="9" class="ln-s1" STYLE="DISPLAY: NONE;">
<li class="ln-s1"></li>
</ul>
</li>
<li id="104" class="ln"><A onclick="expandcollapseone(4);" href="/supportresources.asp">Support Resources</A><ul id="4" STYLE="DISPLAY: NONE;">
<li class="ln-s1"><A href="http://www.microfocus.com/products/Withdrawal/index.asp" TARGET="_blank">Product Withdrawal</A></li>
<li class="ln-s1"><A href="/productreleaselevels/unix.asp" TARGET="_blank">Unix/Linux Product Matrix</A></li>
<li class="ln-s1"><A href="/productreleaselevels/index.asp" TARGET="_blank">Windows product Matrix</A></li>
<li class="ln-s1"><A href="/productreleaselevels/mf_onweb_rumba.asp" TARGET="_blank">NetManage product Matrix</A></li>
<li class="ln-s1"><A href="/examplesandutilities/Thrd_thur.asp" TARGET="_blank">Third Thursday Webcast Archives</A></li>
<li class="ln-s1"><A href="/licensing/Product_Update.asp" TARGET="_blank">Request Latest Version</A></li>
<li class="ln-s1"><A href="http://www.microfocus.com/Resources/Newsletters/customercare/" TARGET="_blank">Monthly Newsletter</A></li>
<li class="ln-s1"><A href="/supportresources/glossary.asp">Glossary</A></li>
<li class="ln-s1"><A href="/supportresources/developer_intro.asp">NetManage Developer Site</A></li>
<li class="ln-s1"><A href="http://www.microfocus.com/Services/Training/">Training Resources</A></li>
</ul>
</li>
<li id="107" class="ln"><A onclick="expandcollapseone(7);" href="/communityforums.asp">Community Forums</A><ul id="7" STYLE="DISPLAY: NONE;">
<li class="ln-s1"><A href="http://www.acucorp.com/support/supported/customer_forum/index.php" target="_blank">Acucorp Forum</A></li>
<li class="ln-s1"><A href="http://www.cobolportal.com/microfocusforum/index.asp?bhcp=1" target="_blank">Micro Focus Forum</A></li>
</ul>
</li>
<li id="110" class="ln"><A onclick="expandcollapseone(10);" href="http://www.microfocus.com/Resources/Communities/Academic/SoftwareSupport.asp">Action Program</A><ul id="10" STYLE="DISPLAY: NONE;">
<li class="ln-s1"></li>
</ul>
</li>
<li id="105" class="ln"><A onclick="expandcollapseone(5);" href="/000/MF_Support_CC.pdf" target="_blank">Our Services</A><ul id="5" STYLE="DISPLAY: NONE;">
<li class="ln-s1"></li>
</ul>
</li>
<li class="ln"><A onclick="openall();" href="#">Expand All </A></li>
</UL>
</div>
</div>
</div>
<div id="contentright">
<div class="contentrighttopSLHome" xmlns:fo="http://www.w3.org/1999/XSL/Format">
<ul>
<li class="firstLIitem"><a href="http://www.microfocus.com/">Home</a></li>
<li class="lastLIitem">Supportline</li>
</ul>
</div>
<div id="" align="center"><a href=""><img src="/_images/homepage/flags/us-flag.gif" alt="English" onclick="javascript:return alert_confirm('English')"></a><img src="/_images/homepage/spacer.GIF"><a href=""><img src="/_images/homepage/flags/french-flag.gif" alt="French" onclick="javascript:return alert_confirm('French')"></a><img src="/_images/homepage/spacer.GIF"><a href=""><img src="/_images/homepage/flags/german-flag.gif" alt="German" onclick="javascript:return alert_confirm('German')"></a><img src="/_images/homepage/spacer.GIF"><a href=""><img src="/_images/homepage/flags/spanish.gif" alt="Spanish" onclick="javascript:return alert_confirm('Spanish')"></a><img src="/_images/homepage/spacer.GIF"><a href="http://www.microfocus.co.jp/support/"><img src="/_images/homepage/flags/japanese-flag.gif" alt="Japanese"></a></div>
<div class="contentrightplainwhite"><a href="http://www.microfocuslive.com/?=customercare" target="_blank"><img src="/_images/homepage/Customer Care homepage.gif" alt=""></a></div>
<div class="maincontentarea">
<div id="mainarealeft">
<table class="SLhome" cellspacing="0">
<tbody>
<tr>
<td valign="top" colspan="7" class="cellpaddingTop">
<font color="red">Please login to access your personalized support page.</font><br></td>
</tr>
<form method="post" action="login.asp" name="MainForm" onSubmit="return SubmitHandler()" target="_top">
<tr>
<td colspan="7"><br></td>
</tr>
<tr>
<td valign="top" width="20%" class="cellpaddingLeft"><strong>User Name:</strong></td>
<td valign="top" width="15%" align="left" colspan="2"><input onkeypress="codes(event)" tabindex="1" maxlength="32" size="16" name="UserID"></td>
<td width="10%"></td>
<td valign="middle" rowspan="4" align="left" width="45%" class="cellpaddingLeft" colspan="2">
</td>
</tr>
<tr>
<td valign="top" width="20%" class="cellpaddingLeft"><strong>Password:</strong></td>
<td valign="top" width="15%" align="left" colspan="2"><input onkeypress="codes(event)" tabindex="2" type="password" maxlength="20" size="16" name="Password"></td>
<td valign="top" width="10%"></td>
</tr>
<tr>
<td valign="top" width="20%" class="cellpaddingLeft"><strong>Auto Login? </strong><input type="hidden" name="redirectpage" value="mf_product_profile.asp"></td>
<td valign="top" width="15%"><input tabindex="3" type="image" alt="Submit" src="/_images/homepage/CustomerCarelogin_button.gif" align="right" value="Submit" name="I1"><input onkeypress="codes(event)" tabindex="4" type="checkbox" value="ON" name="AutoLogin"></td>
<td valign="top" width="5%"></td>
</tr>
</form>
<tr>
<td valign="top" colspan="6" width="20%" height="20px" class="cellpaddingLeft"><a href="/supportline/contact/questionsform.asp" target="_self">Help?</a></td>
</tr>
<tr>
<td colspan="4" valign="top">
<table>
<tr>
<td valign="top" align="left" colspan="4" class="cellpaddingBottom"><a href="mf_registration.asp?webregistrationstatus=0" target="_self">
                                                                            Register
                                                                            &gt;&gt;
                                                                        </a> |
                                                                        <a href="forgotpassword.asp" target="_self">Password Reminder &gt;&gt;</a><br></td>
</tr>
<tr>
<td valign="top" align="left" colspan="4" class="cellpaddingBottom">
                                                                        If you would like to comment on any aspect of the Micro Focus service, please email us at <a href="mailto:feedback.supportline@microfocus.com">feedback.supportline@microfocus.com</a>.
                                                                    </td>
</tr>
</table>
</td>
<td valign="top" class="cellpaddingLeft"></td>
<td class="cellpaddingLeft" valign="top"></td>
</tr>
</tbody>
</table>
</div>
</div>
</div>
</div>
<div class="beforefooter"></div>
<div id="footerarea">
<div id="footerleft"><a href="http://www.microfocus.com/AboutMicroFocus/Legal/">© 2001 - 2009 (IP) Ltd. All rights reserved.</a><span><a href="http://www.microfocus.com/rss">RSS</a><a href="http://www.microfocus.com/sitemap.asp">Site map</a><a href="http://www.microfocus.com/AboutMicroFocus/Legal/">Legal</a><a href="http://www.microfocus.com/AboutMicroFocus/Legal/privacy.asp">Privacy</a><a href="http://www.microfocus.com/Shop/">Shop</a></span></div>
</div><script type="text/javascript">
    var gaJsHost = (("https:" == document.location.protocol) ? "https://ssl." : "http://www.");
    document.write(unescape("%3Cscript src='" + gaJsHost + "google-analytics.com/ga.js' type='text/javascript'%3E%3C/script%3E"));
  </script><script type="text/javascript">
    var pageTracker = _gat._getTracker("UA-216886-9");
    pageTracker._trackPageview();
  </script></div>
</body>
</html>
