_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Tahoma, Arial";
fontsize="100%";
fontstyle="normal";
fontweight="bold";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#ffffff";
offcolor="#515151";
onbgcolor="#ffffff";
oncolor="#078407";
outfilter="randomdissolve(duration=0.3)";
padding=5;
pagebgcolor="#82B6D7";
pagecolor="black";
separatorcolor="#ffffff";
separatorsize=0;
subimagepadding=0;
}

with(submenuStyle=new mm_style()){
fontfamily="Verdana, Tahoma, Arial";
fontsize="8pt";
fontweight="normal";
headercolor="#000000";
menubgcolor="#ffffff";
offcolor="#515151";
oncolor="#078407";
padding=5;
pagecolor="black";
image="/images/location.gif";
overimage="/images/location_on.gif";
subimagepadding=8;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
style=menuStyle;
top=170;
aI("text=Home;url=javascript:openIFrame('textframe','/home-frame.php');");                
aI("showmenu=AboutUs;text=About Us;");
aI("showmenu=Security;text=Security;");
aI("showmenu=Networking;text=Networking;");
aI("showmenu=Resources;text=Resources;");
}

with(milonic=new menuname("AboutUs")){
left="offset=15";
style=submenuStyle;
aI("text=The WireSafe Difference;url=javascript:openIFrame('textframe','/difference-frame.php');");                
aI("text=Our Commitment to Our Clients;url=javascript:openIFrame('textframe','/commitment-frame.php');");                
aI("text=Our Consultants;url=javascript:openIFrame('textframe','/consultant-frame.php');");                
aI("text=Contact Us;url=javascript:openIFrame('textframe','/contact-frame.php');");                
}

with(milonic=new menuname("Security")){
left="offset=15";
style=submenuStyle;
aI("text=Security Design;url=javascript:openIFrame('textframe','/secdesign-frame.php');");                
aI("text=Assessment;url=javascript:openIFrame('textframe','/secassess-frame.php');");                
aI("text=Monitoring;url=javascript:openIFrame('textframe','/monitor-frame.php');");                
aI("text=Implementation;url=javascript:openIFrame('textframe','/secimplement-frame.php');");                
}

with(milonic=new menuname("Networking")){
left="offset=15";
style=submenuStyle;
aI("text=Design;url=javascript:openIFrame('textframe','/netdesign-frame.php');");                
aI("text=Assessment;url=javascript:openIFrame('textframe','/netassess-frame.php');");                
aI("text=Implementation;url=javascript:openIFrame('textframe','/networking-frame.php');");                
}

with(milonic=new menuname("Resources")){
left="offset=15";
style=submenuStyle;
aI("text=Internet Security Console;url=http://www.wiresafe.net/console2.php;");
}

drawMenus();
