/***********************************************************************************
*	(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=9;			// Number of first level items
	var LowBgColor='#99CCFF';			// Background color when mouse is not over
	var LowSubBgColor='#99CCFF';			// Background color when mouse is not over on subs
	var HighBgColor='black';			// Background color when mouse is over
	var HighSubBgColor='black';			// Background color when mouse is over on subs
	var FontLowColor='black';			// Font color when mouse is not over
	var FontSubLowColor='black';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='black';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="arial,comic sans ms,technical"	// Font family menu items
	var FontSize=9;				// Font size menu items
	var FontBold=1;				// 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=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=100;				// 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=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// 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=1;				// 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}


// 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"

Menu1=new Array("Home","http://www.greekfoodanddrink.com","",0,20,80);

Menu2=new Array("Accomodation","","",2,20,110);
	Menu2_1=new Array("Cyprus","http://www.greekfoodanddrink.com/Accom/cyprus.htm","",0,20,150);
	Menu2_2=new Array("Greece","http://www.greekfoodanddrink.com/Accom/greece.htm","",0);

Menu3=new Array("Attractions","","",10,20,90);
	Menu3_1=new Array("Athens","http://www.greekfoodanddrink.com/TouristAtrraction/athens.htm","",0,20,150);
	Menu3_2=new Array("Ancient Olympia","http://www.greekfoodanddrink.com/TouristAtrraction/ancientolympia.htm","",0);
	Menu3_3=new Array("Mt. Olympius","http://www.greekfoodanddrink.com/TouristAtrraction/mtolympius.htm","",0,20,150);
	Menu3_4=new Array("Meteora","http://www.greekfoodanddrink.com/TouristAtrraction/meteora.htm","",0);
	Menu3_5=new Array("Knossos","http://www.greekfoodanddrink.com/TouristAtrraction/knossos.htm","",0,20,150);
	Menu3_6=new Array("Thessalonica","http://www.greekfoodanddrink.com/TouristAtrraction/thessalonica.htm","",0);
	Menu3_7=new Array("Rhodes","http://www.greekfoodanddrink.com/TouristAtrraction/rhodes.htm","",0,20,150);
	Menu3_8=new Array("Corfu","http://www.greekfoodanddrink.com/TouristAtrraction/corfu.htm","",0);
	Menu3_9=new Array("Kefallonia","http://www.greekfoodanddrink.com/TouristAtrraction/kefallonia.htm","",0,20,150);
	Menu3_10=new Array("Cyprus","http://www.greekfoodanddrink.com/TouristAtrraction/cyprus.htm","",0);

Menu4=new Array("Communities","","",14,20,100);
	Menu4_1=new Array("East Anglia","","",3,20,170);	
		Menu4_1_1=new Array("Essex","http://www.greekfoodanddrink.com/community/england/essex.htm","",0,20,150);
		Menu4_1_2=new Array("Norfolk","http://www.greekfoodanddrink.com/community/england/norfolk.htm","",0);
		Menu4_1_3=new Array("Suffolk","http://www.greekfoodanddrink.com/community/england/suffolk.htm","",0);
	Menu4_2=new Array("East Midlands","","",4);
		Menu4_2_1=new Array("Derbyshire","http://www.greekfoodanddrink.com/community/england/derbyshire.htm","",0,20,200);
		Menu4_2_2=new Array("Leicestershire","http://www.greekfoodanddrink.com/community/england/leicestershire.htm","",0);
		Menu4_2_3=new Array("Lincolnshire","http://www.greekfoodanddrink.com/community/england/lincolnshire.htm","",0);
		Menu4_2_4=new Array("Nottinghamshire","http://www.greekfoodanddrink.com/community/england/nottinghamshire.htm","",0);
	Menu4_3=new Array("Heart of England","","",8);	
		Menu4_3_1=new Array("Cambridgeshire","http://www.greekfoodanddrink.com/community/england/cambridgeshire.htm","",0,20,150);
		Menu4_3_2=new Array("Gloucestershire","http://www.greekfoodanddrink.com/community/england/gloucestershire.htm","",0);
		Menu4_3_3=new Array("Hereford & Worester","http://www.greekfoodanddrink.com/community/england/hereford&worester.htm","",0);
		Menu4_3_4=new Array("Northamptonshire","http://www.greekfoodanddrink.com/community/england/northamptonshire.htm","",0);
		Menu4_3_5=new Array("Shropshire","http://www.greekfoodanddrink.com/community/england/shropshire.htm","",0);
		Menu4_3_6=new Array("Staffordshire","http://www.greekfoodanddrink.com/community/england/staffordshire.htm","",0);
		Menu4_3_7=new Array("Warwickshire","http://www.greekfoodanddrink.com/community/england/warwickshire.htm","",0);
		Menu4_3_8=new Array("West Midlands","http://www.greekfoodanddrink.com/community/england/westmidlands.htm","",0);
	Menu4_4=new Array("North West","","",3);
		Menu4_4_1=new Array("Cheshire","http://www.greekfoodanddrink.com/community/england/cheshire.htm","",0,20,150);
		Menu4_4_2=new Array("Lancashire","http://www.greekfoodanddrink.com/community/england/lancashire.htm","",0);
		Menu4_4_3=new Array("Merseyside","www.greekfoodanddrink.com/community/england/merseyside.htm","",0);		
	Menu4_5=new Array("Northumbria","","",4,20,150);	
		Menu4_5_1=new Array("Cleveland","http://www.greekfoodanddrink.com/community/england/cleveland.htm","",0,20,150);
		Menu4_5_2=new Array("Durham","http://www.greekfoodanddrink.com/community/england/durham.htm","",0);
		Menu4_5_3=new Array("Northumberland","http://www.greekfoodanddrink.com/community/england/northumberland.htm","",0);
		Menu4_5_4=new Array("Tyne & Wear","http://www.greekfoodanddrink.com/community/england/Tyne&wear.htm","",0);
	Menu4_6=new Array("S.E. England","","",4);
		Menu4_6_1=new Array("East Sussex","http://www.greekfoodanddrink.com/community/england/eastsussex.htm","",0,20,150);
		Menu4_6_2=new Array("Kent","http://www.greekfoodanddrink.com/community/england/kent.htm","",0);
		Menu4_6_3=new Array("West Sussex","http://www.greekfoodanddrink.com/community/england/westsussex.htm","",0);
		Menu4_6_4=new Array("London","http://www.greekfoodanddrink.com/community/england/london.htm","",0);
	Menu4_7=new Array("Southern","","",3,20,150);	
		Menu4_7_1=new Array("Dorset","http://www.greekfoodanddrink.com/community/england/dorset.htm","",0,20,150);
		Menu4_7_2=new Array("Hampshire","http://www.greekfoodanddrink.com/community/england/hampshire.htm","",0);
		Menu4_7_3=new Array("Surrey","http://www.greekfoodanddrink.com/community/england/surrey.htm","",0);	
	Menu4_8=new Array("Thames & Chilterns","","",5);
		Menu4_8_1=new Array("Bedfordshire","http://www.greekfoodanddrink.com/community/england/bedfordshire.htm","",0,20,150);
		Menu4_8_2=new Array("Berkshire","http://www.greekfoodanddrink.com/community/england/berkshire.htm","",0);
		Menu4_8_3=new Array("Buckinghamshire","http://www.greekfoodanddrink.com/community/england/buckinghamshire.htm","",0);
		Menu4_8_4=new Array("Hertfordshire","http://www.greekfoodanddrink.com/community/england/hertfordshire.htm","",0);
		Menu4_8_5=new Array("Oxfordshire","http://www.greekfoodanddrink.com/community/england/oxfordshire.htm","",0);		
	Menu4_9=new Array("West Country","","",5,20,150);	
		Menu4_9_1=new Array("Avon","http://www.greekfoodanddrink.com/community/england/avon.htm","",0,20,150);
		Menu4_9_2=new Array("Cornwall","http://www.greekfoodanddrink.com/community/england/cornwall.htm","",0);
		Menu4_9_3=new Array("Devon","http://www.greekfoodanddrink.com/community/england/devon.htm","",0);
		Menu4_9_4=new Array("Somerset","http://www.greekfoodanddrink.com/community/england/somerset.htm","",0);
		Menu4_9_5=new Array("Wiltshire","http://www.greekfoodanddrink.com/community/england/wiltshire.htm","",0);
	Menu4_10=new Array("Yorkshire & Humberside","","",4);
		Menu4_10_1=new Array("Humberside","http://www.greekfoodanddrink.com/community/england/humberside.htm","",0,20,150);
		Menu4_10_2=new Array("North Yorkshire","http://www.greekfoodanddrink.com/community/england/northyorkshire.htm","",0);
		Menu4_10_3=new Array("South Yorkshire","http://www.greekfoodanddrink.com/community/england/southyourkshire.htm","",0);
		Menu4_10_4=new Array("West Yorkshire","http://www.greekfoodanddrink.com/community/england/westyorkshire.htm","",0);
	Menu4_11=new Array("Scotland","","",9,20,150);	
		Menu4_11_1=new Array("Borders","http://www.greekfoodanddrink.com/community/scot/borders.htm","",0,20,150);
		Menu4_11_2=new Array("Central","http://www.greekfoodanddrink.com/community/scot/central.htm","",0);
		Menu4_11_3=new Array("Dumfries & Galloway","http://www.greekfoodanddrink.com/community/scot/dumfries&galloway.htm","",0);
		Menu4_11_4=new Array("Fife","http://www.greekfoodanddrink.com/community/scot/fife.htm","",0);
		Menu4_11_5=new Array("Grampian","http://www.greekfoodanddrink.com/community/scot/grampian.htm","",0);
		Menu4_11_6=new Array("Highlands","http://www.greekfoodanddrink.com/community/scot/highlands.htm","",0);
		Menu4_11_7=new Array("Lothian","http://www.greekfoodanddrink.com/community/scot/lothian.htm","",0);
		Menu4_11_8=new Array("Strathclyde","http://www.greekfoodanddrink.com/community/scot/strathclyde.htm","",0);
		Menu4_11_9=new Array("Tayside","http://www.greekfoodanddrink.com/community/scot/tayside.htm","",0);
	Menu4_12=new Array("Wales","","",8);
		Menu4_12_1=new Array("Clwyd","http://www.greekfoodanddrink.com/community/wales/clwyd.htm","",0,20,150);
		Menu4_12_2=new Array("Dyfed","http://www.greekfoodanddrink.com/community/wales/dyfed.htm","",0);
		Menu4_12_3=new Array("Gwent","http://www.greekfoodanddrink.com/community/wales/gwent.htm","",0);	
		Menu4_12_4=new Array("Gwynedd","http://www.greekfoodanddrink.com/community/wales/gwynedd.htm","",0);
		Menu4_12_5=new Array("Mid Glamorgan","http://www.greekfoodanddrink.com/community/wales/midglamorgan.htm","",0);
		Menu4_12_6=new Array("Powys","http://www.greekfoodanddrink.com/community/wales/powys.htm","",0);
		Menu4_12_7=new Array("South Glamorgan","http://www.greekfoodanddrink.com/community/wales/southglamorgan.htm","",0);
		Menu4_12_8=new Array("West Glamorgan","http://www.greekfoodanddrink.com/community/wales/westglamorgan.htm","",0);
	Menu4_13=new Array("Channel Island","http://www.greekfoodanddrink.com/community/CH/ChannelIslands.htm","",0,20,150);
	Menu4_14=new Array("Northern Island","http://www.greekfoodanddrink.com/community/ireland/NorthernIsland.htm","",0);



Menu5=new Array("Culture","","",4,20,90);
	Menu5_1=new Array("Cyprus in Brief","http://www.greekfoodanddrink.com/culture/Cyprus.htm","",0,20,150);
	Menu5_2=new Array("Greece in Brief","http://www.greekfoodanddrink.com/culture/Greece.htm","",0);
	Menu5_3=new Array("Greek Mythology","http://www.greekfoodanddrink.com/culture/mythology/index.html","",0,20,150);
	Menu5_4=new Array("Learn abit of Greek","http://www.greekfoodanddrink.com/culture/Phrase.htm","",0);

Menu6=new Array("Drinks","","",2,20,80);
	Menu6_1=new Array("Cyprus","","",4,20,150);	
		Menu6_1_1=new Array("KEO","http://www.greekfoodanddrink.com/drinks/Keo/index.htm","",0,20,150);
		Menu6_1_2=new Array("Monolithos Wines","http://www.greekfoodanddrink.com/drinks/monolithos/index.htm","",0);
		Menu6_1_3=new Array("Troodos Wines","http://www.greekfoodanddrink.com/drinks/Troodos/index.htm","",0);
		Menu6_1_4=new Array("Sodap Wines","http://www.greekfoodanddrink.com/drinks/Sodap/index.htm","",0);	
	Menu6_2=new Array("Greece","","",10,20,150);	
		Menu6_2_1=new Array("Achaia Clauss Wines","http://www.greekfoodanddrink.com/drinks/AchaiaClaus/index.htm","",0,20,150);
		Menu6_2_2=new Array("Boutari Wines","http://www.greekfoodanddrink.com/drinks/Boutari/index.htm","",0);
		Menu6_2_3=new Array("Calliga Wines","http://www.greekfoodanddrink.com/drinks/Calliga/index.htm","",0);
		Menu6_2_4=new Array("Cambas Wines","http://www.greekfoodanddrink.com/drinks/Cambas/index.htm","",0,20,150);
		Menu6_2_5=new Array("Carras Wines","http://www.greekfoodanddrink.com/drinks/Carras/index.htm","",0);
		Menu6_2_6=new Array("Cephalonia Wines","http://www.greekfoodanddrink.com/drinks/Cephalonia/index.htm","",0);
		Menu6_2_7=new Array("C.A.I.R","http://www.greekfoodanddrink.com/drinks/CAIR/index.html","",0,20,150);
		Menu6_2_8=new Array("Domaine Hatzimichalis","http://www.greekfoodanddrink.com/drinks/hatzimichalis/index.html","",0);
		Menu6_2_9=new Array("Lazaridis C (Estate)","http://www.greekfoodanddrink.com/drinks/Lazaridis/index.htm","",0);
		Menu6_2_10=new Array("Tsantali Wines","http://www.greekfoodanddrink.com/drinks/Tsantali/index.htm","",0);
	
Menu7=new Array("Restaurants","","",12,20,100);
	Menu7_1=new Array("East Anglia","","",3,20,170);	
		Menu7_1_1=new Array("Essex","http://www.greekfoodanddrink.com/restaurants/england/essex.htm","",0,20,150);
		Menu7_1_2=new Array("Norfolk","http://www.greekfoodanddrink.com/restaurants/england/norfolk.htm","",0);
		Menu7_1_3=new Array("Suffolk","http://www.greekfoodanddrink.com/restaurants/england/suffolk.htm","",0);
	Menu7_2=new Array("East Midlands","","",4);
		Menu7_2_1=new Array("Derbyshire","http://www.greekfoodanddrink.com/restaurants/england/derbyshire.htm","",0,20,200);
		Menu7_2_2=new Array("Leicestershire","http://www.greekfoodanddrink.com/restaurants/england/leicestershire.htm","",0);
		Menu7_2_3=new Array("Lincolnshire","http://www.greekfoodanddrink.com/restaurants/england/lincolnshire.htm","",0);
		Menu7_2_4=new Array("Nottinghamshire","http://www.greekfoodanddrink.com/restaurants/england/nottinghamshire.htm","",0);	
	Menu7_3=new Array("Heart of England","","",8);	
		Menu7_3_1=new Array("Cambridgeshire","http://www.greekfoodanddrink.com/restaurants/england/cambridgeshire.htm","",0,20,150);
		Menu7_3_2=new Array("Gloucestershire","http://www.greekfoodanddrink.com/restaurants/england/gloucestershire.htm","",0);
		Menu7_3_3=new Array("Hereford & Worcester","http://www.greekfoodanddrink.com/restaurants/england/hereford&worester.htm","",0);
		Menu7_3_4=new Array("Northamptonshire","http://www.greekfoodanddrink.com/restaurants/england/northamptonshire.htm","",0);
		Menu7_3_5=new Array("Shropshire","http://www.greekfoodanddrink.com/restaurants/england/shropshire.htm","",0);
		Menu7_3_6=new Array("Staffordshire","http://www.greekfoodanddrink.com/restaurants/england/staffordshire.htm","",0);
		Menu7_3_7=new Array("Warwickshire","http://www.greekfoodanddrink.com/restaurants/england/warwickshire.htm","",0);
		Menu7_3_8=new Array("West Midlands","http://www.greekfoodanddrink.com/restaurants/england/westmidlands.htm","",0);
	Menu7_4=new Array("North West","","",3);
		Menu7_4_1=new Array("Cheshire","http://www.greekfoodanddrink.com/restaurants/england/cheshire.htm","",0,20,150);
		Menu7_4_2=new Array("Lancashire","http://www.greekfoodanddrink.com/restaurants/england/lancashire.htm","",0);
		Menu7_4_3=new Array("Merseyside","http://www.greekfoodanddrink.com/restaurants/england/merseyside.htm","",0);	
	Menu7_5=new Array("Northumbria","","",4,20,150);	
		Menu7_5_1=new Array("Cleveland","http://www.greekfoodanddrink.com/restaurants/england/cleveland.htm","",0,20,150);
		Menu7_5_2=new Array("Durham","http://www.greekfoodanddrink.com/restaurants/england/durham.htm","",0);
		Menu7_5_3=new Array("Northumberland","http://www.greekfoodanddrink.com/restaurants/england/northumberland.htm","",0);
		Menu7_5_4=new Array("Tyne and Wear","http://www.greekfoodanddrink.com/restaurants/england/tyne&wear.htm","",0);
	Menu7_6=new Array("S.E. England","","",3);
		Menu7_6_1=new Array("East Sussex","http://www.greekfoodanddrink.com/restaurants/england/eastsussex.htm","",0,20,150);
		Menu7_6_2=new Array("Kent","http://www.greekfoodanddrink.com/restaurants/england/kent.htm","",0);
		Menu7_6_3=new Array("West Sussex","http://www.greekfoodanddrink.com/restaurants/england/westsussex.htm","",0);
	Menu7_7=new Array("Southern","","",3,20,150);	
		Menu7_7_1=new Array("Dorset","http://www.greekfoodanddrink.com/restaurants/england/dorest.htm","",0,20,150);
		Menu7_7_2=new Array("Hampshire","http://www.greekfoodanddrink.com/restaurants/england/hampshire.htm","",0);
		Menu7_7_3=new Array("Surrey","http://www.greekfoodanddrink.com/restaurants/england/surrey.htm","",0);
	Menu7_8=new Array("Thames & Chilterns","","",5);
		Menu7_8_1=new Array("Bedfordshire","http://www.greekfoodanddrink.com/restaurants/england/bedfordshire.htm","",0,20,150);
		Menu7_8_2=new Array("Berkshire","http://www.greekfoodanddrink.com/restaurants/england/berkshire.htm","",0);
		Menu7_8_3=new Array("Buckinghamshire","http://www.greekfoodanddrink.com/restaurants/england/buckinghamshire.htm","",0);
		Menu7_8_4=new Array("Hertfordshire","http://www.greekfoodanddrink.com/restaurants/england/hertfordshire.htm","",0);
		Menu7_8_5=new Array("Oxfordshire","http://www.greekfoodanddrink.com/restaurants/england/oxfordshire.htm","",0);
	Menu7_9=new Array("West Country","","",5,20,150);	
		Menu7_9_1=new Array("Avon","http://www.greekfoodanddrink.com/restaurants/england/avon.htm","",0,20,150);
		Menu7_9_2=new Array("Cornwall","http://www.greekfoodanddrink.com/restaurants/england/cornwall.htm","",0);
		Menu7_9_3=new Array("Devon","http://www.greekfoodanddrink.com/restaurants/england/devon.htm","",0);
		Menu7_9_4=new Array("Somerset","http://www.greekfoodanddrink.com/restaurants/england/somerset.htm","",0);
		Menu7_9_5=new Array("Wiltshire","http://www.greekfoodanddrink.com/restaurants/england/wiltshire.htm","",0);
	Menu7_10=new Array("Yorkshire & Humberside","","",4);
		Menu7_10_1=new Array("Humberside","http://www.greekfoodanddrink.com/restaurants/england/humberside.htm","",0,20,150);
		Menu7_10_2=new Array("North Yorkshire","http://www.greekfoodanddrink.com/restaurants/england/northyorkshire.htm","",0);
		Menu7_10_3=new Array("South Yorkshire","http://www.greekfoodanddrink.com/restaurants/england/southyorkshire.htm","",0);
		Menu7_10_4=new Array("West Yorkshire","http://www.greekfoodanddrink.com/restaurants/england/westyorkshire.htm","",0);
	Menu7_11=new Array("Scotland","","",9,20,150);	
		Menu7_11_1=new Array("Borders","http://www.greekfoodanddrink.com/restaurants/scotland/borders.htm","",0,20,150);
		Menu7_11_2=new Array("Central","http://www.greekfoodanddrink.com/restaurants/scotland/central.htm","",0);
		Menu7_11_3=new Array("Dumfries & Galloway","http://www.greekfoodanddrink.com/restaurants/scotland/dumfries&galloway.htm","",0);
		Menu7_11_4=new Array("Fife","http://www.greekfoodanddrink.com/restaurants/scotland/fife.htm","",0);
		Menu7_11_5=new Array("Grampian","http://www.greekfoodanddrink.com/restaurants/scotland/grampian.htm","",0);
		Menu7_11_6=new Array("Highlands","http://www.greekfoodanddrink.com/restaurants/scotland/highlands.htm","",0);
		Menu7_11_7=new Array("Lothian","http://www.greekfoodanddrink.com/restaurants/scotland/lothian.htm","",0);
		Menu7_11_8=new Array("Strathclyde","http://www.greekfoodanddrink.com/restaurants/scotland/strathclyde.htm","",0);
		Menu7_11_9=new Array("Tayside","http://www.greekfoodanddrink.com/restaurants/scotland/tayside.htm","",0);
	Menu7_12=new Array("Wales","","",8);
		Menu7_12_1=new Array("Clwyd","http://www.greekfoodanddrink.com/restaurants/wales/clwyd.htm","",0,20,150);
		Menu7_12_2=new Array("Dyfed","http://www.greekfoodanddrink.com/restaurants/wales/dyfed.htm","",0);
		Menu7_12_3=new Array("Gwent","http://www.greekfoodanddrink.com/restaurants/wales/gwent.htm","",0);	
		Menu7_12_4=new Array("Gwynedd","http://www.greekfoodanddrink.com/restaurants/wales/gwynedd.htm","",0);
		Menu7_12_5=new Array("Mid Glamorgan","http://www.greekfoodanddrink.com/restaurants/wales/midglamorgan.htm","",0);
		Menu7_12_6=new Array("Powys","http://www.greekfoodanddrink.com/restaurants/wales/powys.htm","",0);
		Menu7_12_7=new Array("South Glamorgan","http://www.greekfoodanddrink.com/restaurants/wales/southglamorgan.htm","",0);
		Menu7_12_8=new Array("West Glamorgan","http://www.greekfoodanddrink.com/restaurants/wales/westglamorgan.htm","",0);
Menu8=new Array("Other Links","","",4,20,100);
	Menu8_1=new Array("greekrecipes.co.uk","http://www.greekrecipes.co.uk","",0,20,180);
	Menu8_2=new Array("greekdirectories.co.uk","http://www.greekdirectories.co.uk","",0);
	Menu8_3=new Array("shopgreek.co.uk","http://www.shopgreek.co.uk","",0);
	Menu8_4=new Array("greekpaths.com","http://www.greekpaths.com","",0);
	
Menu9=new Array("Search","http://www.greekfoodanddrink.com/search.html","",0,20,80);
