function TopNavigation(){
 if(navigator.appVersion.indexOf("MSIE")==-1){
	return;
	}
 var i,k,g,lg,r=/\s*MenuBarHover/,nn='',c,cs='MenuBarHover',bv='MenuBar';
 for(i=0;i<10;i++){
	g=document.getElementById(bv+nn);
	if(g){
		lg=g.getElementsByTagName("LI");
		if(lg){
			for(k=0;k<lg.length;k++){
				lg[k].onmouseover=function(){
						c=this.className;cl=(c)?c+' '+cs:cs;
						this.className=cl;};
				lg[k].onmouseout=function(){c=this.className;
						this.className=(c)?c.replace(r,''):'';};
			}
		}
	}
	nn=i+1;
}
}



function goLite(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#111111";
   window.document.forms[FRM].elements[BTN].style.borderStyle = "groove";
}

function goDim(FRM,BTN)
{
   window.document.forms[FRM].elements[BTN].style.color = "#111111";
   window.document.forms[FRM].elements[BTN].style.borderStyle = "outset";
}

function win2(URL) {
    window.open(URL,"Window1","toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=880,height=700,left = 240");
}

