/* Milonic DHTML Menu - JavaScript Website Navigation System. Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved. Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products This is a commercial software product, please visit http://www.milonic.com/ for more information. See http://www.milonic.com/license.php for Commercial License Agreement All Copyright statements must always remain in place in all files at all times ******* PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE ******* */ _menuCloseDelay=5000 // The time delay for menus to remain visible on mouse out _menuOpenDelay=1 // The time delay before menus open on mouse over _subOffsetTop=1 // Sub menu top offset _subOffsetLeft=-1 // Sub menu left offset with(menuStyle=new mm_style()){ onbgcolor="#003366"; oncolor="#C5C5C5"; offbgcolor="#003366"; offcolor="#FFFFFF"; bordercolor="#003366"; borderstyle="solid"; borderwidth=0; separatorcolor="#FFFFFF"; separatorsize="1"; padding=3; fontsize="11px"; fontweight="bold"; fontstyle="solid"; fontfamily="Verdana, Arial"; overfilter="Alpha(opacity=100)"; } with(subMenuStyle=new copyOf(menuStyle)) { padding="3"; oncolor="#000000"; offbgcolor="#616161"; onbgcolor="#E9E9E9"; offborder="1px ridge #E9E9E9"; fontsize="9px"; fontweight="normal"; } with(milonic=new menuname("AboutM")){ style=subMenuStyle; aI("text=Mykotronx Overview;url=/mykotronx/company/index.asp;") aI("text=Quality: A Hallmark;url=/mykotronx/company/quality.asp;") aI("text=Technological Focus;url=/mykotronx/company/focus.asp;") aI("text=Future Directions ;url=/mykotronx/company/directions.asp;") } with(milonic=new menuname("AboutS")){ style=subMenuStyle; aI("text=SafeNet Overview;url=/company/index.asp;target=_blank;") aI("text=History;url=/company/history.asp;target=_blank;"); aI("text=Investor Relations;url=/safenetinvestor/index.asp;target=_blank;"); aI("text=Management Team;url=/company/team.asp;target=_blank;"); aI("text=Technology and Patents;url=/company/tech.asp;target=_blank;"); aI("text=Partners;showmenu=Partners;pointer=default;subimage=/images/arrow_white.gif;onsubimage=/images/arrow_red.gif;"); } with(milonic=new menuname("Partners")){ style=subMenuStyle; aI("text=Channel Partners;showmenu=channel;pointer=default;subimage=/images/arrow_white.gif;onsubimage=/images/arrow_red.gif;"); aI("text=Solutions Partners;url=/partners/solution_partners.asp;target=_blank;"); aI("text=Systems Integrators;url=/partners/system_int.asp;target=_blank;"); aI("text=Technology Partners;url=/partners/tech_partners.asp;"); aI("text=Telecom Service Providers;url=/partners/telecom_sp.asp;target=_blank;"); } with(milonic=new menuname("channel")){ style=subMenuStyle; aI("text=Overview;url=/partners/index.asp;target=_blank;"); aI("text=Program Benefits;url=/partners/benefits.asp;target=_blank;"); aI("text=Product Line;url=/partners/products.asp;target=_blank;"); aI("text=Training and Webcasts;url=/partners/relatedLinks/training.asp;target=_blank;"); aI("text=Become a Partner;url=/partners/become.asp;target=_blank;"); aI("text=Find a Partner;url=/partners/find.asp;target=_blank;"); } with(milonic=new menuname("Contact")){ style=subMenuStyle; aI("text=Product Info/Support;url=/mykotronx/contact.asp;"); aI("text=Public/Media Relations;url=/mykotronx/contact.asp;"); } with(milonic=new menuname("Library")){ style=subMenuStyle; aI("text=Mykotronx Product Briefs;url=/mykotronx/brief.asp;"); } with(milonic=new menuname("Solutions")){ style=subMenuStyle; aI("text=Overview;url=/mykotronx/solutions/index.asp;"); aI("text=Government Network Security;url=/mykotronx/solutions/link_security/siprnet.asp;"); aI("text=High Assurance Video Teleconferencing;url=/mykotronx/solutions/link_security/teleconf.asp;"); aI("text=Secure Satellite Links;url=/mykotronx/solutions/link_security/linksecure.asp;"); aI("text=Homeland Security;url=/mykotronx/solutions/homeland.asp;"); aI("text=Custom Cryptographic Development;url=/mykotronx/solutions/cryptocard.asp;"); aI("text=High Speed SONET Security;url=/mykotronx/products/files/kg340.pdf;target=blank;"); } with(milonic=new menuname("Products")){ style=subMenuStyle; aI("text=Overview;url=/mykotronx/products/index.asp;"); aI("text=KIV7 Network Link Encryptors;url=/mykotronx/products/KIV7/index.asp;"); //aI("text=Fortezza Plus (KOV-14) Cryptocard;url=/mykotronx/products/FORTEZZA_Plus/index.asp;"); aI("text=Government Space Products;url=/mykotronx/products/government.asp;"); aI("text=Commercial Space Products;url=/mykotronx/products/commercial.asp;"); aI("text=Space Product Locator;url=/mykotronx/products/spacePP.asp;"); aI("text=Single Chip Solutions;url=/mykotronx/products/ASIC/index.asp;"); aI("text=High Speed SONET Security;url=/mykotronx/products/files/kg340.pdf;target=blank;"); } drawMenus();