//(c) Rich Blakemore 2002 version 1.0, 1 Richs Web Design 2003

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#6699CC';
//	var HighBgColor='#ffffff';
	var HighBgColor='#cc0033';
	var FontLowColor='white';
	var FontHighColor='black';
	var BorderColor='000033';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="arial"
	var FontSize=10;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.05;
	var ChildVerticalOverlap=.1;
	var StartTop=115; //set vertical offset
	var StartLeft=1; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=3;
	var TopPaddng=1;
	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("Potential Patients","currenttrials.htm",3,15,143);
	Menu1_1=new Array("Current Trials","currenttrials.htm",0,20,145);
	Menu1_2=new Array("Benefits of Participation","participation.htm",0);
	Menu1_3=new Array("F.A.Q.'s","faq.htm",0);


Menu2=new Array("Sponsors / CROs","benefits.htm",4,20,60);
	Menu2_1=new Array("Advantages of Vital Research","benefits.htm",0,20,175);
	Menu2_2=new Array("Patient Population","potential.htm",0);
	Menu2_3=new Array("Therapeutic Areas","therapeutic.htm",0);
	Menu2_4=new Array("Experience","experience.htm",0);

Menu3=new Array("References","testimonials.htm",0,20,60);
Menu4=new Array("Privacy Policy","privacy.htm",0,20,60);
Menu5=new Array("Contact Us","contact.php",0,20,60);
Menu6=new Array("Home","index.htm",0,20,60);

