


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=100            // 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="#1478EB";
oncolor="#FFF700";
offbgcolor="#1478EB";
offcolor="#ffffff";
bordercolor="";
borderstyle="solid";
borderwidth=0;
separatorcolor="#ffffff";
separatorsize="1";
separatorheight="6";
padding=3;
fontsize="12px";
fontstyle="Normal";
fontweight="bold";
fontfamily="Arial, Helvetica";
pagecolor="#FFCF08";
pagebgcolor="#1478EB";
headercolor="";
headerbgcolor="#ffffff";
subimage="arrow.gif";
subimagepadding="2";
overfilter="";
outfilter="";
}

with(menuStylesub=new mm_style()){
onbgcolor="#1478EB";
oncolor="#FFF700";
offbgcolor="#FFFFFF";
offcolor="#000000";
bordercolor="#1478EB";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="0";
padding=3;
fontsize="12";
fontstyle="Normal";
fontweight="normal";
fontfamily="Arial, Helvetica";
pagecolor="#000000";
pagebgcolor="#FFCF08";
headercolor="#000000";
headerbgcolor="#ffffff";
subimage="";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#A6A6A6', Direction=135, Strength=1)";
outfilter="";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=40;
left=148;
alwaysvisible=1;
orientation="horizontal";


aI("text=Home;showmenu=Home;");
aI("text=About Us;showmenu=About Us;");
aI("text=Photocopiers;showmenu=Photocopiers;");
aI("text=IT Solutions;showmenu=IT Solutions;");
aI("text=Service & Support;showmenu=Service;");
aI("text=Testimonials;showmenu=Testimonials");
aI("text=Recruitment;showmenu=Recruitment");
aI("text=Contact us;showmenu=Contact us;");
}

with(milonic=new menuname("About Us")){
style=menuStylesub;
overflow="scroll";
margin=1;
aI("text=Company Profile;url=CompanyProfile.htm;");
aI("text=Our Partners;url=OurPartners.htm;");
aI("text=Our Awards;url=OurAwards.htm;");
}


with(milonic=new menuname("Service")){
style=menuStylesub;
overflow="scroll";
margin=1;
aI("text=Service Plan Overview;url=service_intro.htm;");
aI("text=Leasing Information;url=service_leasing.htm;");
//aI("text=Installation Notes;url=service_installations.htm;");//
}



with(milonic=new menuname("IT Solutions")){
style=menuStylesub;
margin=1;
aI("text=IBM Business Solutions;url=computers_forbusiness.htm;");
aI("text=Lenovo Business Solutions;url=computers_lenovo.html;");
aI("text=Olivetti Printers;url=computers_print_a.htm;");
aI("text=Microsoft Windows Networks;url=computers_wn_a.htm;");
aI("text=ABS Back Up;url=computers_backedup.htm;");
}


with(milonic=new menuname("Networks")){
style=menuStylesub;
margin=1;
}

with(milonic=new menuname("Photocopiers")){
style=menuStylesub;
margin=1;
//aI("text=Introduction;url=photocopiers_intro.htm;");//
aI("text=Olivetti Model Information & Brochures;url=photocopiers_brochures.htm;");
aI("text=Olivetti Copier HIRE pcm !;url=photocopiers_hire.htm;");
}


with(milonic=new menuname("Contact us")){
style=menuStylesub;
overflow="scroll";
margin=1;
aI("text=Online Service Point;url=service_online.htm;");
aI("text=Contact & Location;url=ContactUs.htm;");
}

with(milonic=new menuname("Home")){
style=menuStylesub;
overflow="scroll";
margin=1;
aI("text=Home Page;url=index.htm;");
}

with(milonic=new menuname("Testimonials")){
style=menuStylesub;
margin=1;
//aI("text=Testimonials=Testimonials.htm;");//
aI("text=What our customers say;url=WhatOurCustomersSay.htm;");
aI("text=Case Studies;url=CaseStudies.htm;");
}

with(milonic=new menuname("Recruitment")){
style=menuStylesub;
margin=1;
//aI("text=Recruitment=Recruitment.htm;");//
aI("text=Recruitment at ABS Digital;url=Recruitment.htm;");
}


with(milonic=new menuname("Database")){
style=menuStylesub;
margin=1;
aI("text=Database Design;url=database.htm;");
}

with(milonic=new menuname("Internet")){
style=menuStylesub;
margin=1;
aI("text=ADSL for Business;url=internet_connect.htm;");
aI("text=Website Design;url=internet_design.htm;");
aI("text=Website Hosting;url=internet_hosting.htm;");
}

with(milonic=new menuname("Media")){
style=menuStylesub;
margin=1;
aI("text=Digital Audio Studio;url=media_studio.htm;");
}

drawMenus();

