var imgheight
var imgleft
document.ns = navigator.appName == "Netscape"
window.screen.width>800 ? imgheight=310:imgheight=310
window.screen.width>800 ? imgleft=9:imgleft=9
function myload()
{
	if (navigator.appName == "Netscape")
	{
		document.myleft.pageY=pageYOffset+window.innerHeight-imgheight;
		document.myleft.pageX=imgleft;
		leftmove();
	}
	else
	{
		myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		myleft.style.left=imgleft;
		leftmove();
	}
}

function leftmove()
{
	if(document.ns)
	{
		document.myleft.top=pageYOffset+window.innerHeight-imgheight
		document.myleft.left=imgleft;
		setTimeout("leftmove();",50)
	}
	else
	{
		myleft.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
		myleft.style.left=imgleft;
		setTimeout("leftmove();",50)
	}
}

function MM_reloadPage(init)
{  //reloads the window if Nav4 resized

	if (init==true) with (navigator)
	{
		if ((appName=="Netscape")&&(parseInt(appVersion)==4))
		{
			document.MM_pgW=innerWidth; 
			document.MM_pgH=innerHeight; 
			onresize=MM_reloadPage;
		}
	}
	else if (innerWidth!=document.MM_pgW || innerHeight!=document.MM_pgH)
		location.reload();
}

MM_reloadPage(true)

if (navigator.appName == "Netscape")
{
	document.write("<layer id=myleft top=300 width=155 height=184>");
	document.write("<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0' class='LeftMenu'>");
	document.write("<tr><td height='220' valign='top'><table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td height='20' class='MainMenu'><a href='./index.html' class='LeftMenuLink'>Solutions</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./ifs.html' class='LeftMenuLink'>IFS</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./ifs.html' class='LeftMenuLink'>Architecture</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./components.html' class='LeftMenuLink'>Components</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./support.html' class='LeftMenuLink'>Support</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./implementation.html' class='LeftMenuLink'>Implementation</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./efficiency.html' class='LeftMenuLink'>Efficiency</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./applications.html' class='LeftMenuLink'>Applications</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./user_interface.html' class='LeftMenuLink'>User Interface</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./customers.html' class='LeftMenuLink'>Customers</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./oracle.html' class='LeftMenuLink'>Oracle</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./retail.html' class='LeftMenuLink'>Retail Solution</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./rfbarcode.html' class='LeftMenuLink'>RF Barcode Solution</a></td></tr>");
	document.write("</table></td></tr></table></layer>");
	myload();
}
else
{
	document.write("<div id=myleft style='position: absolute;width:155;top:0;left:5;visibility: visible;z-index: 1'>");
	document.write("<table width='100%' height='100%' border='0' cellpadding='0' cellspacing='0' class='LeftMenu'>");
	document.write("<tr><td height='220' valign='top'><table width='100%' border='0' cellspacing='0' cellpadding='0'>");
	document.write("<tr><td height='20' class='MainMenu'><a href='./index.html' class='LeftMenuLink'>Solutions</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./ifs.html' class='LeftMenuLink'>IFS</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./ifs.html' class='LeftMenuLink'>Architecture</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./components.html' class='LeftMenuLink'>Components</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./support.html' class='LeftMenuLink'>Support</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./implementation.html' class='LeftMenuLink'>Implementation</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./efficiency.html' class='LeftMenuLink'>Efficiency</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./applications.html' class='LeftMenuLink'>Applications</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./user_interface.html' class='LeftMenuLink'>User Interface</a></td></tr>");
	document.write("<tr><td height='20' class='MenuItem'><a href='./customers.html' class='LeftMenuLink'>Customers</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./oracle.html' class='LeftMenuLink'>Oracle</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./retail.html' class='LeftMenuLink'>Retail Solution</a></td></tr>");
	document.write("<tr><td height='20' class='CalMenu'><a href='./rfbarcode.html' class='LeftMenuLink'>RF Barcode Solution</a></td></tr>");
	document.write("</table></td></tr></table></div>");
	myload();
}