/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;			// Number of first level items
	var LowBgColor='#eff0f0';			// Background color when mouse is not over
	var LowSubBgColor='#eff0f0';			// Background color when mouse is not over on subs
	var HighBgColor='#eff0f0';   // Background color when mouse is over
	var HighSubBgColor='#eff0f0';  // Background color when mouse is over on subs
	var FontLowColor='#2a2826';   // Font color when mouse is not over
	var FontSubLowColor='#2a2826';			// Font color subs when mouse is not over
	var FontHighColor='#727170';			// Font color when mouse is over
	var FontSubHighColor='#946d46';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='';			// Border color for subs
	var BorderWidth=2;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="eurostile,eurostile regular,arial,verdana,tahoma"	// Font family menu items
	var FontSize=8;				// Font size menu items
	var FontBold=0;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='left';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle','bottom' or static
	var ChildOverlap=0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=5;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='frame_midBtm';			// Frame where first level appears
	var SecLineFrame='bottom';			// Frame where sub levels appear
	var DocTargetFrame='frame_midMid.html';			// Frame where target documents appear
	var TargetLoc='MenuPos';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,10];	// Arrow source, width and height

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

function openLargeWindow(url,name) {
var w = 530;
if (window.screen)
{
	var h = screen.availHeight-20;
}
   else
{
	var h = 770;
}
var features = "width="+w+",innerWidth="+w+",height="+h+",innerHeight="+h+",left=50,top=50,scrollbars=1,status=1,resizable=1";
newWindow=window.open(url,name,features);
}

function openNewWindow(varPage,windowName,windowFeatures) {
  newWindow=window.open(varPage, windowName, windowFeatures);
}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

// -- ABOUT -- //
Menu1=new Array("rollover:imgs/btn1_lo.gif:imgs/btn1_hi.gif","","",3,20,78);
	Menu1_1=new Array("About","index.html","","",20,100);
	Menu1_2=new Array("Opportunities","opps.html","","",20,100);
	Menu1_3=new Array("As It Was","javascript:openNewWindow('progress.php','Medcalf_progress','width=720,innerWidth=720,height=370,innerHeight=370,left=50,top=50,scrollbars=yes,status=yes')","","",20,100);

// -- FOOD & WINE -- //
Menu2=new Array("rollover:imgs/btn2_lo.gif:imgs/btn2_hi.gif","","",5,20,132);
	Menu2_1=new Array("Private Dining Menu","javascript:openLargeWindow('lunch.php?q=clunch','PrivateDining')","","",20,118);
	Menu2_2=new Array("Daily Menu","javascript:openLargeWindow('lunch.php?q=lunch','DailyMenu')","","",20,118);
	Menu2_3=new Array("Sunday Lunch Menu","javascript:openNewWindow('lunch.php?q=slunch','SundayLunchMenu','width=530,innerWidth=530,height=700,innerHeight=700,left=50,top=50,scrollbars=yes,status=yes,resizable=1')","","",20,118);
	Menu2_4=new Array("Christmas Menu","javascript:openNewWindow('lunch.php?q=chlunch','ChristmasLunchMenu','width=530,innerWidth=530,height=700,innerHeight=700,left=50,top=50,scrollbars=yes,status=yes,resizable=1')","","",20,118);
	Menu2_5=new Array("Wine List","javascript:openLargeWindow('wine.html','WineList')","","",20,118);

// -- EVENTS -- //
Menu3=new Array("rollover:imgs/btn3_lo.gif:imgs/btn3_hi.gif","javascript:openNewWindow('news.php','NewsEvents','width=530,innerWidth=530,height=770,innerHeight=770,left=50,top=50,scrollbars=yes,status=yes,resizable=1')","",0,20,84);


// -- PRIVATE HIRE -- //
Menu4=new Array("rollover:imgs/btn4_lo.gif:imgs/btn4_hi.gif","hire.html","",0,20,123);
	Menu4_1=new Array("Private Hire","hire.html","","",20,100);

// -- TABLE BOOKING -- //
Menu5=new Array("rollover:imgs/btn5_lo.gif:imgs/btn5_hi.gif","","",2,20,141);
	Menu5_1=new Array("tables of 6 or less","booking.php?less","","",20,110);
	Menu5_2=new Array("tables of 7 or more","booking.php?more","","",20,110);


// -- CONTACT -- //
Menu6=new Array("rollover:imgs/btn6_lo.gif:imgs/btn6_hi.gif","","",4,20,76);
	Menu6_1=new Array("Contact Details","contactDets.html","","",20,110);
	Menu6_2=new Array("Information Request","contact.php","","",20,110);
	Menu6_3=new Array("Map","javascript:openNewWindow('map4.html','Map','width=405,innerWidth=405,height=310,innerHeight=310,left=50,top=50,scrollbars=yes,status=yes,resizable=1')","","",20,110);
	Menu6_4=new Array("Privacy Policy","javascript:openNewWindow('privacy.html','PrivacyPolicy','width=530,innerWidth=530,height=460,innerHeight=460,left=50,top=50,scrollbars=yes,status=yes,resizable=1')","","",20,110);

