var totalMenus = 3;
var url = "http://www.socalmri.com/";
 
var menu1 = 2;
	menu1_1=new Array("About Us", url + "about/index.htm");
	menu1_2=new Array("Join Our Team", url + "about/join.htm");

var menu2 = 10;
	menu2_1=new Array("Overview", url + "candidate/index.htm");
	menu2_2=new Array("Career Planning", url + "candidate/planning.htm");
	menu2_3=new Array("Privacy Protection", url + "candidate/privacy.htm");
	menu2_4=new Array("Resume Tips", url + "candidate/tips.htm");
	menu2_5=new Array("Interview Prep", url + "candidate/interviewing.htm");
	menu2_6=new Array("Dos and Don'ts", url + "candidate/dos.htm");
	menu2_7=new Array("Resigning Gracefully", url + "candidate/resign.htm");
	menu2_8=new Array("Counteroffers", url + "candidate/counteroffer.htm");
	menu2_9=new Array("Relocation Tools", url + "candidate/relocation.htm");
	menu2_10=new Array("Submit Resume", url + "resume/submit.htm");
	
var menu3 = 9;
	menu3_1=new Array("Overview", url + "client/index.htm");
	menu3_2=new Array("Search Process", url + "client/process.htm");
	menu3_3=new Array("Confidentiality", url + "client/confidentiality.htm");
	menu3_4=new Array("International Staffing", url + "client/staffing.htm");
	menu3_5=new Array("Project Outsourcing", url + "client/outsourcing.htm");
	menu3_6=new Array("Videoconferencing", url + "client/video.htm");
	menu3_7=new Array("Relocation Services", url + "client/relocation.htm");
	menu3_8=new Array("Service Agreements", url + "client/charge.htm");
	menu3_9=new Array("Request Information", url + "client/request.htm");
	
