var VcurrentMenu=null;var level2=0;var hg=0;var brower=getbrowser();if(!document.getElementById){document.getElementById=function(){return null;}}function VinitializeMenu(VmenuId,VactuatorId,mStyle,mwith,className,perent){var menuoff="";if(mStyle=="V")menuoff="subMenutd";var Vmenu=document.getElementById(VmenuId);var Vactuator=document.getElementById(VactuatorId);var mywork=document.getElementById(VactuatorId);brower=getbrowser();var zh=0;switch(brower){case"Internet Explorer":zh=0;break;case"Netscape Navigator":zh=0;break;}if(Vmenu==null||Vactuator==null){return;}if(window.opera){return;}Vactuator.onmouseover=function(){if(VcurrentMenu){VcurrentMenu.style.display="none";mywork.className=menuoff;}this.VshowMenu();};Vactuator.onmouseout=function(){if(VcurrentMenu){VcurrentMenu.style.display="none";mywork.className=menuoff;}};Vmenu.onmouseover=function(){Vmenu.style.display="block";if(mStyle=="V"){var myworkv=document.getElementById('rv');myworkv.className='menurv';}mywork.className=className;};Vmenu.onmouseout=function(){if(perent!=1){Vmenu.style.display="none";mywork.className=menuoff;}VcurrentMenu=null;};Vactuator.VshowMenu=function(){if(mStyle=="V"){switch(brower){case"Internet Explorer":topp=214;left=0;break;case"Netscape Navigator":topp=205;left=-2;break;}Vmenu.style.left=(level2+200+left)+"px";Vmenu.style.top=topp+"px";if(mwith){Vmenu.style.width=mwith+"px";}hg=1;}else{Vmenu.style.left=offsetLeft(this)+"px";Vmenu.style.top=(offsetTop(this)+this.offsetHeight+zh)+"px";level2=offsetLeft(this);if(mwith){Vmenu.style.width=mwith+"px";}hg=0;}Vmenu.style.display="block";mywork.className=className;VcurrentMenu=Vmenu;}};