//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 = 	76;		// 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 = 	"red";	// 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("http://www.tourcrafters.com/brochures/summer/TC-72.pdf","General Conditions","_blank","");
//	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("/howtobook.htm","<span class='u'>H</span>ow to book",110,"center","_blank","",0,0,"h");
//addMainItem("http://webserver.tourcrafters.com/tourcrafters/loginagent.asp","<span class='u'>B</span>ooking online",110,"center","_blank","",0,0,"b");
	defineSubmenuProperties(210,"left","left",-4,0,"");
//
    	addSubmenuItem("/howtobook.htm","Instructions","","");      
	addSubmenuItem("/book/booking.htm","Booking request form","","");
	addSubmenuItem("","------------","","");       
        addSubmenuItem("http://webserver.tourcrafters.com/tourcrafters/loginagent.asp","Booking for Agents","_blank","");
                                                            

        
//	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("http://sales.tourcrafters.com/","<font color=cyan><span class='u'>S</span>pecial offers</font>",100,"center","_blank","",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",110,"center","","",0,0,"r");

	defineSubmenuProperties(170,"right","left",-4,0,"");
	

	
			
	addSubmenuItem("/brochures.htm","Browse brochures","","");
	addSubmenuItem("/agents/brochreq.htm","Brochure & DVD 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'>C</span>ontacts",118,"center","_webserver","",0,0,"c");

	defineSubmenuProperties(150,"right","left",-4,0,"");

	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("/agents/index.html","Suggested agents","","");
	addSubmenuItem("http://www.tourcrafters.com/brochures/summer/TC-72.pdf","General Conditions","_blank","");
//	addSubmenuItem("/geonav.html","Geographic Navigation","","");
//	addSubmenuItem("javascript:openWindow('/agents/bookingform.pdf',700,550)","PDF Booking Form","","");
	addSubmenuItem("/weather/index.html","Weather info","","");

//	
		

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("javascript:openWindow('http://archive.constantcontact.com/fs029/1101393926488/archive/1101888194615.html ',1000,700)","See past issues","","");



		




//**DO NOT EDIT THIS *****
}//***********************
//************************

