	var NoOffFirstLineMenus=14;			// Number of first level items
	var LowBgColor='#D3470F';			// Background color when mouse is not over
	var LowSubBgColor='#D3470F';			// Background color when mouse is not over on subs
	var HighBgColor='#7CD3DD';			// Background color when mouse is over
	var HighSubBgColor='#DC9F84';			// Background color when mouse is over on subs
	var FontLowColor='#EBEBEB';			// Font color when mouse is not over
	var FontSubLowColor='#EBEBEB';			// Font color subs when mouse is not over
	var FontHighColor='#D3470F';			// Font color when mouse is over
	var FontSubHighColor='#EBEBEB';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#FFFFFF';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana"	// 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='center';			// 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=231;				// Menu offset x coordinate
	var StartLeft=-309;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=10;				// Left padding
	var TopPaddng=5;				// Top padding
	var FirstLineHorizontal=0;			// 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=['/script/tri.gif',8,8,'script/tridown.gif',10,5,'script/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("About Estate Options","/index.htm","",0,24,150);

Menu2=new Array("Buying in Spain","","",6,24,150);
	Menu2_1=new Array("Area Maps","","",0,24,165);
	Menu2_2=new Array("Guide to buying in Spain","","",0);
	Menu2_3=new Array("Property search in Spain","","",0);
    Menu2_4=new Array("Moving to Spain","","",0);
	Menu2_5=new Array("Living in Spain","","",0);
    Menu2_6=new Array("A legal guide","","",0);

Menu3=new Array("Buying Worldwide","","",18,24,150);
	Menu3_1=new Array("America","","",0,24,110);
	Menu3_2=new Array("Bulgaria","","",0);
	Menu3_3=new Array("Canada","","",0);
	Menu3_4=new Array("Croatia","","",0);
	Menu3_5=new Array("China","","",0);
    Menu3_6=new Array("Costa Rica","","",0);
	Menu3_7=new Array("Cyprus","","",0);
	Menu3_8=new Array("Egypt","","",0);
	Menu3_9=new Array("France","","",0);
	Menu3_10=new Array("Florida","","",0);
    Menu3_11=new Array("Greece","","",0);
	Menu3_12=new Array("Hungary","","",0);
	Menu3_13=new Array("South Africa","","",0);
	Menu3_14=new Array("Italy","","",0);
	Menu3_15=new Array("Thailand","","",0);
    Menu3_16=new Array("Turkey","","",0);
	Menu3_17=new Array("Portugal","","",0);
	Menu3_18=new Array("Other","","",0);

Menu4=new Array("Buying for Investment","","",0,24,150);

Menu5=new Array("Legal & Financial","","",3,24,150);
	Menu5_1=new Array("Equity","","",0,24,85);
	Menu5_2=new Array("Mortgages","","",0);
	Menu5_3=new Array("Legal","","",0);

Menu6=new Array("Property Search","","",0,24,150);

Menu7=new Array("News & Articles","","",0,24,150);

Menu8=new Array("Property Rentals","","",0,24,150);

Menu9=new Array("Enquiry Form","","",0,24,150);

Menu10=new Array("Accredited Partner","","",0,24,150);
	
Menu11=new Array("Business Directory","","",2,24,150);
	Menu11_1=new Array("Search","","",0,24,120);
	Menu11_2=new Array("How to advertise","","",0);

Menu12=new Array("Customers in the sun","","",0,24,150);
	
Menu13=new Array("Register","","",0,24,150);

Menu14=new Array("Contact Us","","",0,24,150);