


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=100              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#000000";
oncolor="#ffffff";
offbgcolor="#F9F9F9";
offcolor="#000000";
bordercolor="#468BCC";
borderstyle="solid";
borderwidth=0;
separatorcolor="#72B124";
separatorsize="1";
padding=3;
fontsize="11px";
fontstyle="normal";
fontfamily="Tahoma, Arial, Verdana";
pagecolor="black";
pagebgcolor="#D2E8FC";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="1";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#777777', Direction=135, Strength=3)";
outfilter="randomdissolve(duration=0)";
}

with(milonic=new menuname("About")){
style=menuStyle;
aI("text=The Company;url=about.php;");
aI("text=Management;url=management.php;");
aI("text=Enterprise Services;url=entservices.php;");
aI("text=Latest News;url=news.php;");
aI("text=Locate a Partner;url=partnerlocate.php;");
aI("text=Careers;url=careers.php;");
}

with(milonic=new menuname("Solutions")){
style=menuStyle;
aI("text=Overview;url=solutions.php;");
aI("text=Firewall & Network Protection;url=firewallnetwork.php;");
aI("text=Bandwidth Management;url=bandwidthmgmt.php;");
aI("text=Access Control;url=accesscontrol.php;");
aI("text=URL Filtering;url=urlfilter.php;");
aI("text=Web Caching;url=webcaching.php;");
aI("text=Load Balancing;url=multisploadbal.php;");
aI("text=Anti-Virus;url=antivirus.php;");
aI("text=Anti-Spam;url=antispam.php;");
aI("text=Spyware Prevention;url=spywareprotect.php;");
aI("text=VPN;url=vpn.php;");
aI("text=Internet Connection Sharing;url=internetconnshare.php;");
aI("text=Multi-ISP Load Balancing;url=multisploadbal.php;");
aI("text=Phishing Prevention;url=phishingpro.php;");
aI("text=Pharming Prevention;url=pharmingpro.php;");
}

with(milonic=new menuname("Support")){
style=menuStyle;
aI("text=Support Plans;url=supportplans.php;");
aI("text=Register Online;url=register.php;");
aI("text=Customer Login;url=login.php;");
aI("text=Online Helpdesk;url=helpdesk.php;");
aI("text=Feedback;url=feedback.php");
}

drawMenus();


