
	var NoOffFirstLineMenus=7; //set number of main menu items
	var LowBgColor='#E1E8F0';
	var HighBgColor='#FFFFFF';
	var FontLowColor='#000000';
	var FontHighColor='#000080';
	var BorderColor='#7892AB';
	var BorderWidth=2;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=1;
	var MenuCentered='xx';
	var MenuVerticalCentered='xx';
	var MenuLeftPosition=206;
	var MenuTopPosition=93;
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=0;
	var TopPaddng=5;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=300;
	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","index.htm",0,22,112);
Menu2=new Array("About Us","aboutus.htm",0);
Menu3=new Array("Why Export EMS ?","exportems.htm",0);
Menu4=new Array("Videos","Videos.htm",0);
Menu5=new Array("Useful Links","ulinks.htm",0);
Menu6=new Array("Live Chat","chat.htm",0);
Menu7=new Array("Contact Us","contactus.htm",0);

