_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=Testimonials;url=http://www.g4communications.com/testimonials.php;");
aI("text=Career Opportunities;url=http://www.g4communications.com/career.php;");
aI("text=Directions;url=http://www.g4communications.com/directions.php;");
aI("text=Contact Info;url=/contact.php;");
aI("text=Acceptable Use Policy;url=http://www.g4communications.com/acceptable.php;");
aI("text=Privacy Policy;url=http://www.g4communications.com/privacy.php;");
aI("text=Service Terms;url=/terms.php;");
}


with(milonic=new menuname("solutions")){
style=menuStyle;
top=48;
left="offset=11"; 
itemheight=28;
screenposition ="center"; 
aI("text=Unlimited Long Distance;url=/unlimitedld.php;");
aI("text=Phone & ADSL;url=http://www.G4communications.com/metroreach.php;");
aI("text=Modem Connectivity;url=/modemconnectivity.php;");
aI("text=Prepaid Internet;url=/prepaidinternet.php;");
aI("text=FREE Dialup Internet;url=/freeinternet.php;");
aI("text=Sig-up for Unlimited Long Distance;url=/inq_signup_uld.php;");
aI("text=Sign-up for Dialup Account;url=/inq_signup.php;");
aI("text=Other G4 Services;url=http://www.G4communications.com/solutions.php;");
}

with(milonic=new menuname("support")){
style=menuStyle;
top=48;
screenposition ="center"; 
left="offset=110"; 
itemheight=28;
// aI("text=Support Request;url=http://support.g4.net/ticket_send.php?select=C5;");
aI("text=Access Numbers;url=/numbers.php;");
aI("text=FAQ;url=http://www.g4communications.com/faq.php;");
aI("text=Documents;url=http://www.g4communications.com/documents.php;");
aI("text=Downloads;url=/downloads.php;");
aI("text=Manage Account;url=http://www.g4communications.com/manage.php;");
aI("text=WebMail;url=http://webmail.metro2000.net;");
}

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

drawMenus();
