//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 = 	105;		// 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'>H</span>ome",80,"center","","Home Page",0,0,"h");

	// define submenu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	defineSubmenuProperties(140,"left","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("/newsletter/index.html","Newsletter","","");
	addSubmenuItem("/agents/brochreq.htm","Brochure request","","");
	addSubmenuItem("javascript:openWindow('http://webserver.tourcrafters.com/Default.asp',850,650)" ,"Booking on-line","webserver","");
	addSubmenuItem("/agents/index.html","Suggested agents","","");
	//addSubmenuItem("/gencond.htm","General Conditions","","");
	addSubmenuItem("javascript:openWindow('/gencond.htm',640,400)","General Conditions","","");
	addSubmenuItem("/geonav.html","Geographic Navigation","","");
	addSubmenuItem("javascript:openWindow('/agents/bookingform.pdf',700,550)","PDF Booking Form","","");
	addSubmenuItem("/weather/index.html","Weather info","","");



// *** change these to absolutes

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")

addMainItem("/italy/index.html","<span class='u'>I</span>taly",80,"center","","",0,0,"i");

	defineSubmenuProperties(150,"left","left",-4,0,"");

	addSubmenuItem("/italy/rome.htm","Rome","","");
	addSubmenuItem("/italy/florence.htm","Florence","","");
	addSubmenuItem("/italy/venice.htm","Venice","","");
	addSubmenuItem("/italy/morecities.htm","... More Cities...","","");
	addSubmenuItem("/italy/tuscany.htm","Tuscany & Countryside","","");
	addSubmenuItem("/italy/amalficoast.htm","Amalfi Coast","","");
	addSubmenuItem("/italy/riviera.htm","Italian Riviera","","");
	addSubmenuItem("/italy/lakes.htm","Italian Lakes","","");
	addSubmenuItem("/italy/sicily.htm","Sicily","","");
	addSubmenuItem("/italy/sardinia.htm","Sardinia","","");
	addSubmenuItem("/italy/apulia.htm","Apulia","","");
	addSubmenuItem("/italy/tuscany.htm","Historical Villas","","");


addMainItem("/europe/index.html","<span class='u'>E</span>urope",80,"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","","");


		// define child menu properties (width,"align to edge","text-alignment",v offset,h offset,"filter")
	//	defineChildmenuProperties(112,"left","left",0,-20,"");

		// add child menu link items ("url","Link name","_target","alt text")
	//	addChildmenuItem("http://www.vancouversun.com","Vancouver Sun","","");
	//	addChildmenuItem("http://www.ctvnews.ca","CTV News","","");


addMainItem("/specialized/index.html","<span class='u'>M</span>ore products",110,"center","","",0,0,"m");

	defineSubmenuProperties(210,"left","left",-4,0,"");

//      addSubmenuItem("/golf/index.html","Golf brochure","","");      
//	addSubmenuItem("/honeymoon/index.html","Honeymoon","","");     
//	addSubmenuItem("/apartments/index.html","Apartments","","");   
 	addSubmenuItem("javascript:void()","<I><font color=gray>Golf brochure</I></font>","","");  
	addSubmenuItem("javascript:void(l","<I><font color=gray>Honeymoon</I></font>","",""); 
	addSubmenuItem("javascript:void(","<I><font color=gray>Apartments</I></font>","","")
                                                            

        
	addSubmenuItem("javascript:openWindow('http://la-cucina-italiana.com/',1000,750)","Cooking classes","","");
//	addSubmenuItem("/insurance/index.html","Travel Insurance","","");
	addSubmenuItem("javascript:void()","<I><font color=gray>Travel Insurance</I></font>","","");
	addSubmenuItem("/weather/index.html","Weather info","","");
	addSubmenuItem("","------------","","");
	addSubmenuItem("/agents/awards.htm","<I><B><font color = navy>Special Prize for Travel Agents</I></B></fonts>","","");
	addSubmenuItem("/travelagent.htm","T.A. Cover Story","","");
	//addSubmenuItem("javascript:openWindow('http://www.salon.com',640,400)","Salon","","");
	addSubmenuItem("javascript:openWindow('/agents/bookingform.pdf',700,550)","PDF Booking Form","","");
	


addMainItem("/sales/index.html","<font color=orange><span class='u'>S</span>pecial offers</font>",100,"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/brochures2004.htm","B<span class='u'>r</span>ochures",110,"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/greece2004/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/greece2004/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/greece2004/downloadfull.htm',1000,700)","Download PDF","","");

addSubmenuItem("javascript:openWindow('/brochures/france/index.html',1000,700)","France","","");
	
			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		addChildmenuItem("javascript:openWindow('/brochures/france/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/france/downloadfull.htm',1000,700)","Download PDF","","");

addSubmenuItem("javascript:openWindow('/brochures/tuscany2005/index.html',1000,700)","Tuscany & Countryside","","");
	
			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
		addChildmenuItem("javascript:openWindow('/brochures/tuscany2005/index.html',1000,700)","Browse PDF","","");
		addChildmenuItem("javascript:openWindow('/brochures/tuscany2005/downloadfull.htm',1000,700)","Download PDF","","");
		
addSubmenuItem("javascript:openWindow('/brochures/europe2005/ireland05.pdf',1000,700)","Ireland","","");
	
			

	addSubmenuItem("/agents/brochreq.htm","Brochure request","","");

//addSubmenuItem("javascript:openWindow('/brochures/winter2003/index.html',1000,700)","Winter brochure","","");
	
//			defineChildmenuProperties(102,"right","center",20,-30,"filter:progid:DXImageTransform.Microsoft.Wheel(duration=0.3,spokes=20)");
//		addChildmenuItem("javascript:openWindow('/brochures/winter2003/index.html',1000,700)","Browse PDF","","");
//		addChildmenuItem("javascript:openWindow('/brochures/winter2003/main.htm',1000,700)","Browse PDF","","");

// add main link item ("url","Link name",width,"text-alignment","_target","alt text",top position,left position,"key trigger")
addMainItem("javascript:openWindow('http://webserver.tourcrafters.com/Default.asp',850,650)","<span class='u'>B</span>ooking on-line",118,"center","_webserver","",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","webserver","");

	addSubmenuItem("javascript:openWindow('http://webserver.tourcrafters.com/LoginAgent.asp',850,650)","Agents","webserver","");
	
		

addMainItem("/newsletter/index.html","<span class='u'>N</span>ewsletter",95,"center","","",0,0,"n");

	defineSubmenuProperties(130,"right","left",-4,0,"");

addSubmenuItem("/newsletter/index.html","Enroll","","");
addSubmenuItem("/newsletter/archive.htm","See past issues","","");



		




//**DO NOT EDIT THIS *****
}//***********************
//************************

