//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#5686C0';
	var HighBgColor='#ddeeff';
	var FontLowColor='#ffffff';
	var FontHighColor='#003399';
	var BorderColor='#ddeeff';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=0;
	var ChildVerticalOverlap=0;
	var StartTop=80; //set vertical offset
	var StartLeft=20; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=1;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='navig';
	var SecLineFrame='space';
	var DocTargetFrame='space';
	var WebMasterCheck=0;

//Menux=new Array("text to show","Link",No of sub elements,element height,element width);
//see accompanying "config.htm" file for more information on structure of menus

//Menu1=new Array("Home","",0,16,100);

Menu1=new Array("Home","index_m.php",0,16,104);
	
Menu2=new Array("For Applicants","",4);
	Menu2_1=new Array("Job Vacancies","job_openings.php?sort=Date Posted",0,16,121);
	Menu2_2=new Array("Interview Tips","interview.htm",0);
	Menu2_3=new Array("Apply Online","appform.php",0);
	Menu2_4=new Array("Update resume","update_resume.php",0);

 Menu3=new Array("For Employers","login.php",0);
	
Menu4=new Array("Forms","forms.php",0);

Menu5=new Array("News & Events","news.php",0);

Menu6=new Array("About Us","",5);
	Menu6_1=new Array("Principalia","principalia_m.html",0,16,175);
	Menu6_2=new Array("Business Overview","business_overview_m.html",0);
	Menu6_3=new Array("Principalia Group, Inc.","principalia_group_m.html",0);
	Menu6_4=new Array("Features of Principalia","advantage_m.html",0);
	Menu6_5=new Array("Message from the Chairman","message_m.html",0);

Menu7=new Array("Contact Us","",2);
	Menu7_1=new Array("Contact Info","contactus_m.html",0,16,121);
	Menu7_2=new Array("Send Feedback","feedback.php",0);
	//Menu7_3=new Array("Client Testimonials","testimonials.php",0);