//(c) EM3 Systems Inc 2001

 	var NoOffFirstLineMenus=6; //set number of main menu items
        var LowBgColor='#000066';
        //var HighBgColor='#D1D1E9';
        var HighBgColor='#0153c9';
        var FontLowColor='white';
        var FontHighColor='white';
        var BorderColor='white';
        var BorderWidth=0;
        var BorderBtwnElmnts=0;
//	var FontFamily="comic sans ms,technical,arial"
        var FontFamily="verdana,technical,arial"
	var FontSize=9;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=8; //set vertical offset
	var StartLeft=29; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=200;
	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","http://www.em3systems.com",0,20,120);

Menu2=new Array("Products","http://68.142.132.150",0);
	
Menu3=new Array("Consulting","prof_serv.htm",0);

Menu4=new Array("Contact Us","em3_contact_us.htm",0);
	
Menu5=new Array("About Us","",2);
	Menu5_1=new Array("Company","em3_about_us.htm",0,20,150);
	Menu5_2=new Array("The Data Center","http://68.142.132.150/data_center.htm",0);

Menu6=new Array("Tech Resources","technology-resources.htm",0);
	





