_menuCloseDelay=0;
_menuOpenDelay=0;
_subOffsetTop=2;
_subOffsetLeft=2;




with(menuStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="none";
borderwidth=-1;
fontfamily="Verdana, Tahoma, Arial";
fontsize="70%";
fontstyle="normal";
headerbgcolor="#000000";  ///no effect
headercolor="#000000";   ///no effect
offbgcolor="#669ACC";  // light blue bg coulour
offcolor="#ffffff"; //this is the text off color before the rollover
onbgcolor="#1D62AD"; // bark blue bac rollover colour
oncolor="#ffffff";  // this is the on text colour with a rllowever
outfilter="fade(duration=0)";
overfilter="Fade(duration=0)";
padding=5;
pagebgcolor="#1D62AD"; // on page link bg coulr
pagecolor="white";
separatorcolor="#ffffff";
separatorsize=1;
subimage="";
subimagepadding=8;
}

with(dan=new menuname("Main Menu")){

screenposition="center";
orientation="horizontal";
style=menuStyle;
top=116;
left="offset=-169";
alwaysvisible=1;











aI("status=Home Page;text=Home;url=index.asp;");
aI("showmenu=About;text=About IGC;");
aI("showmenu=Telephone Systems;text=Telephone Systems;");
aI("showmenu=ansServices;text=Ancillary Services;");
//aI("showmenu=itservices;text=IT Services;");
aI("status=Contact;text=Contact IGC;url=small_business_phone_system_contact.asp;");
}

with(dan=new menuname("About")){
overflow="scroll";
style=menuStyle;
aI("text=Company History & Accreditations;url=phone_system_uk_about_history.asp;")
aI("text=Client List & References;url=phone_system_uk_references.asp ;")
aI("text=Careers;url=business_phone_system_careers.asp;")
aI("text=Glossary;url=business_phone_glossary.asp;")


}

with(dan=new menuname("Telephone Systems")){
style=menuStyle;
aI("text=Mitel / Inter-tel Axxess;url=Intertel_phone_system.asp;");
aI("text=Panasonic;url=panasonic_phone_system.asp;");
aI("text=Ericsson;url=ericsson_business_phone_system.asp;");








}

with(dan=new menuname("ansServices")){
style=menuStyle;
aI("text=Call Management;url=call_management.asp;");
aI("text=Call Recording;url=call_recording.asp;");
aI("text=Voice Mail / Auto-Attendant;url=voice_mail.asp;");
aI("text=VOIP / Voice Over IP ;url=voip.asp;");
aI("status=;text=CTI ;url=cti.asp;");
aI("status=;text=CAT5/6 Cabling ;url=cat5_cabling.asp;");
aI("text=Maintenance Contracts;url=maintenance.asp;");
aI("text=Consultancy;url=Consultancy.asp;");


}

//with(dan=new menuname("itservices")){
//style=menuStyle;
//aI("status=;text=Network Installations;url=;");
//aI("status=;text=Structured Cabling;url=;");
//aI("status=;text=Internet Access / ADSL ;url=;");
//aI("status=;text=Server Installations ;url=;");
//aI("status=;text=CTI ;url=;");
//aI("status=;text=Support Contracts;url=;");

//}
//with(dan=new menuname("Contact")){
//style=menuStyle;
//aI("text=Contact Us;url=http://wwww.dan.com/login.php;");
//aI("text=Directions;url=http://wwww.dan.com/mylicenses.php;");
//aI("text=Invoices;url=http://wwww.dan.com/myinvoices;");
//aI("text=Make Support Request;url=http://wwww.dan.com/reqsupport.php;");
//aI("text=View Support Requests;url=http://wwww.dan.com/mysupport.php;");
//aI("text=Your Details;url=http://wwww.dan.com/mydetails.php;");
//}

drawMenus();

