<!--
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_preloadImages() { //v3.0
  var d=document; if(d.images){ if(!d.MM_p) d.MM_p=new Array();
  var i,j=d.MM_p.length,a=MM_preloadImages.arguments; for(i=0; i<a.length; i++)
  if (a[i].indexOf("#")!=0){ d.MM_p[j]=new Image; d.MM_p[j++].src=a[i];}}
}

function MM_findObj(n, d) { //v4.0
  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 && document.getElementById) x=document.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];}
}

function getbrowsertype()
{
  var AgntUsr=navigator.userAgent.toLowerCase();
  var AppVer=navigator.appVersion.toLowerCase();
  var DomYes=document.getElementById?1:0;
  var NavYes=AgntUsr.indexOf('mozilla')!=-1&&AgntUsr.indexOf('compatible')==-1?1:0;
  var ExpYes=AgntUsr.indexOf('msie')!=-1?1:0;
  if (NavYes==1)
    return 1;
  if (ExpYes==1)
    return 0;
}

function showmenu(myid)
{
  var x;
  x=0;
// deduct 32 from the body offsetwidth to adjust the left of division.
  if (myid=="Image23")
  {
    var thisid;
    thisid=document.getElementById("prodid"); 
    thisid.style.visibility="visible";
// z=screen.width;
    z=document.body.offsetWidth; 
//alert(z);
    z1=document.body.offsetHeight;
//alert(z1);
     var btype;
     btype=getbrowsertype();
     if (btype==1)
       x=z-800+30;
     else
     x=z-800;
     x=x/2;
     x=x+240;
//alert(x);
     thisid.style.left=x;
// alert(thisid.style.visibility);
  }
}

function remmenu(msg)
{
  var thisid;
  thisid=document.getElementById("prodid"); 
  if (msg=="Image23")
  {
    thisid.style.visibility="hidden";
  }
  else
  {
    thisid.style.visibility="hidden";
  }
}

function showmenu1()
{
  var thisid;
  thisid=document.getElementById("prodid"); 
  z=document.body.offsetWidth; 
  var btype;
  btype=getbrowsertype();
  if (btype==1)
    x=z-800+30;
  else
    x=z-800;
//alert(z);
  x=x/2;
  x=x+240;
  l=x+'px';
//alert(l);
  if(thisid.style.left==l)
    thisid.style.visibility='visible';
//alert(thisid.style.visibility);
}

function remmenu1()
{
  var thisid;
  thisid=document.getElementById("prodid"); 
  thisid.style.visibility='hidden';
//alert("rem");
}


function showmenu2(myid)
{
  var x;
  x=0;
// deduct 32 from the body offsetwidth to adjust the left of division.
  if (myid=="Image24")
  {
    var thisid;
    thisid=document.getElementById("clientid"); 
    thisid.style.visibility="visible";
// z=screen.width;
    z=document.body.offsetWidth; 
//alert(z);
    z1=document.body.offsetHeight;
//alert(z1);
     var btype;
     btype=getbrowsertype();
     if (btype==1)
       x=z-800+30;
     else
     x=z-800;
     x=x/2;
     x=x+300;
//alert(x);
     thisid.style.left=x;
// alert(thisid.style.visibility);
  }
}

function remmenu2(msg)
{
  var thisid;
  thisid=document.getElementById("clientid"); 
  if (msg=="Image24")
  {
    thisid.style.visibility="hidden";
  }
  else
  {
    thisid.style.visibility="hidden";
  }
}

function showmenu3()
{
  var thisid;
  thisid=document.getElementById("clientid"); 
  z=document.body.offsetWidth; 
  var btype;
  btype=getbrowsertype();
  if (btype==1)
    x=z-800+30;
  else
    x=z-800;
//alert(z);
  x=x/2;
  x=x+300;
  l=x+'px';
//alert(l);
  if(thisid.style.left==l)
    thisid.style.visibility='visible';
//alert(thisid.style.visibility);
}

function remmenu3()
{
  var thisid;
  thisid=document.getElementById("clientid"); 
  thisid.style.visibility='hidden';
//alert("rem");
}
