<!-- Rollover images
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);

function MM_swapImgRestore() { //v3.0
  var i,x,a=document.MM_sr; for(i=0;a&&i<a.length&&(x=a[i])&&x.oSrc;i++) x.src=x.oSrc;
}

function MM_findObj(n, d) { //v4.01
  var p,i,x;  if(!d) d=document; if((p=n.indexOf("?"))>0&&parent.frames.length) {
    d=parent.frames[n.substring(p+1)].document; n=n.substring(0,p);}
  if(!(x=d[n])&&d.all) x=d.all[n]; for (i=0;!x&&i<d.forms.length;i++) x=d.forms[i][n];
  for(i=0;!x&&d.layers&&i<d.layers.length;i++) x=MM_findObj(n,d.layers[i].document);
  if(!x && d.getElementById) x=d.getElementById(n); return x;
}

function MM_swapImage() { //v3.0
  var i,j=0,x,a=MM_swapImage.arguments; document.MM_sr=new Array; for(i=0;i<(a.length-2);i+=3)
   if ((x=MM_findObj(a[i]))!=null){document.MM_sr[j++]=x; if(!x.oSrc) x.oSrc=x.src; x.src=a[i+2];}
}
//-->

document.write ("<table width=780 border=0 cellspacing=0 cellpadding=0>")
document.write ("<tr>")
document.write ("<td bgcolor=36596F><img src=images/masthead.gif width=780 height=49></td>")
document.write ("</tr>")
document.write ("<tr>") 
document.write ("<td bgcolor=#E4E4E4><table width=780 border=0 cellspacing=0 cellpadding=0>")
document.write ("<tr>")
document.write ("<td width=386 valign=top bgcolor=36596F><img src=images/mastheadbot.gif width=386 height=30></td>")
document.write ("<td width=112 valign=top><a href=searchproduct.asp?listno=" + listno + " onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('search','','images/searchon.gif',1)><img src=images/searchoff.gif name=search width=112 height=30 border=0></a></td>")
document.write ("<td width=80><a href=accountmenu.asp onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('account','','images/myaccounton.gif',1)><img src=images/myaccountoff.gif name=account width=80 height=30 border=0></a></td>")
document.write ("<td width=95><a href=mli_showCart.asp onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('shopbag','','images/shopbagon.gif',1)><img src=images/shopbagoff.gif name=shopbag width=95 height=30 border=0></a></td>")
document.write ("<td width=77><a href=checkout.asp onMouseOut=MM_swapImgRestore() onMouseOver=MM_swapImage('checkout','','images/checkouton.gif',1)><img src=images/checkoutoff.gif name=checkout width=77 height=30 border=0></a></td>")
document.write ("<td width=30><img src=images/menuplaceholder.gif width=30 height=30></td>")
document.write ("</tr>")
document.write ("</table></td>")
document.write ("</tr>")
document.write ("</table>")

document.write ("<div id=Layer1 style=\"position:absolute; width:178px; height:28px; z-index:1; left: 656px; top: 17px;\">")
document.write ("<table width=100% border=0 cellspacing=1 cellpadding=4>")
document.write ("<tr>")
document.write ("<td><font style=\"color:#FFFFFF; font-family:Arial; font-size:10pt;\">")
  var curDateTime = new Date()
  var curHour = curDateTime.getHours() 
     + curDateTime.getTimezoneOffset()/60
  if (curHour > 24)  curHour -= 24
  if (curHour < 0) curHour += 24
  var curMin = curDateTime.getMinutes()
  var curSec = curDateTime.getSeconds()
  var curTime = 
    ((curHour < 10) ? "0" : "") + curHour + ":" 
    + ((curMin < 10) ? "0" : "") + curMin + ":" 
    + ((curSec < 10) ? "0" : "") + curSec 
  document.write(curTime + " GMT") 
document.write ("</font></td>")
document.write ("</tr>")
document.write ("</table>")
document.write ("</div>")
