


_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // 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(AllImagesStyle=new mm_style()){
bordercolor="#ffffff";
borderstyle="solid";
padding=0;
fontstyle="normal";
fontweight="normal";
}


with(menuStyle=new mm_style()){
onbgcolor="#ccffcc";
oncolor="#006699";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#A4D7BB";
borderstyle="solid";
borderwidth=0;
separatorcolor="#A4D7BB";
separatorsize="0";
padding=0;
fontsize="10";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#82B6D7";
headercolor="#000000";
headerbgcolor="#ffffff";
position="relative";
//subimage="arrow.gif";
//subimagepadding="2";
//overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(menuStyle2=new mm_style()){
onbgcolor="#ccffcc";
oncolor="#006699";
offbgcolor="#006699";
offcolor="#ffffff";
bordercolor="#ffffff";
borderstyle="solid";
borderwidth=1;
separatorcolor="#ffffff";
separatorsize="1";
padding=3;
fontsize="11";
fontstyle="normal";
fontfamily="Verdana, Arial, Helvetica";
//fontweight="bold";
pagecolor="black";
pagebgcolor="#ffffff";
headercolor="#000000";
headerbgcolor="#ffffff";
//subimage="images/arrow.gif";
//subimagepadding="0";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
}

with(milonic=new menuname("CUSTOMERS")){
style=menuStyle2;
overflow="scroll";
aI("text=About Us;url=customers_about.html;");
aI("text=Options;url=customers_options.html;");
aI("text=Checklist;url=customers_checklist.html;");
aI("text=Services We Offer;url=customers_services.html;");
}

with(milonic=new menuname("CANDIDATES")){
style=menuStyle2;
overflow="scroll";
aI("text=About Us;url=candidates_about.html;");
aI("text=Your Personal Records;url=candidates_personalrecords.html;");
aI("text=Vacancies;url=vacancies_introduction.php;");
}

with(milonic=new menuname("VACANCIES")){
style=menuStyle2;
overflow="scroll";
aI("text=Commercial;url=http://www.campbellbirch.com/section.php?id=1;");
aI("text=Directors;url=http://www.campbellbirch.com/section.php?id=7;");
aI("text=International;url=http://www.campbellbirch.com/section.php?id=8;");
aI("text=Legal;url=http://www.campbellbirch.com/section.php?id=6;");
aI("text=Procurement;url=http://www.campbellbirch.com/section.php?id=2;");
}

drawMenus();

