//(c) Ger Versluis 1360 version 1.0, 1 november 1360

	var NoOffFirstLineMenus=6; //set number of main menu items
	var LowBgColor='#FFFFFF';
	var HighBgColor='#E6F2FF';
	var FontLowColor='#1965AF';
	var FontHighColor='#1965AF';
	var BorderColor='#ACCBEA';
	var BorderWidth=1;
	var BorderBtwnElmnts=1;
	var FontFamily="verdana,arial"
	var FontSize=8;
	var FontBold=0;
	var FontItalic=0;
	var MenuTextCentered=0;
	var MenuCentered='left';
	var MenuVerticalCentered='top';
	var ChildOverlap=.2;
	var ChildVerticalOverlap=.0;
	var StartTop=141; //set vertical offset
	var StartLeft=0; //set horizontal offset
	var VerCorrect=0;
	var HorCorrect=0;
	var LeftPaddng=6;
	var TopPaddng=2;
	var FirstLineHorizontal=1; //set menu layout (1=horizontal, 0=vertical)
	var MenuFramesVertical=0;
	var DissapearDelay=500;
	var TakeOverBgColor=1;
	var FirstLineFrame=0;
	var SecLineFrame=0;
	var DocTargetFrame=0;
	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.htm",0,20,127);

Menu2=new Array("patient information","",6);
	Menu2_1=new Array("bladder","patient-bladder-intro.htm",0,20,127);
	Menu2_2=new Array("kidney","patient-kidney-intro.htm",0,20,127);
	Menu2_3=new Array("prostate","patient-prostate-intro.htm",0,20,127);
	Menu2_4=new Array("common procedures","patient-common-pro-intro.htm",0,20,127);
	Menu2_5=new Array("glossary","gloss-a.htm",0,20,127);
	Menu2_6=new Array("search","myscript/search_form.htm",0,20,127);

Menu3=new Array("gp information","",3);
	Menu3_1=new Array("gp protocols","gp-protocols-intro.htm",0,20,127);
	Menu3_2=new Array("referrals","gp-referrals-main.htm",0,20,127);
	Menu3_3=new Array("search","myscript/search_form.htm",0,20,127);
	

Menu4=new Array("greenlight pvp","",8);
	Menu4_1=new Array("introduction","greenlight-pvp-intro.htm",0,20,127);
	Menu4_2=new Array("pre-operation","greenlight-pvp-preop.htm",0,20,127);
	Menu4_3=new Array("consent","greenlight-pvp-consent.htm",0,20,127);
	Menu4_4=new Array("the operation","greenlight-pvp-operation.htm",0,20,127);
	Menu4_5=new Array("leaving hospital","greenlight-pvp-leaving-hos.htm",0,20,127);
	Menu4_6=new Array("follow up","greenlight-pvp-follow-up.htm",0,20,127);
	Menu4_7=new Array("images","greenlight-pvp-prepvp.htm",0,20,127);
	Menu4_8=new Array("search","myscript/search_form.htm",0,20,127);
	
Menu5=new Array("contact","",5);
	Menu5_1=new Array("credentials","ranj-nhs.htm",0,20,127);
	Menu5_2=new Array("contact us","contact.htm",0,20,127);	
	Menu5_3=new Array("appointments","app1.htm",0,20,127);	
	Menu5_4=new Array("publications","publications.htm",0,20,127);
	Menu5_5=new Array("other information","other_info.htm",0,20,127);			
	
Menu6=new Array("links","eu-links.htm",0);
	

