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=4 // 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://baesystems.gti.co.uk/index.asp;"); aI("text=Log on;url=http://baesystems.gti.co.uk/Logon.asp;pagematch=http://baesystems.gti.co.uk/Logon.asp;"); aI("text=Password reminder;url=http://baesystems.gti.co.uk/PreLogon/LostPassword/LostPasswordEdit.asp;"); aI("text=Help;showmenu=helpMenu;"); } with(milonic=new menuname("helpMenu")){ style=submenuStyle; alignment="left"; menuwidth=150; itemwidth=150; aI("text=Step by step guide;url=http://baesystems.gti.co.uk/walkthrough.asp"); aI("text=FAQs;url=http://baesystems.gti.co.uk/Candidate/CandFAQ.asp;"); aI("text=Technical problems?;url=http://baesystems.gti.co.uk/TechnicalIssue.asp;"); aI("text=Contact us;url=http://baesystems.gti.co.uk/ContactUs.asp;"); } with(milonic=new menuname("gtiMenu")){ style=submenuStyle; alignment="left"; menuwidth=150; itemwidth=150; aI("text=Backdoor;url=http://baesystems.gti.co.uk/Backdoor.asp;offbgcolor=#E9F5A3;"); aI("text=Application variables;url=http://baesystems.gti.co.uk/GTIUtilities/Settings/AppVariables.asp;offbgcolor=#E9F5A3;"); aI("text=Session variables;url=http://baesystems.gti.co.uk/GTIUtilities/Settings/SessionVariables.asp;offbgcolor=#E9F5A3;"); } drawMenus();