//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=16; //set number of main menu items
	var LowBgColor='#CCCCCC';
	var HighBgColor='#D7EBFF';
	var FontLowColor='#000000';
	var FontHighColor='#000000';
	var BorderColor='#000000';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"
	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=98; //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("Home","javascript:top.parent.location='../index.html'",0,20,166);
Menu2=new Array("About the Legislation","javascript:top.body_bills.location='Summary_Bills.htm'",0,20,166);
Menu3=new Array("Representatives","javascript:top.body_bills.location='Representatives.htm'",0,20,138);
Menu4=new Array("Liberty Caucus","javascript:top.body_bills.location='Liberty_Caucus.htm'",0,20,138);
Menu5=new Array("Flat Tax Caucus","javascript:top.body_bills.location='Flat_Tax_Caucus.htm'",0,20,138);
Menu6=new Array("HR 3097","javascript:top.body_bills.location='HR_3097.htm'",0,20,138);
Menu7=new Array("S 1673","javascript:top.body_bills.location='S_1673.htm'",0,20,138);
Menu8=new Array("HR 2717","javascript:top.body_bills.location='HR_2717.htm'",0,20,138);
Menu9=new Array("HR 2525","javascript:top.body_bills.location='HR_2525.htm'",0,20,138);
Menu10=new Array("HR 2714","javascript:top.body_bills.location='HR_2714.htm'",0,20,138);
Menu11=new Array("HJ Res 66","javascript:top.body_bills.location='HJ_Res_66.htm'",0,20,138);
Menu12=new Array("HR 1467","javascript:top.body_bills.location='HR_1467.htm'",0,20,138);
Menu13=new Array("HR 2001","javascript:top.body_bills.location='HR_2001.htm'",0,20,138);
Menu14=new Array("HJ Res 81","javascript:top.body_bills.location='HJ_Res_81.htm'",0,20,138);
Menu15=new Array("HJ Res 45","javascript:top.body_bills.location='HJ_Res_45.htm'",0,20,138);
Menu16=new Array("H Con Res 148","javascript:top.body_bills.location='H_Con_Res_148.htm'",0,20,138);








