if (TransMenu.isSupported()) {

//==================================================================================================
// create a set of dropdowns
//==================================================================================================
// the first param should always be down, as it is here
//
// The second and third param are the top and left offset positions of the menus from their actuators
// respectively. To make a menu appear a little to the left and bottom of an actuator, you could use
// something like -5, 5
//
// The last parameter can be .topLeft, .bottomLeft, .topRight, or .bottomRight to inidicate the corner
// of the actuator from which to measure the offset positions above. Here we are saying we want the 
// menu to appear directly below the bottom left corner of the actuator
//==================================================================================================
		var ms = new TransMenuSet(TransMenu.direction.down, 1, 0, TransMenu.reference.bottomLeft);

		//==================================================================================================
		// create a dropdown menu
		//==================================================================================================
		// the first parameter should be the HTML element which will act actuator for the menu
		//==================================================================================================

		//==================================================================================================

		//==================================================================================================
		
		
		var menu1 = ms.addMenu(document.getElementById("Jewellery"));
		menu1.addItem("Bangles", "http://www.roshjewellers.co.uk/store/store.php?Bangles-pg1-cid37.html");
		menu1.addItem("Bracelets", "http://www.roshjewellers.co.uk/store/store.php?Bracelets-pg1-cid38.html");
		menu1.addItem("Chains", "http://www.roshjewellers.co.uk/store/store.php?Chains-pg1-cid39.html");
		menu1.addItem("Earrings", "http://www.roshjewellers.co.uk/store/store.php?Earrings-pg1-cid40.html");
		menu1.addItem("Necklets", "http://www.roshjewellers.co.uk/store/store.php?Necklets-pg1-cid41.html");
		menu1.addItem("Pearls", "http://www.roshjewellers.co.uk/store/store.php?Pearls-pg1-cid42.html");
		menu1.addItem("Pendants", "http://www.roshjewellers.co.uk/store/store.php?Pendants-pg1-cid35.html");
		menu1.addItem("Rings", "http://www.roshjewellers.co.uk/store/store.php?Rings-pg1-cid43.html");
		menu1.addItem("Wedding Rings", "http://www.roshjewellers.co.uk/store/store.php?Wedding_Rings-pg1-cid44.html");
		menu1.addItem("Stone Beads", "http://www.roshjewellers.co.uk/store/store.php?Stone_Beads-pg1-cid45.html");
		
		
		var menu2 = ms.addMenu(document.getElementById("Diamonds"));
		menu2.addItem("Diamond Bangles", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Bangles-pg1-cid46.html");
		menu2.addItem("Diamond Bracelets", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Bracelets-pg1-cid47.html");
		menu2.addItem("Diamond Earrings", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Earrings-pg1-cid48.html");
		menu2.addItem("Diamond Brooches", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Brooches-pg1-cid71.html");
		menu2.addItem("Diamond Engagement Rings", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Engagement_Rings-pg1-cid49.html");
		menu2.addItem("Diamond Necklets", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Necklets-pg1-cid50.html");
		menu2.addItem("Diamond Pendants", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Pendants-pg1-cid36.html");
		menu2.addItem("Diamond Rings", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Rings-pg1-cid51.html");
		menu2.addItem("Diamond Wedding Rings", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Wedding_Rings-pg1-cid52.html");
		
		//==================================================================================================
		// Diamond Rings
		//==================================================================================================


    var submenu0 = menu2.addMenu(menu2.items[2]);
    submenu0.addItem("Drops", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Earrings_Drops-pg1-cid64.html");
    submenu0.addItem("Hoops", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Earrings_Hoops-pg1-cid65.html");
	submenu0.addItem("Studs", "http://www.roshjewellers.co.uk/store/store.php?Diamond_Earrings_Studs-pg1-cid66.html");
	
	var submenu1 = menu2.addMenu(menu2.items[7]);
    submenu1.addItem("Diamond & Coloured Stone", "http://www.roshjewellers.co.uk/store/store.php?Diamond_ColouredStone-pg1-cid69.html");
    submenu1.addItem("All Diamond", "http://www.roshjewellers.co.uk/store/store.php?All_Diamond-pg1-cid70.html");

		
	
		//==================================================================================================
		
		var menu3 = ms.addMenu(document.getElementById("Mens"));
		menu3.addItem("Cufflinks", "http://www.roshjewellers.co.uk/store/store.php?Mens_Cufflinks-pg1-cid53.html");
		menu3.addItem("Chains", "http://www.roshjewellers.co.uk/store/store.php?Mens_Chains-pg1-cid54.html");
		menu3.addItem("Bracelets", "http://www.roshjewellers.co.uk/store/store.php?Mens_Bracelets-pg1-cid55.html");
		menu3.addItem("Rings", "http://www.roshjewellers.co.uk/store/store.php?Mens_Rings-pg1-cid56.html");
		menu3.addItem("Gifts", "http://www.roshjewellers.co.uk/store/store.php?Mens_Gifts-pg1-cid67.html");
		
		var menu4 = ms.addMenu(document.getElementById("Preowned"));
		menu4.addItem("Jewellery", "http://www.roshjewellers.co.uk/store/store.php?Preowned_Jewellery-pg1-cid57.html");
		menu4.addItem("Watches", "http://www.roshjewellers.co.uk/store/store.php?Preowned_Watches-pg1-cid58.html");
		
		
		var menu5 = ms.addMenu(document.getElementById("Help"));
		menu5.addItem("Search", "http://www.roshjewellers.co.uk/store/search-form.php");
		menu5.addItem("Packaging", "http://www.roshjewellers.co.uk/store/packaging.php");
		menu5.addItem("Terms & Conditions", "http://www.roshjewellers.co.uk/store/termsandconditions.php");
		menu5.addItem("Find Your Ring Size", "http://www.roshjewellers.co.uk/store/ring-size.php");
		menu5.addItem("Contact Us", "http://www.roshjewellers.co.uk/store/contact-us.php");


		

		

		//==================================================================================================
		// write drop downs into page
		//==================================================================================================
		// this method writes all the HTML for the menus into the page with document.write(). It must be
		// called within the body of the HTML page.
		//==================================================================================================
		TransMenu.renderAll();
	}
