_menuCloseDelay=400 // The time delay for menus to remain visible on mouse out _menuOpenDelay=100 // The time delay before menus open on mouse over _followSpeed=5 // Follow scrolling speed _followRate=40 // Follow scrolling Rate _subOffsetTop=0 // Sub menu top offset offsetTop=9 _scrollAmount=3 // Only needed for Netscape 4.x _scrollDelay=20 // Only needed for Netcsape 4.x _subOffsetLeft=0 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#B1D8FC"; oncolor="#3A4F9E"; offbgcolor="#ECF6FF"; offcolor="#3A4F9E"; bordercolor="#6699CC"; borderstyle="solid"; borderwidth=1; separatorcolor="#6699CC"; separatorsize="1"; padding=4; fontsize="10"; fontstyle="normal"; fontfamily="verdana"; headercolor="#000000"; headerbgcolor="#ffffff"; subimage="icon_pulldownarrow.gif"; subimagepadding="2"; } horizontalStyle= new copyOf(menuStyle) horizontalStyle.offbgcolor="#56a8cd" horizontalStyle.offcolor="#FFFFFF" horizontalStyle.oncolor="#FFFFFF" horizontalStyle.separatorimage="_images/menu_div.jpg"; horizontalStyle.separatorsize="2"; horizontalStyle.itemheight="26"; horizontalStyle.bgimage="_images/menu_off.jpg"; horizontalStyle.overbgimage="_images/menu_on.jpg"; horizontalStyle.borderwidth=0; horizontalStyle.padding=4; horizontalStyle.fontweight="bold"; horizontalStyle.fontsize="10"; horizontalStyle.subimage=""; with(milonic=new menuname("Home")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Document Conversion")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Information Retrieval")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Security")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Content Capture")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Contact Us")){ style=menuStyle; overflow="scroll"; } with(milonic=new menuname("Main Menu")) { alwaysvisible=1; orientation="horizontal"; style=horizontalStyle; position="relative"; aI("text=  Home  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Home`;url=index.html;"); aI("text=  Document Conversion  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Document Conversion`;url=document_conversion.html;"); aI("text=  Information Retrieval  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Information Retrieval`;url=information_retrieval.html;"); aI("text=  Security  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Security`;url=security.html;"); aI("text=  Content Capture  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Content Capture`;url=content_capture.html;"); aI("text=  Contact Us  ;bgimage=_images/menu_off.jpg;overbgimage=_images/menu_on.jpg;showmenu=`Contact us`;url=contact_us.aspx;"); } drawMenus()