/*	(c) Ger Versluis 2000 version 5 October 9th 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=5;			// Number of first level items
	var LowBgColor='0000ff';			// Background color when mouse is not over
	var LowSubBgColor='0000ff';			// 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='ffffff';			// Font color when mouse is not over
	var FontSubLowColor='ffffff';			// Font color subs when mouse is not over
	var FontHighColor='ffffcc';			// Font color when mouse is over
	var FontSubHighColor='ffffcc';			// 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="verdana"	// 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' or 'bottom'
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.2;			// vertical overlap child/ parent
	var StartTop=115;				// Menu offset x coordinate
	var StartLeft=10;				// Menu offset y coordinate
	var VerCorrect=25;				// Multiple frames y correction
	var HorCorrect=1;				// Multiple frames x correction
	var LeftPaddng=3;				// Left padding
	var TopPaddng=2;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	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='';				// DIV id for relative positioning (refer to config.htm for info)
	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

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.ekoltravel.com","",2,20,90);
	Menu1_1=new Array("Turkey","http://www.ekoltravel.com/turkey/turkeyindex.html","",0,20,100);
	Menu1_2=new Array("Greece","http://www.ekoltravel.com/greece/greeceindex.html","",0,20,100);

Menu2=new Array("About Us","http://www.ekoltravel.com/aboutus.html","",2,20,100);
	Menu2_1=new Array("About Us","http://www.ekoltravel.com/aboutus.html","",0,20,100);	
	Menu2_2=new Array("Contact Us","http://www.ekoltravel.com/contactus.html","",0,20,100);

Menu3=new Array("Tours & Services","http://www.ekoltravel.com/greece/services.html","",3,20,150);
	Menu3_1=new Array("Tours & Excursions","http://www.ekoltravel.com/greece/toursandexcursions.html","",3,20,150);
			Menu3_1_1=new Array("Christian Tours","http://www.ekoltravel.com/greece/christiantours.html","",0,20,150);
			Menu3_1_2=new Array("Cruises","http://www.ekoltravel.com/greece/cruises.html","",0,20,150);
			Menu3_1_3=new Array("Mini Tours","http://www.ekoltravel.com/greece/minitours.html","",0,20,150);
	Menu3_2=new Array("Accommodation","http://www.ekoltravel.com/greece/accommodation.html","",0,20,150);
	Menu3_3=new Array("Combined Tours","http://www.ekoltravel.com/greece/combinedtours.html","",1,20,150);
			Menu3_3_1=new Array("St. Paul Turkey + Greece","http://www.ekoltravel.com/turkey/tours/tr2004.html","",0,20,180);
			
Menu4=new Array("About Greece","http://www.ekoltravel.com/greece/aboutgreece.html","",4,20,120);
	Menu4_1=new Array("Historical Sites","http://www.ekoltravel.com/greece/historical.html","",0,20,180);
	Menu4_2=new Array("Regions","http://www.ekoltravel.com/greece/regions.html","",0);
	Menu4_3=new Array("Useful Information","http://www.ekoltravel.com/greece/useful.html","",0);
	Menu4_4=new Array("Photo Gallery","http://www.ekoltravel.com/greece/photogallery.html","",0);

Menu5=new Array("Help","http://www.ekoltravel.com/help.html","",3);
	Menu5_1=new Array("FAQ","http://www.ekoltravel.com/faq.html","",0,20,140);
	Menu5_2=new Array("Customer Service","http://www.ekoltravel.com/faq.html","",0,20,140);
	Menu5_3=new Array("Professional Inquiry","http://www.ekoltravel.com/inquiry.html","",0,20,140);

