if (TransMenu.isSupported()) {

	var ms = new TransMenuSet(TransMenu.direction.down, 0,-1, TransMenu.reference.bottomLeft);
	var menu173 = ms.addMenu(document.getElementById("menu173"));
	
	menu173.addItem("TOUR DE FRANCE", "", "0");
	var menu1715 = menu173.addMenu(menu173.items[0],-100,0);
	menu1715.addItem("TDF Cycling Trips", "http://www.thomsonbiketours.com/trips/Tour-de-France.html", "0");
	menu1715.addItem("TDF Pyrenees to Paris Spectator Trip", "http://www.thomsonbiketours.com/trips/Tour-de-France-trip-09/index.html", "0");
	menu1715.addItem("TDF Paris Finish Viewing", "http://www.thomsonbiketours.com/trips/Tour-de-France-trip-08/index.html", "0");
	
	
	menu173.addItem("GIRO D\'ITALIA", "http://www.thomsonbiketours.com/trips/Giro-Italia-trip-01/index.html", "0");
	menu173.addItem("VUELTA A ESPANA", "http://www.thomsonbiketours.com/trips/Vuelta-a-Espana-trip-01/index.html", "0");
	
		menu173.addItem("GRAN FONDOS", "", "0");
	var menu1731 = menu173.addMenu(menu173.items[3],-100,0);
	menu1731.addItem("Paris Roubaix", "http://www.thomsonbiketours.com/trips/Paris-Roubaix-01/index.html", "0");
	menu1731.addItem("Etape du Tour", "http://www.thomsonbiketours.com/trips/Etape_du_Tour.html", "0");
	
	
	
	menu173.addItem("CHALLENGES", "", "0");
	var menu1719 = menu173.addMenu(menu173.items[4],-110,0);
	menu1719.addItem("Trans-Alps Challenge", "http://www.thomsonbiketours.com/trips/Alps-01/index.php", "0");
	menu1719.addItem("Trans-Cantabria Challenge", "http://www.thomsonbiketours.com/trips/Cantabria-01/index.html", "0");
	menu1719.addItem("Trans-Pyrenees Challenge", "http://www.thomsonbiketours.com/trips/Pyrenees-01/index.html", "0");
	menu1719.addItem("Trans-Dolomites Challenge", "http://www.thomsonbiketours.com/trips/Dolomites-01/index.html", "0");
	menu1719.addItem("Trans-Swiss Challenge", "http://www.thomsonbiketours.com/trips/Swiss-01/index.php", "0");
	
	menu173.addItem("TOURS", "", "0");
	var menu1722 = menu173.addMenu(menu173.items[5],-100,0);
	menu1722.addItem("Tour of the Dolomites", "http://www.thomsonbiketours.com/trips/Dolomites-02/index.php", "0");
	menu1722.addItem("Tour des Grandes Alpes", "http://www.thomsonbiketours.com/trips/Alps-02/index.php", "0");
	menu1722.addItem("Tour of Lombardy and Lake Como", "http://www.thomsonbiketours.com/trips/Lombardy-01/index.html", "0");
	menu1722.addItem("Tour of Tuscany", "http://www.thomsonbiketours.com/trips/Tuscany-01/index.html", "0");
	
	var menu176 = ms.addMenu(document.getElementById("menu176"));
	menu176.addItem("Why Thomson Bike Tours", "http://www.thomsonbiketours.com/why-thomson/index.html", "0");
	menu176.addItem("FAQ", "http://www.thomsonbiketours.com/why-thomson/FAQ.html", "0");
	menu176.addItem("Frequent Rider Program", "http://www.thomsonbiketours.com/why-thomson/FRP.html", "0");
	menu176.addItem("Custom Trips", "http://www.thomsonbiketours.com/why-thomson/custom-trips.html", "0");
	
	var menu177 = ms.addMenu(document.getElementById("menu177"));
	menu177.addItem("Our Staff", "http://www.thomsonbiketours.com/about-us/index.html", "0");
	menu177.addItem("Contact Us", "http://www.thomsonbiketours.com/about-us/contact-us.html", "0");
	menu177.addItem("In The Press", "http://www.thomsonbiketours.com/about-us/in-the-press.html", "0");
	menu177.addItem("Links", "http://www.thomsonbiketours.com/about-us/links.html", "0");
	
	var menu178 = ms.addMenu(document.getElementById("menu178"));
	menu178.addItem("Orbea", "http://www.thomsonbiketours.com/partners/orbea/index.html", "0");
	menu178.addItem("VDO", "http://www.thomsonbiketours.com/partners/vdo/index.html", "0");
	menu178.addItem("Continental", "http://www.thomsonbiketours.com/partners/continental/index.php", "0");
	menu178.addItem("Travel Guard", "http://www.thomsonbiketours.com/partners/travelguard/index.php", "0");
	menu178.addItem("Apres Velo", "http://www.thomsonbiketours.com/partners/apresvelo/index.php", "0");
	menu178.addItem("SIS", "http://www.thomsonbiketours.com/partners/sis/index.php", "0");
	
	var menu172 = ms.addMenu(document.getElementById("menu172"));
	menu172.addItem("Cycle Clothing Home", "https://shop.thomsonbiketours.com/", "0");
	
	function init17() {
		if (TransMenu.isSupported()) {
		TransMenu.initialize();
		menu173.onactivate = function() {document.getElementById("menu173").className = "hover"; };
		 menu173.ondeactivate = function() {document.getElementById("menu173").className = ""; };
		 document.getElementById("menu174").onmouseover = function() {
		ms.hideCurrent();
		this.className = "hover";
		}
		document.getElementById("menu174").onmouseout = function() { this.className = ""; }
		document.getElementById("menu175").onmouseover = function() {
		ms.hideCurrent();
		this.className = "hover";
		}
		document.getElementById("menu175").onmouseout = function() { this.className = ""; }
		menu176.onactivate = function() {document.getElementById("menu176").className = "hover"; };
		 menu176.ondeactivate = function() {document.getElementById("menu176").className = ""; };
		 menu177.onactivate = function() {document.getElementById("menu177").className = "hover"; };
		 menu177.ondeactivate = function() {document.getElementById("menu177").className = ""; };
		 menu178.onactivate = function() {document.getElementById("menu178").className = "hover"; };
		 menu178.ondeactivate = function() {document.getElementById("menu178").className = ""; };
		 document.getElementById("menu179").onmouseover = function() {
		ms.hideCurrent();
		this.className = "hover";
		}
		document.getElementById("menu179").onmouseout = function() { this.className = ""; }
		menu172.onactivate = function() {document.getElementById("menu172").className = "hover"; };
		 menu172.ondeactivate = function() {document.getElementById("menu172").className = ""; };
		}
	}
	TransMenu.dingbatSize = 0;
	TransMenu.spacerGif = "";
	TransMenu.dingbatOn = "";
	TransMenu.dingbatOff = ""; 
	TransMenu.sub_indicator = false;
	TransMenu.menuPadding = 0;
	TransMenu.itemPadding = 0;
	TransMenu.shadowSize = 2;
	TransMenu.shadowOffset = 3;
	TransMenu.shadowColor = "#888";
	TransMenu.shadowPng = "http://www.thomsonbiketours.com/templates/images/transmenu/grey-40.png";
	TransMenu.backgroundColor = "";
	TransMenu.backgroundPng = "http://www.thomsonbiketours.com/templates/images/transmenu/white-90.png";
	TransMenu.hideDelay = 100;
	TransMenu.slideTime = 50;
	TransMenu.modid = 17;
	TransMenu.selecthack = 0;
	TransMenu.autoposition = 0;
	TransMenu.renderAll();
	if ( typeof window.addEventListener != "undefined" ) {
		window.addEventListener( "load", init17, false );
	} else if ( typeof window.attachEvent != "undefined" ) {
		window.attachEvent( "onload", init17 );
	} else {
		if ( window.onload != null ) {
			var oldOnload = window.onload;
			window.onload = function ( e ) {
				oldOnload( e );
				init17();
			}
		} else {
			window.onload = init17();
		}
	}
}
