//UDMv3.4.1.1b
//**DO NOT EDIT THIS *****
if (!exclude) { //********
//************************



///////////////////////////////////////////////////////////////////////////
//
//  ULTIMATE DROPDOWN MENU VERSION 3.4.1b by Brothercake
//  http://www.brothercake.com/dropdown/ 
//
//  Link-wrapping routine by Brendan Armstrong
//  KDE modifications by David Joham
//  Opera reload/resize routine by Michael Wallner
//  http://www.wallner-software.com/
//
//  This script featured on Dynamic Drive (http://www.dynamicdrive.com)
//
///////////////////////////////////////////////////////////////////////////



// *** POSITIONING AND STYLES *********************************************



var menuALIGN = "center";		// alignment
var absLEFT = 	0;		// absolute left or right position (if menu is left or right aligned)
var absTOP = 	51		// absolute top position

var staticMENU = false;		// static positioning mode (ie5,ie6 and ns4 only)

var stretchMENU = false;		// show empty cells
var showBORDERS = false;		// 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 = 	"#000066";	// main nav cell color
var rCOLOR = 	"yellow";	// main nav cell rollover color
var bSIZE = 	1;		// main nav border size
var bCOLOR = 	"white"	// main nav border color
var aLINK = 	"white";	// main nav link color
var aHOVER = 	"navy";		// main nav link hover-color (dual purpose)
var aDEC = 	"none";		// main nav link decoration
var fFONT = 	"arial";	// main nav font face
var fSIZE = 	13;		// main nav font size (pixels)
var fWEIGHT = 	"bold"		// main nav font weight
var tINDENT = 	7;		// 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 = 	5;		// shift the submenus vertically
var hOFFSET = 	4;		// shift the submenus horizontally

var smCOLOR = 	"orange";	// submenu cell color

var srCOLOR = 	"yellow";	// submenu cell rollover color
var sbSIZE = 	1;		// submenu border size
var sbCOLOR = 	"black"	// submenu border color
var saLINK = 	"black";	// submenu link color
var saHOVER = 	"";		// submenu link hover-color (dual purpose)
var saDEC = 	"none";		// submenu link decoration
var sfFONT = 	"arial";// submenu font face
var sfSIZE = 	13;		// 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 =	4;		// submenu drop shadow size
var shCOLOR =	"cccccc";	// submenu drop shadow color
var shOPACITY = 75;		// 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 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 = true;		// allow resize/reload

var redGRID = false;		// show a red grid
var gridWIDTH = 0;		// override grid width
var gridHEIGHT = 0;		// override grid height
var documentWIDTH = 0;		// override document width

var hideSELECT = true;		// auto-hide select boxes when menus open (ie only)
var allowForSCALING = false;	// allow for text scaling in mozilla 5


//** LINKS ***********************************************************


// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("index.html","<span class='u'>T</span>urkey Main",145,"center","","Turkey Main",0,0,"i");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(220,"left","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	// addSubmenuItem("eurcar_rm.htm","European Carousel Rome","","");

	
	
	

addMainItem("/europe/index.html","More <span class='u'>E</span>urope",120,"center","","",0,0,"e");

	defineSubmenuProperties(120,"left","left",-4,0,"");

	addSubmenuItem("/europe/index.html","European Capitals","","");
	addSubmenuItem("/spain/index.html","Spain","","");
	addSubmenuItem("/france/index.html","France","","");
	addSubmenuItem("/greece/index.html","Greece","","");
	addSubmenuItem("/ireland/index.html","Ireland","","");


	



// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")


addMainItem("/newsletter/index.html","<span class='u'>N</span>ewsletter",100,"center","","",0,0,"n");

	defineSubmenuProperties(130,"left","left",-4,0,"");

addSubmenuItem("/newsletter/index.html","Enroll","","");
addSubmenuItem("/newsletter/archive.htm","See past issues","","");





addMainItem("../sales/index.html","<font color=orange><span class='u'>S</span>pecial offers</font>",110,"center","","",0,0,"s");

	defineSubmenuProperties(130,"left","left",-4,0,"");

	addSubmenuItem("../sales/italy.htm","Italy","","");
	addSubmenuItem("../sales/spain.htm","Spain","","");
	addSubmenuItem("../sales/europe.htm","Europe","","");
	addSubmenuItem("../sales/greece.htm","Greece","","");
	addSubmenuItem("../sales/ifrance.htm","France","","");


addMainItem("/brochures.htm","B<span class='u'>r</span>ochures",90,"center","","",0,0,"r");

	defineSubmenuProperties(170,"right","left",-4,0,"");
	
	addSubmenuItem("javascript:openWindow('/brochures/winter/index.html',1000,700)","Winter Brochure","","");
//	
//		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
//		
	defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		addChildmenuItem("javascript:openWindow('/brochures/winter/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/winter/downloadfull.htm',1000,700)","Download PDF","","");

	addSubmenuItem("javascript:openWindow('/brochures/summer/index.html',1000,700)","Italy","","");
	
		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
		
	defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		addChildmenuItem("javascript:openWindow('/brochures/summer/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/summer/downloadfull.htm',1000,700)","Download PDF","","");

//	addSubmenuItem("javascript:openWindow('/brochures/spain/index.html',1000,700)","Spain","","");
//	
//			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
//		addChildmenuItem("javascript:openWindow('/brochures/spain/index.html',1000,700)","Browse PDF","","");
//		addChildmenuItem("javascript:openWindow('/brochures/spain/downloadfull.htm',1000,700)","Download PDF","","");


	addSubmenuItem("javascript:openWindow('/brochures/europe/index.html',1000,700)","Europe","","");
	
			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		addChildmenuItem("javascript:openWindow('/brochures/europe/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/europe/downloadfull.htm',1000,700)","Download PDF","","");

   addSubmenuItem("javascript:openWindow('/brochures/greece/index.html',1000,700)","Greece","","");
//   	
   			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
   		addChildmenuItem("javascript:openWindow('/brochures/greece/index.html',1000,700)","Browse PDF","","");
   		addChildmenuItem("javascript:openWindow('/brochures/greece/downloadfull.htm',1000,700)","Download PDF","","");
 
 addSubmenuItem("/brochures.htm","Minibrochures","",""); 
 


   			defineChildmenuProperties(130,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
   		addChildmenuItem("javascript:openWindow('/brochures/europe/france_09.pdf',1000,700)","France","","");
   		addChildmenuItem("javascript:openWindow('/brochures/europe/spain_09.pdf',1000,700)","Spain","","");
   		addChildmenuItem("javascript:openWindow('/brochures/europe/germany_09.pdf',1000,700)","Germany","","");
   		addChildmenuItem("javascript:openWindow('/brochures/europe/ireland_09.pdf',1000,700)","Ireland","","");   		
		addChildmenuItem("javascript:openWindow('/brochures/europe/eurcap_09.pdf',1000,700)","European Capitals","",""); 
		

	
			

	addSubmenuItem("/agents/brochreq.htm","Brochure request","","");




addMainItem("javascript:openWindow('http://webserver.tourcrafters.com/Default.asp',850,650)","<span class='u'>B</span>ooking on-line",118,"center","","",0,0,"b");

defineSubmenuProperties(150,"right","left",-4,0,"");

	
	addSubmenuItem("javascript:openWindow('/conditions_vs.htm',550,600)","Terms and Conditions","","");
	addSubmenuItem("/reserve/faq.htm","FAQ","","");

	addSubmenuItem("javascript:openWindow('http://webserver.tourcrafters.com/hotelQuery.asp',850,650)","Customers","","");

	addSubmenuItem("javascript:openWindow('http://webserver.tourcrafters.com/LoginAgent.asp',850,650)","Agents","","");
	
		
	
		


addMainItem("../index.html","<span class='u'>H</span>ome",80,"center","","",0,0,"h");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(120,"right","left",-4,0,"");

	// add submenu link items ("url","Link name","_target","alt text")
	addSubmenuItem("../whoweare.htm","Who we are","","");
	addSubmenuItem("mailto:info@tourcrafters.com","Contact us","","");
	addSubmenuItem("../agents/brochreq.htm","Brochure request","","");
	addSubmenuItem("../agents/index.html","Suggested agents","","");
	//addSubmenuItem("gencond.htm","General Conditions","","");
	addSubmenuItem("http://www.tourcrafters.com/brochures/summer/TC-72.pdf","General Conditions","_blank","");






		




//**DO NOT EDIT THIS *****
}//***********************
//************************
