//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#000066';
	var HighBgColor='#FFFF00';
	var FontLowColor='white';
	var FontHighColor='000066';
	var BorderColor='000066';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=1;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='center';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=0; //set vertical offset
	var StartLeft=8; //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='self';
	var SecLineFrame='self';
	var DocTargetFrame='self';
	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.html",0,20,124);

Menu2=new Array("About VAFP","",3);
	Menu2_1=new Array("Mission/Vision","/mission.html",0,20,180);	
	Menu2_2=new Array("Officers/Board","/officer.html",0);
	Menu2_3=new Array("Becoming a Member","http://www.aafp.org/membershipbenefits.xml",0);
			
Menu3=new Array("Contact Us","",3);
	Menu3_1=new Array("Staff/Office Information","/vital.html",0,20,180);
	Menu3_2=new Array("Email Us","mailto:admin@vafp.org",0);
	Menu3_3=new Array("Join Our Mailing Lists","/majordomo.html",0);

Menu4=new Array("Events","",1);
	Menu4_1=new Array("Calendar of Events","/calendar.html",0,20,255);
	
Menu5=new Array("Services","",2);
	Menu5_1=new Array("Recruitment Services","/recruit.html",0,20,180);
	Menu5_2=new Array("Membership Services","/services.html",0);

Menu6=new Array("Resources","",19);
	Menu6_1=new Array("Advocacy Tools from the Robert Graham Center","/advocacy.html",0,20,320);
	Menu6_2=new Array("Business Related Links","/business.html",0);
	Menu6_3=new Array("Bioterrorism Resources","/bioterrorism.html",0);
	Menu6_4=new Array("Childhood Obesity Resources","/childhood.html",0);
	Menu6_5=new Array("Government Medical Links","/gov.html",0);
	Menu6_6=new Array("Health Care Information","/hcare.html",0);
	Menu6_7=new Array("Legislative Links","/legis.html",0);
	Menu6_8=new Array("Medical Oncall Resources","/on-call.html",0);
	Menu6_9=new Array("Member Websites","/members.html",0);
	Menu6_10=new Array("Misc. Links","misc.html",0);
	Menu6_11=new Array("Online Patient Education","/patient.html",0);
	Menu6_12=new Array("Other Medical Organizations","/other.html",0);
    Menu6_13=new Array("PDA Software Program Links","/pdalinks.html",0);	
	Menu6_14=new Array("Physician Practice Resources","/ppr.html",0);
	Menu6_15=new Array("Research Family Practice Links","/research.html",0);
    Menu6_16=new Array("Student Resources","/student.html",0);	
    Menu6_17=new Array("Swine Flu Update April 2009","/PDF-Files/Swine_Flu_Update.pdf",0);	
    Menu6_18=new Array("VAFP Policies & Conditions","/PDF-Files/VAFP-Policies-and-Conditions-2007.pdf",0);	
	Menu6_19=new Array("Virginia Family Medicine Residencies","/residence.html",0);
	Menu6_20=new Array("Virginia Medical Schools","/schools.html",0);


