//UDMv3.5
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.5 by Brothercake
//  This is a special version for Dynamic Drive (http://www.dynamicdrive.com)
//
//  Link-wrapping routine by Brendan Armstrong
//  Original KDE modifications by David Joham
//  Opera reload/resize based on a routine by Michael Wallner
//  Select-element hiding routine by Huy Do
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	151; 		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = true;		// show empty cells
var showBORDERS = true;		// show empty cell borders

var baseHREF = "";	// base path to .js files for the script (ie: resources/)
var zORDER = 	1000;		// base z-order of nav structure (not ns4)

var mCOLOR = 	"";		// main nav cell color
var rCOLOR = 	"";	// main nav cell rollover color
var bSIZE = 	0;		// main nav border size
var bCOLOR = 	""		// main nav border color
var aLINK = 	"#000080";	// main nav link color
var aHOVER = 	"#FF9933";	// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"verdana";	// main nav font face
var fSIZE = 	12;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	2;		// main nav text indent (if text is left or right aligned)
var vPADDING = 	2;		// main nav vertical cell padding
var vtOFFSET = 	0;		// main nav vertical text offset (+/- pixels from middle)

var keepLIT =	true;		// keep rollover color when browsing menu
var vOFFSET = 	15;		// shift the submenus vertically
var hOFFSET = 	0;		// shift the submenus horizontally

var smCOLOR = 	"#7F9FE2";	// submenu cell color

var srCOLOR = 	"lightgreen";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"		// submenu border color
var saLINK = 	"white";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"verdana";	// submenu font face
var sfSIZE = 	11;		// submenu font size (pixels)
var sfWEIGHT = 	"normal"	// submenu font weight
var stINDENT = 	5;		// submenu text indent (if text is left or right aligned)
var svPADDING = 1;		// submenu vertical cell padding
var svtOFFSET = 0;		// submenu vertical text offset (+/- pixels from middle)

var shSIZE =	2;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 93;		// submenu drop shadow opacity (not ie4,ns4 or opera)

var keepSubLIT = true;		// keep submenu rollover color when browsing child menu
var chvOFFSET = -12;		// shift the child menus vertically
var chhOFFSET = 7;		// shift the child menus horizontally

var openTIMER = 10;		// [** new **] menu opening delay time (not ns4/op5/op6)
var openChildTIMER = 20;	// [** new **] child-menu opening delay time (not ns4/op5/op6)
var closeTIMER = 330;		// menu closing delay time

var cellCLICK = true;		// links activate on TD click
var aCURSOR = "hand";		// cursor for active links (not ns4 or opera)

var altDISPLAY = "";		// where to display alt text
var allowRESIZE = mu;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 760;		// override grid width
var gridHEIGHT = 500;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = false;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in gecko browsers
var allowPRINTING = false;	// allow the navbar and menus to print (not ns4)

var arrWIDTH = 13;		// [** new **] arrow width (not ns4/op5/op6)
var arrHEIGHT = 13;		// [** new **] arrow height (not ns4/op5/op6)

var arrHOFFSET = -1;		// [** new **] arrow horizontal offset (not ns4/op5/op6)
var arrVOFFSET = -3;		// [** new **] arrow vertical offset (not ns4/op5/op6)
var arrVALIGN = "middle";	// [** new **] arrow vertical align (not ns4/op5/op6)

var arrLEFT = "<";		// [** new **] left arrow (not ns4/op5/op6)
var arrRIGHT = ">";		// [** new **] right arrow (not ns4/op5/op6)



//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Home",55,"center","","",0,0,"");

	defineSubmenuProperties(115,"left","left",-4,0,"");

	addSubmenuItem("index.html","home page","","");
	addSubmenuItem("sitemap.html","site map","","");


// *** change these to absolutes



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Cruises in Greece, ",120,"center","","",0,0,"");

	defineSubmenuProperties(115,"left","left",-4,0,"");
	addSubmenuItem("","by Yacht","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

		defineChildmenuProperties(195,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("bestofgreece.html","The Magnificent Greece","","");
		addChildmenuItem("discovery.html","Discovery Cruise","","");
		addChildmenuItem("elegant.html","Elegant Cruise","","");
		addChildmenuItem("panorama.html","Classical Greece","","");		
		addChildmenuItem("galileo.html","Jewels of the Cyclades","","");


	addSubmenuItem("","by Cruise - Liner","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

		defineChildmenuProperties(260,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("3daycruises.html","3 day cruise to Greek Isles & Turkey","","");
		addChildmenuItem("4daycruises.html","4 day cruise to Greek Isles & Turkey","","");
		addChildmenuItem("7daycruises.html","7 day cruise to Istanbul","","");
		addChildmenuItem("bestofgreece_istanbul.html","14 day, Best of Greece & Cruise to Istanbul","","");
		addChildmenuItem("excellentbudget.html","7-day Excellent budget cruise & stay","","");
		//addChildmenuItem("wintercruise.html","7-day WINTER Excellent budget cruise","","");

	addSubmenuItem("","charter a yacht","","");

// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

		defineChildmenuProperties(140,"left","left",0,0,"","","","","","","");

		// add child menu link items ("url","Link name","_target","alt text")
		
		addChildmenuItem("h_b.html","m/s H&B","","");
		addChildmenuItem("helena.html","m/y Helena","","");
		addChildmenuItem("aegiot_2.html","m/s Aegean Lady II","","");
		addChildmenuItem("cpantonis.html","m/y Captain Antonis","","");


addMainItem("","  in Croatia",100,"center","","",0,0,"");

	defineSubmenuProperties(120,"left","left",-4,0,"");
	
	addSubmenuItem("","by Yacht","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(250,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("seacrown.html","Dalmatian Riviera & Croatia's isles","","");


	
//	addSubmenuItem("","by Cruise - Liner","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
//		defineChildmenuProperties(300,"left","left",0,0,"","","","","","","");
		//addChildmenuItem("7bamorogibra.html","7 day cruise to Balearic Isles Morocco Gibraltar","","");
		//addChildmenuItem("10casamorospain.html","10 day cruise to Casablanca, Morocco & Spain","","");

	addSubmenuItem("","charter a yacht","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(300,"left","left",0,0,"","","","","","","");
		addChildmenuItem("seacrownspec.html","m/y Sea Crown","","");



addMainItem("","Tours",50,"center","","",0,0,"");

	defineSubmenuProperties(190,"left","left",-4,0,"");
	addSubmenuItem("","Leisure - Culture","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(185,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("special8d.html","Special 8-days Cruise & Land","","");
		//addChildmenuItem("islandhopping.html","Island Hopping","","");
		//addChildmenuItem("aegean_10day.html","10 day - Cruise & Stay","","");
		//addChildmenuItem("the_other_way.html","Greece, the Other way","","");
		

	addSubmenuItem("","Spiritual - Religious","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(185,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("14_day_Saints_steps.html","14 Day Apostle Paul & St. John","","");
		//addChildmenuItem("amorgos.html","Meditation Days","","");

	addSubmenuItem("","for GROUPS only","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(295,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("9daytourspring_base.html","9-Day special spring term student tour","","");
		//addChildmenuItem("10daytour_walkcruise_base.html","10-Day walk & cruise the Greek Islands","","");
		//addChildmenuItem("15dayculturaltour_base.html","15-Day Cultural Tour of Greece","","");
		//addChildmenuItem("16daytour_base.html","16-Day Fascinating Greece","","");
		addChildmenuItem("21daytourexploring_base.html","21-Day Exploring Greece plus Skopje & Bulgaria","","");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")


addMainItem("","Hotels",55,"center","","",0,0,"");

	defineSubmenuProperties(115,"left","left",-4,0,"");
	addSubmenuItem("","in Athens","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(170,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("herodion.html","Hotel Herodion ****","");
		addChildmenuItem("philippos.html","Hotel Philippos ***","");
    		addChildmenuItem("parthenon.html","Hotel Parthenon ****","");
		addChildmenuItem("acropolis.html","Hotel Acropolis ***","");
		addChildmenuItem("royalolympic.html","Royal Olympic Hotel *****","");

	addSubmenuItem("","rest of Greece","","");
// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")
		defineChildmenuProperties(220,"left","left",0,0,"","","","","","","");
		// add child menu link items ("url","Link name","_target","alt text")
		addChildmenuItem("h_rhenia_home.html","MYKONOS Isle, Rhenia Bungalows","");
		addChildmenuItem("h_yria_home.html","PAROS Isle, Yria Hotel Resort","");
		addChildmenuItem("h_kanelli_home.html","PELOPONESE, Achaia,  Hotel Kanelli","");
    		//addChildmenuItem("parthenon.html","Hotel Parthenon","");
		//addChildmenuItem("acropolis.html","Hotel Acropolis","");


	addSubmenuItem("hotelclub.html","International","","");



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","e-Gallery",70,"center","","",0,0,"");

	defineSubmenuProperties(115,"left","left",-4,0,"");

	//addSubmenuItem("","PHOTO'S","");
	addSubmenuItem("egallery_athens.html","Athens","");
	addSubmenuItem("egallery_islands.html","Cyclades isles","");
	addSubmenuItem("egallery_rest.html","rest of Greece","");
    	//addSubmenuItem("","various","");
	//addSubmenuItem("","----------","");
	//addSubmenuItem("","VIDEO'S","");
	//addSubmenuItem("","Yacht Cruises","");
    	//addSubmenuItem("","Cuises","");
	//addSubmenuItem("","Greece","");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","Xtras",45,"center","","",0,0,"");

defineSubmenuProperties(130,"left","left",-4,0,"");

	addSubmenuItem("insurance.html","Travel Insurance","","");	
	addSubmenuItem("payonline.html","on line Payments","","");

        //addSubmenuItem("impressions.html","Impressions","","");
        //addSubmenuItem("conditions.html","Conditions","","");
        //addSubmenuItem("payonline.html","Payment","","");





// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("","FAQ&info",90,"center","","",0,0,"");

	defineSubmenuProperties(100,"left","left",-4,0,"");

	addSubmenuItem("faq.html","FAQ","","");
	addSubmenuItem("http://www.hnms.gr/hnms/english/index_html?","The weather","_blank","");
	addSubmenuItem("http://odysseus.culture.gr/index_en.html","Cultural map","_blank","");
	addSubmenuItem("http://www.ancientgreece.com/","Ancient Greece","_blank","");
	addSubmenuItem("","Islands","_blank","");	
	//
	// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter","smCOLOR","srCOLOR","sbCOLOR","shCOLOR","saLINK","saHOVER")

		defineChildmenuProperties(145,"left","left",0,0,"","","","","","","");

		//add child menu link items ("url","Link name","_target","alt text")
		//addChildmenuItem("islands.html","Paros","","");
		//addChildmenuItem("islands.html","Naxos","","");
		//addChildmenuItem("islands.html","Ios","","");
		//addChildmenuItem("islands.html","Mykonos","","");
		addChildmenuItem("santorini.html","Santorini","","");
		addChildmenuItem("delos.html","Delos","","");
		//addChildmenuItem("islands.html","Tinos","","");
		//addChildmenuItem("islands.html","Sifnos","","");
		//addChildmenuItem("islands.html","Serifos","","");



// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("","About us",55,"center","","",0,0,"");

defineSubmenuProperties(130,"left","left",-4,0,"");

	addSubmenuItem("philosophy.html","Our philosophy","","");	
	addSubmenuItem("theywrote.html","What the Press says","","");
	addSubmenuItem("recomm.html","References","","");
        addSubmenuItem("impressions.html","Impressions","","");
        addSubmenuItem("conditions.html","Conditions","","");


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("contactus.html","Contact",70,"center","","",0,0,"");




//**DO NOT EDIT THIS *****
}//***********************
//************************
