fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=300;
_menuOpenDelay=100;
_subOffsetTop=2;
_subOffsetLeft=-2;
buildAfterLoad=true;

with(menuStyle=new mm_style()){
bordercolor="#666666";
borderstyle="solid";
borderwidth=0;
fontfamily="Verdana, Geneva, Arial, helvetica, sans-serif";
fontsize="9.5px";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#666666";
offcolor="#CCCCCC";
onbgcolor="#737373";
oncolor="#ffffff";
outfilter="";
overfilter="";
padding=5;
pagebgcolor="#666666";
pagecolor="#CCCCCC";
separatorcolor="#999999";
separatorsize=1;
subimage="http://www.ridgeon-network.co.uk/images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
orientation="horizontal";
position="relative";
style=menuStyle;
aI("text=HOME;url=index.asp;");
aI("showmenu=Company;text=THE COMPANY;");
aI("showmenu=Internet_Services;text=INTERNET SERVICES;");
aI("showmenu=Software_Services;text=SOFTWARE SERVICES;");
aI("showmenu=Games_Industry;text=GAMES INDUSTRY;");
aI("showmenu=Products_Solutions;text=PRODUCTS &amp; SOLUTIONS;");
aI("showmenu=IT_Support;text=SUPPORT &amp; TOOLS;");
}

with(milonic=new menuname("Company")){
overflow="scroll";
style=menuStyle;
aI("text=About Ridgeon Network;url=about_us.asp;")
aI("text=Clients &amp; Testimonials;url=clients.asp;")
aI("text=Contact Us;url=contact.asp;")
aI("text=Advertising Opportunities;url=ad_space.asp;")
}

with(milonic=new menuname("Internet_Services")){
overflow="scroll";
style=menuStyle;
aI("text=Website Design;url=internet_webdesign.asp;")
aI("text=Web Development;url=internet_webdev.asp;")
aI("text=Video Testimonial Production;url=service_videotestimonials.asp;")
aI("text=E-Commerce Solutions;url=internet_ecommerce.asp;")
aI("text=Automated Distrubution;url=service_ads.asp;")
aI("text=FTP Hosting;url=internet_ftphosting.asp;")
aI("text=Mass Email Services;url=internet_massmail.asp;")
aI("text=Internet Venture Projects;url=internet_ventures.asp;")
}

with(milonic=new menuname("Software_Services")){
overflow="scroll";
style=menuStyle;
aI("text=Software Development Services;url=service_softwaredev.asp;")
}

with(milonic=new menuname("Games_Industry")){
overflow="scroll";
style=menuStyle;
aI("text=Virtual Community Manager;url=games_virtualcommunitymanager.asp;")
aI("text=Fan &amp; Community Website Design;url=games_fansites.asp;")
aI("text=Style Guide Design &amp; Creation;url=games_styleguide.asp;")
//aI("text=Project Demo Disk Development;url=games_demodisks.asp;")
}

with(milonic=new menuname("Products_Solutions")){
overflow="scroll";
style=menuStyle;
aI("text=ASP Sheriff 1.4;url=product_aspsheriff.asp;")
aI("text=Vehicle Manager 6.0;url=product_vehiclemanager.asp;")
aI("text=IP Security 1.2;url=product_ipsecurity.asp;")
//aI("text=ContraX Time Management;url=product_contrax.asp;")
aI("text=Automated Distribution Service;url=service_ads.asp;")
//aI("text=Automated Payments &amp; Download Service;url=ads/;")
}

with(milonic=new menuname("Free_Tools")){
overflow="scroll";
style=menuStyle;
aI("text=Online - What is my IP?;url=tool_myip.asp;")
aI("text=Online - Password Generator;url=tool_passgen.asp;")
aI("text=Download - ScreenGrasp;url=tool_screengrasp.asp;")
aI("text=Recommended Links;url=links.asp;")
}

with(milonic=new menuname("IT_Support")){
overflow="scroll";
style=menuStyle;
aI("text=IT Support Services;url=it_support.asp;")
aI("text=Network Security with Arxceo Ally;url=it_networksecurity.asp;")
aI("showmenu=Free_Tools;text=Free Tools;")
}

drawMenus();

