<!--
document.ns = navigator.appName == "Microsoft Internet Explorer"

var imgheight
window.screen.width>800 ? imgheight=450:imgheight=450
 function myload()
{
myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
myright.style.left=924;
mymove();
}
 function mymove()
 {
 myright.style.top=document.body.scrollTop+document.body.offsetHeight-imgheight;
 myright.style.left=924;
 setTimeout("mymove();",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(document.ns){
	
	document.write("<div id=myright style='position: absolute;top: 1px;left: 100px;visible;z-index: 1'><table width='56' border='0' cellspacing='0' cellpadding='0'><tr><td height='131' colspan='4' align='center' valign='top' background='images/qnav_back.jpg' style='padding:31 1 0 1;'><table width='50' border='0' cellspacing='0' cellpadding='0'><tr><td align='center'><a href='download.asp'><img src='images/qnav_01.gif' width='28' height='28' border='0'></a></td></tr><tr><td height='18' align='center'><a href='download.asp'>Download</a></td></tr><tr><td align='center'><a href='product.asp'><img src='images/qnav_02.gif' width='28' height='28' border='0'></a></td></tr><tr><td height='18' align='center'><a href='product.asp'>Porducts</a></td></tr></table></td></tr><tr><td height='42' colspan='4' align='center' valign='bottom'><a href='#'><img src='images/qnav_top.gif' width='26' height='26' border='0'></a></td></tr></table></div>");
myload()
}
-->