//(c) Ger Versluis 2000 version 1.0, 1 november 2000

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#8395B8';
	var HighBgColor='#BDC8D9';
	var FontLowColor='#ffffff';
	var FontHighColor='#436094';
	var BorderColor='#436094';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="tahoma"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered='middle';
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.1;
	var ChildVerticalOverlap=.1;
	var StartTop=65; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=4;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=1;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame='main';
	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.shtml",0,30,132);
	
Menu2=new Array("Family Medicine Program","fammedprogram.shtml",5,20,0);
        Menu2_1=new Array("Core Family Medicine Block","Corefamilymedblock.shtml",0,20,300);
        Menu2_2=new Array("Core Specialty Rotations","CoreSpecialty.shtml",0);
        Menu2_3=new Array("Weekly Curriculum","halfdayaweek.shtml",0);
        Menu2_4=new Array("Other Learning Opportunities","otherlearningopp.shtml",0);
        Menu2_5=new Array("Preceptors","Preceptors.shtml",0);
        	
Menu3=new Array("AHSC Home","http://www.ahsc.health.nb.ca" ,0,20,0);
	
Menu4=new Array("Residency Sites","regionlinks.shtml",0,20,0);   
	
Menu5=new Array("Community Profile","SJataglance.shtml",5,20,0);
	Menu5_1=new Array("SJ at a Glance","SJataglance.shtml#GLANCE",0,20,150);
        Menu5_2=new Array("Local Attractions","SJataglance.shtml#LOCAL",0,20,170);
        Menu5_3=new Array("Parks","SJataglance.shtml#PARKS",0,20,128.5);
        Menu5_4=new Array("Recreation/Fitness","SJataglance.shtml#RECREATION",0,20,0);
        Menu5_5=new Array("Learn More...","SJataglance.shtml#LEARN",0,20,0);

Menu6=new Array("Associations","LinkstoProOrgani.shtml",0,20,0);


