_menuCloseDelay=400           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=0            // The time delay before menus open on mouse over
//_followSpeed=5                // Follow scrolling speed
//_followRate=40                // Follow scrolling Rate
//_subOffsetTop=10              // Sub menu top offset
//_subOffsetLeft=-10            // Sub menu left offset
_scrollAmount=3               // Only needed for Netscape 4.x
_scrollDelay=20               // Only needed for Netcsape 4.x


with(menuStyle=new mm_style()){
onbgcolor="#D68533";
oncolor="#ffffff";
offbgcolor="#FAAD5C";
offcolor="#333333";
bordercolor="#D68533";
borderstyle="solid";
borderwidth="2";
separatorcolor="#D68533";
separatorsize="2";
separatorwidth="220";
fontsize="11px";
fontstyle="normal";
fontweight="bold";
padding="5";
fontfamily="Tahoma, Verdana, Arial";
pagecolor="#333333";
pagebgcolor="#D68533";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="/images/spacer.gif";
imagepadding="5";
overfilter="Fade(duration=0.2);Alpha(opacity=90);"
outfilter="Fade(duration=0.2)";
}


with(milonic=new menuname("company")){
style=menuStyle;
top=48;
left="offset=-83"; 
itemheight=28;
screenposition ="center"; 
aI("text=Senior Team;url=/bios.php;");
aI("text=Testimonials;url=/testimonials.php;");
aI("text=Career Opportunities;url=/career.php;");
aI("text=Partner Programs;url=/partner_programs.php;");
aI("text=Directions;url=/directions.php;");
aI("text=Contact Info;url=/contact.php;");
aI("text=Peering Policy;url=/peering.php;");
aI("text=Acceptable Use Policy;url=/acceptable.php;");
aI("text=Privacy Policy;url=/privacy.php;");
}


with(milonic=new menuname("solutions")){
style=menuStyle;
top=48;
left="offset=11"; 
itemheight=28;
screenposition ="center"; 
aI("text=Residential Services;url=/metroreach.php;");
aI("text=Voice/Telephone Services;url=/voice.php;");
aI("text=Voice Over IP Services;url=/voip1.php;");
aI("text=Internet Connectivity;url=/connectivity.php;");
aI("text=Dialup Connectivity;url=http://www.metro2000.net/modemconnectivity.php;");
aI("text=XPLS/XConnect;url=/xconnect.php;");
aI("text=Hosting;url=/hosting.php;");
aI("text=Colocation;url=/colocation.php;");
aI("text=Managed Services;url=/managed.php;");
aI("text=Carrier Services;url=/carrierservices.php;");
aI("text=Promotions;url=/promos.php;");
}

with(milonic=new menuname("support")){
style=menuStyle;
top=48;
screenposition ="center"; 
left="offset=110"; 
itemheight=28;
aI("text=Voice Services;url=/support-v.php;");
aI("text=Data Services;url=/support.php;");
aI("text=Colocation Services;url=/support-colo.php;");
aI("text=Internet Dialup;url=http://www.metro2000.net/support.php;");
aI("text=Partner Login;url=/partner/;");
aI("text=FAQ;url=/faq.php;");
aI("text=Documents;url=/documents.php;");
aI("text=Manage Account;url=/manage.php;");
}

with(milonic=new menuname("news")){
style=menuStyle;
top=48;
left="offset=205"; 
itemheight=28;
itemwidth="210";
screenposition ="center"; 
aI("text=Press Releases;url=/press.php;");
aI("text=Articles;url=/articles.php;");
aI("text=Game;url=/game/;");
}

drawMenus();

