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")){ style=menuStyle; top=85; left=intLeftPosition; alwaysvisible=1; orientation="horizontal"; align="center"; position="relative"; aI("text=Home;url=http://www.interserve.gtios.com;"); aI("text=Log on;url=/jscheck_logon.asp;pagematch=/Logon.asp;"); aI("text=Register;url=/jscheck_registration.asp;pagematch=/Candidate/Registration/PreRegistration.asp;"); aI("text=Password reminder;url=/lostpassword.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=/walkthrough.asp"); aI("text=FAQs;url=/Candidate/CandFAQ.asp;"); aI("text=Technical problems?;url=/TechnicalIssue.asp;"); aI("text=Contact us;url=/ContactUs.asp;"); } drawMenus();