fixMozillaZIndex=true; //Fixes Z-Index problem  with Mozilla browsers but causes odd scrolling problem, toggle to see if it helps
_menuCloseDelay=500;
_menuOpenDelay=150;
_subOffsetTop=2;
_subOffsetLeft=-2;

with(menuStyle1=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=1;
fontfamily="Tahoma, Verdana, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#333333";
offcolor="#ffffff";
onbgcolor="#006A9C";
oncolor="#ffffff";
pagecolor="#1BAFCA";
padding=5;
separatorcolor="#2D729D";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}


with(menuStyle=new mm_style()){
bordercolor="#296488";
borderstyle="solid";
borderwidth=0;
fontfamily="Tahoma, Verdana, Arial";
fontsize="100%";
fontstyle="normal";
headerbgcolor="#ffffff";
headercolor="#000000";
offbgcolor="#333333";
offcolor="#ffffff";
onbgcolor="#333333";
oncolor="#1BAFCA";
padding=8;
pagecolor="#1BAFCA";
separatorcolor="#333333";
separatorsize=1;
subimage="images/arrow.gif";
subimagepadding=2;
}

with(milonic=new menuname("Main Menu")){
alwaysvisible=1;
overflow="scroll";
style=menuStyle;
aI("text=Home;url=./index.php;");
//aI("text=Who We Are;url=./whoweare.php;");
aI("showmenu=Coporate1;text=Coporate;");
aI("showmenu=services1;text=Services;");
aI("showmenu=clients1;text=Clients;");
aI("showmenu=candidates1;text=Candidates;");
aI("showmenu=specialisms;text=Our Strengths;");
aI("text=Contact Us;url=./contactus.php;");

aI("text=<font color=#FF9900><b>New Openings</b></font>;url=./index.php;");
}

/*with(milonic=new menuname("Aboutus")){
overflow="scroll";
style=menuStyle1;
aI("text=Permanent Recruitment;url=#;")
aI("text=Business Analysis;url=#;")
aI("text=Permanent Recruitment;url=#;")
aI("text=Business Analysis;url=#;")
}*/

with(milonic=new menuname("Coporate1")){
overflow="scroll";
style=menuStyle1;
aI("text=Overview;url=./whoweare.php;")
aI("text=Management Team;url=./mgm_team.php;")
aI("text=Vision & Mission;url=./vision.php;")
}

with(milonic=new menuname("services1")){
overflow="scroll";
style=menuStyle1;
aI("text=ERP Services;url=./erp_services.php;")
//aI("text=SAP Services;url=./sap_services.php;")
aI("text=Database Services;url=./databaseservices.php;")
aI("text=Software Solution;url=./softwaresolution.php;")
aI("text=Technical Writing;url=./technicalwriting.php;")
aI("text=Contract Staffing Service;url=./services_staffing.php;")
aI("text=Managed Offshore Recruitment Service;url=./services_offshore.php;")
aI("text=Candidate Screening;url=./services_candidate.php;")
}

with(milonic=new menuname("clients1")){
overflow="scroll";
style=menuStyle1;
aI("text=Why Us?;url=./client_whyus.php;")
aI("text=Register a Vacancy;url=./clients_register.php;")
aI("text=Client Login;url=./client_login.php;")
//aI("text=Success Track;url=./success.php;")
aI("text=Client List;url=./clientlist.php;")
aI("text=Contact Us;url=./clients_contactus.php;")
}

with(milonic=new menuname("candidates1")){ 
style=menuStyle1;
aI("text=Why Us?;url=./candidates_whyus.php;")
aI("text=Register ;url=javascript:mypopup();")
aI("text=Candidate Login;url=./candidate_login.php;")
aI("text=Interview Advice;url=./interview.php;")
aI("text=Refer a friend;url=./refer_friend.php;")
aI("text=Success Track;url=./success.php;")
aI("text=Contact Us;url=./candidate_contactus.php;")
}

with(milonic=new menuname("specialisms")){
overflow="scroll";
style=menuStyle1;
aI("text=ERP Functional / Technical Jobs;url=./specialisms_erpfunction.php;")
aI("text=IT Tester Jobs;url=./specialisms_ittesters.php;")
aI("text=Support Jobs;url=./specialisms_support.php;")
aI("text=Developer Jobs;url=./specialisms_developer.php;")
aI("text=Messaging & Infrastructure Jobs;url=./messaging.php;")
aI("text=Networking Jobs;url=./network_job.php;")
}


drawMenus();

function mypopup()
{
   mywindow = window.open ("./register.php","windowname1",  'width=550, height=328');
  // mywindow.moveTo(0,0);
}
