//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=4; //set number of main menu items
	var LowBgColor='#E7DACF';
	var HighBgColor='#ffffff';
	var FontLowColor='black';
	var FontHighColor='4D0202';
	var BorderColor='4D0202';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,tahoma,arial"
	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=178; //set vertical offset
	var StartLeft=0; //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=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("Breaking News","news_home.htm",0,20,158);

Menu2=new Array("Press Releases","firearmspress.htm",3,20,158);
	Menu2_1=new Array("Firearms","firearmspress.htm",0,20,170);
	Menu2_2=new Array("Corporate","corporatepress.htm",0);
	Menu2_3=new Array("Promotions","promopress.htm",0);

Menu3=new Array("Events","events.htm",0,20,158);


Menu4=new Array("Articles","accutriggerarticles.htm",6,20,158);
	Menu4_1=new Array("AccuTrigger","accutriggerarticles.htm",0,20,170);
	Menu4_2=new Array("Centerfire and Rimfire","centerfirearticles.htm",0);
	Menu4_3=new Array("Muzzleloader","muzzleloaderarticles.htm",0);
	Menu4_4=new Array("Stevens","stevensarticles.htm",0);
	Menu4_5=new Array("Law Enforcement","lawarticles.htm",0);
	Menu4_6=new Array("Corporate","corporatearticles.htm",0);
	