	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='white';
	var HighBgColor='black';
	var FontLowColor='black';
	var FontHighColor='white';
	var BorderColor='#696969';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="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=133; //set vertical offset
	var StartLeft=0; //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=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("Magazine","http://photoandtravel.com/magindex.html",0,30,198);
		
	Menu2=new Array("Archives","http://search.photoandtravel.com/search.html",0,30,198);
	
	Menu3=new Array("Photography Portfolio","http://search.photoandtravel.com/photogallery.html",0,30,198);

	Menu4=new Array("About John C. Jones","http://photoandtravel.com/jones.html",0,30,198);
	

		
