var strQSGUID = "" if (location.href.indexOf("GUID=") > 0) { strQSGUID = location.href.substring(location.href.indexOf("GUID="), location.href.length); if (strQSGUID.indexOf("GUID=", strQSGUID.indexOf("GUID=")+1) > 0) { strQSGUID = strQSGUID.substring(strQSGUID.indexOf("GUID="), strQSGUID.indexOf("GUID=", strQSGUID.indexOf("GUID=")+1)); } } intLeftPosition = screen.availWidth*0; _menuCloseDelay=30 // The time delay for menus to remain visible on mouse out _menuOpenDelay=30 // The time delay before menus open on mouse over _followSpeed=10 // Follow scrolling speed _followRate=30 // Follow scrolling Rate _subOffsetTop=10 // sub menu top offset _subOffsetLeft=-1 // sub menu left offset _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x with(milonic=new menuname("Main Menu")){ offclass="mmpadding"; onclass="mmpadding"; style=menuStyle; top=85; left=intLeftPosition; alwaysvisible=1; orientation="horizontal"; position="relative"; alignment="left"; aI("text=Home;url=http://www.bdo.gtios.com/index.asp;"); aI("text=Log on;url=/Logon.asp;pagematch=/Logon.asp;"); aI("text=Register;url=" + (location.href.indexOf("?Mode=A&GUID=") > 0 ? '/Candidate/Registration/Registrationv5.asp?' + location.href.substring(location.href.indexOf("GUID="), location.href.length) : "/Vacancy/ChooseVacancyType_ta.asp?VacancyTypeID=2") + ";pagematch=/Candidate/Registration/Registrationv5.asp;"); aI("text=Password reminder;url=/PreLogon/LostPassword/LostPasswordEdit.asp;"); aI("text=Help;showmenu=helpMenu;"); } with(milonic=new menuname("helpMenu")){ style=submenuStyle; alignment="left"; menuwidth=150; itemwidth=150; aI("text=How to apply;url=/Candidate/HowToApply.asp;"); aI("text=Technical problems?;url=/TechnicalIssue.asp;"); aI("text=Contact us;url=/ContactUs.asp;"); } with(milonic=new menuname("gtiMenu")){ style=submenuStyle; alignment="left"; menuwidth=150; itemwidth=150; aI("text=Backdoor;url=/Backdoor.asp;offbgcolor=#E9F5A3;"); aI("text=Application variables;url=/GTIUtilities/Settings/AppVariables.asp;offbgcolor=#E9F5A3;"); aI("text=Session variables;url=/GTIUtilities/Settings/SessionVariables.asp;offbgcolor=#E9F5A3;"); } drawMenus();