
	var NoOffFirstLineMenus=9; //set number of main menu items
	var LowBgColor='#000099';
	var HighBgColor='#D1D1E9';
	var FontLowColor='#FFFFFF';
	var FontHighColor='000099';
	var BorderColor='#FFFFFF';
	var BorderWidth=4;
	var BorderBtwnElmnts=1;
	var FontFamily="helvetica"
	var FontSize=9;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=200; //set vertical offset
	var StartLeft=20; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=0; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=700;
	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","home.html",0,20,140);

Menu2=new Array("About Us","who.html",4);
	Menu2_1=new Array("Who We Are","who.html",0,20,110);	
	Menu2_2=new Array("What We Do","what.html",0,20,110);
	Menu2_3=new Array("How We Collect","how.html",0);
	Menu2_4=new Array("Where We Collect","where.html",0);
                
Menu3=new Array("Products and Services","manuf.html",2);
	Menu3_1=new Array("Manufacturer Products","manuf.html",2,20,150);
		Menu3_1_1=new Array("Shelf Audits","shelfaudit.html",0,20,150);
		Menu3_1_2=new Array("Display and Promotion Audits","displayaudit.html",0);
		
	Menu3_2=new Array("Analytics","analytics.html",0);

Menu4=new Array("Our Clients","clist.html",1);
	Menu4_1=new Array("Client List","clist.html",0,20,110);
	

Menu5=new Array("News","conews.html",2);
	Menu5_1=new Array("Company News","conews.html",0,20,140);
    Menu5_2=new Array("Industry News","indnews.html",0,20,140);
	
Menu6=new Array("Jobs","careers.html",1);
	Menu6_1=new Array("Career Opportunities","careers.html",0,20,150);
	//Menu6_2=new Array("FSR Opportunities","Job_Description.htm",0);
	
Menu7=new Array("Contact Us","address.html",2);
	Menu7_1=new Array("Our Contact Info","address.html",0,20,150);
	Menu7_2=new Array("MIF Contact Me","form2.html",0,20,150);

Menu8=new Array("Login","http://www.mosaic-infoforce.com/analysis",3);
	Menu8_1=new Array("Client Login","http://www.mosaic-infoforce.com/analysis",0,20,110);
	Menu8_2=new Array("Employee Login","http://www.mosaic-infoforce.com/eLogin.asp",0);
	Menu8_3=new Array("Employee IntraNet","http://www.mosaic-infoforce.com/MONet",0);	

Menu9=new Array("Associate Reporting","http://bi.mosaic-infoforce.com/pas",0);