<!--

function HideMenus()
{
    setTimeout("HideOpenMenus()",5000);
 }
function HideOpenMenus()
{
  Layer2.style.visibility = 'hidden';

 

}

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_showHideLayers() { //v6.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) if ((obj=MM_findObj(args[i]))!=null) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}
//-->


function reproj(id)
{
document.getElementById(id).style.display='block';
}
function reout(id)
{
document.getElementById(id).style.display='none';
}



<!--
// by Vic Phillips http://www.vicsJavaScripts.org.uk

var Obj,TO,MObj;

function VWP_swapImage(id,x,img){
return
 Obj=document.getElementById(id);
 Obj.outimg=Obj.src;
 Obj.src=img;
}

function VWP_swapImgRestore(){
return
 Obj.src=Obj.outimg;
}

function VWP_showHideLayers(id,obj,state,mess){
 clearTimeout(TO);
 MObj=document.getElementById(id);
 if (state=='show'){
  if (mess){
   MObj.removeChild(MObj.getElementsByTagName('DIV')[0]);
   mess=document.getElementById(mess).cloneNode(true);
   mess.removeAttribute('id');
   MObj.appendChild(mess);
  }
  if (obj){
   MObj.style.left=(zxcPos(obj)[0])+'px';
   MObj.style.top=(zxcPos(obj)[1]+30)+'px';
  }
  MObj.style.visibility='visible';
 }
 else {
  TO=setTimeout('MObj.style.visibility=\'hidden\';',100);
 }
}
function VWP_showHideLayersb(id,obj,state,mess){
 clearTimeout(TO);
 MObj=document.getElementById(id);
 if (state=='show'){
  if (mess){
   MObj.removeChild(MObj.getElementsByTagName('DIV')[0]);
   mess=document.getElementById(mess).cloneNode(true);
   mess.removeAttribute('id');
   MObj.appendChild(mess);
  }
  if (obj){
   MObj.style.left=(zxcPos(obj)[0])+'px';
   MObj.style.top=(zxcPos(obj)[1]+30)+'px';
  }
  MObj.style.visibility='visible';
 }
 else {
  TO=setTimeout('MObj.style.visibility=\'hidden\';',100);
 }
}

function zxcPos(zxc){
 zxcl=zxc.offsetLeft;
 zxct=zxc.offsetTop;
 while(zxc.offsetParent!=null){
  zxcp=zxc.offsetParent;
  zxcl+=zxcp.offsetLeft;
  zxct+=zxcp.offsetTop;
  zxc=zxcp;
 }
 return [zxcl,zxct];
}



function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}


// Bookmark javascript start here  

/***********************************************
* Bookmark site script- © Dynamic Drive DHTML code library (www.dynamicdrive.com)
* This notice MUST stay intact for legal use
* Visit Dynamic Drive at http://www.dynamicdrive.com/ for full source code
***********************************************/

/* Modified to support Opera */
function bookmarksite(title,url){
if (window.sidebar) // firefox
	window.sidebar.addPanel(title, url, "");
else if(window.opera && window.print){ // opera
	var elem = document.createElement('a');
	elem.setAttribute('href',url);
	elem.setAttribute('title',title);
	elem.setAttribute('rel','sidebar');
	elem.click();
} 
else if(document.all)// ie
	window.external.AddFavorite(url, title);
}
// Bookmark javascript end here 
//-->