// set up drop downs anywhere in the body of the page. I think the bottom of the page is better.. 
	// but you can experiment with effect on loadtime.
	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, 0, 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("menu1"));
		menu1.addItem("<b>&raquo;</b> ULTRA SHIELD 20 UVA/UVB SUNSCREEN", "http://www.tikkunproducts.com/products_sunscreen_ultra.shield20.html");
		menu1.addItem("<b>&raquo;</b> ULTRA SHIELD 35 UVA/UVB SUNSCREEN", "http://www.tikkunproducts.com/products_sunscreen_ultra.shield35.html");
		menu1.addItem("<b>&raquo;</b> OTHER PRODUCTS", "#");
		
		/*******var menu1 = ms.addMenu(document.getElementById("menu1"));
		menu1.addItem("<b>&raquo;</b> ACNE CARE", "#");
		menu1.addItem("<b>&raquo;</b> GLYCOLICS", "#");
		menu1.addItem("<b>&raquo;</b> ANTIOXIDANTS AND VITAMINS", "#");
		menu1.addItem("<b>&raquo;</b> CLEANSERS", "#");
		menu1.addItem("<b>&raquo;</b> EYE TREATMENTS", "#");
		menu1.addItem("<b>&raquo;</b> FACE MASKS", "#");
		menu1.addItem("<b>&raquo;</b> MOISTURIZERS", "#");
		menu1.addItem("<b>&raquo;</b> SUNSCREEN", "#");******/

		var menu2 = ms.addMenu(document.getElementById("menu2"));
		menu2.addItem("<b>&raquo;</b> NORMAL/DRY", "http://www.tikkunproducts.com/skintypes_normal.dry.html");
		menu2.addItem("<b>&raquo;</b> NORMAL/OILY", "http://www.tikkunproducts.com/skintypes_normal.oily.html");
		menu2.addItem("<b>&raquo;</b> DRY/MATURE", "http://www.tikkunproducts.com/skintypes_dry.mature.html");
		menu2.addItem("<b>&raquo;</b> OILY/ACNE PRONE", "http://www.tikkunproducts.com/skintypes_oily.acneprone.html");

		
		/*var submenu0 = menu1.addMenu(menu1.items[0]);
		submenu0.addItem("ACNE CLEANSING STEP 1", "http://www.tikkunproducts.com/products_acne.care_acne.cleansing.step1.html");
		submenu0.addItem("ACNE TREATMENT STEP 2", "http://www.tikkunproducts.com/products_acne.care_acne.treatment.step2.html");
		submenu0.addItem("ACNE CLEANSING WITH BENZOYL PEROXIDE STEP 1", "http://www.tikkunproducts.com/products_acne.care_benzoyal.peroxide.step1.html");
		submenu0.addItem("KAOLIN CLAY TREATMENT MASK", "http://www.tikkunproducts.com/products_acne.care_kaolin.clay.treatment.mask.html");
		submenu0.addItem("ACNE DEEP PENETRATING MASK WITH SULFUR", "http://www.tikkunproducts.com/products_acne.acne.deep.penetrating.mask.sulfur.html");
		submenu0.addItem("ACNE CARE KITS", "http://www.tikkunproducts.com/products_acne.acne.care.kits.html");
		submenu0.addItem("PRODUCT FUNDAMENTALS & INSTRUCTIONS", "http://www.tikkunproducts.com/products_acne.acne.fundamentalsinstructions.html");

	
		var submenu1 = menu1.addMenu(menu1.items[1]);
		submenu1.addItem("TIMELESS 10 GLYCOLIC ACID LOTION", "http://www.tikkunproducts.com/products_glycolics_timeless10lotion.html");
		submenu1.addItem("TIMELESS 15 GLYCOLIC ACID LOTION", "http://www.tikkunproducts.com/products_glycolics_timeless15lotion.html");*/


		var submenu2 = menu1.addMenu(menu1.items[2]);
		submenu2.addItem("<b>&raquo;</b> ACNE CARE", "http://www.tikkunproducts.com/products_acne.care_acne.cleansing.step1.html");
		submenu2.addItem("<b>&raquo;</b> GLYCOLICS", "http://www.tikkunproducts.com/products_glycolics_timeless10lotion.html");
		submenu2.addItem("<b>&raquo;</b> ANTIOXIDANTS AND VITAMINS", "http://www.tikkunproducts.com/products_antioxidantV_timeless.c.lightener.creme.html");
		submenu2.addItem("<b>&raquo;</b> CLEANSERS", "http://www.tikkunproducts.com/products_cleansers_purifying.c.gel.cleanser.html");
		submenu2.addItem("<b>&raquo;</b> EYE TREATMENTS", "http://www.tikkunproducts.com/products_eye.treatment_timeless.vita.eye.creme.html");
		submenu2.addItem("<b>&raquo;</b> FACE MASKS", "http://www.tikkunproducts.com/products_face.masks_timeless.c.vitamin.rich.mask.html");
		submenu2.addItem("<b>&raquo;</b> MOISTURIZERS", "http://www.tikkunproducts.com/products_moisturizers_sheer.hydrating.creme.html");
		
		/*submenu2.addItem("TIMELESS C LIGHTENER CREME", "http://www.tikkunproducts.com/products_antioxidantV_timeless.c.lightener.creme.html");
		submenu2.addItem("TIMELESS VITA COMPLEX 5 SERUM", "http://www.tikkunproducts.com/products_antioxidantV_timeless.complex5.serum.html");
		submenu2.addItem("TIMELESS VITA COMPLEX 10 SERUM", "http://www.tikkunproducts.com/products_antioxidantV_timeless.vita10.serum.html");
		submenu2.addItem("E ESSENCE SERUM", "http://www.tikkunproducts.com/products_moisturizers_essence.serum.html");

		/*var submenu3 = menu1.addMenu(menu1.items[3]);
		submenu3.addItem("PURIFYING C GEL CLEANSER", "http://www.tikkunproducts.com/products_cleansers_purifying.c.gel.cleanser.html");
		submenu3.addItem("GENTLE CLEANSING LOTION", "http://www.tikkunproducts.com/products_cleansers_gentle.cleansing.lotion.html");
		submenu3.addItem("TONER WITH PAPAYA EXTRACT, SPRAY", "http://www.tikkunproducts.com/products_cleansers_papaya.toner.extract.html");
		
		var submenu4 = menu1.addMenu(menu1.items[4]);
		submenu4.addItem("TIMELESS VITA COMPLEX EYE CREME", "http://www.tikkunproducts.com/products_eye.treatment_timeless.vita.eye.creme.html");

		var submenu5 = menu1.addMenu(menu1.items[5]);
		submenu5.addItem("TIMELESS C VITAMIN RICH MASK", "http://www.tikkunproducts.com/products_face.masks_timeless.c.vitamin.rich.mask.html");
		submenu5.addItem("GREEN TEA HYDRATION MASK", "http://www.tikkunproducts.com/products_face.masks_green.tea.hydration.mask.html");
		submenu5.addItem("KAOLIN CLAY TREATMENT MASK", "http://www.tikkunproducts.com/products_face.masks_kaolin.clay.treatment.mask.html");

		var submenu6 = menu1.addMenu(menu1.items[6]);
		submenu6.addItem("SHEER HYDRATION CREME", "http://www.tikkunproducts.com/products_moisturizers_sheer.hydrating.creme.html");
		submenu6.addItem("DEEP HYDRATION CREME", "http://www.tikkunproducts.com/products_moisturizers_deep.hydration.creme.html");
		submenu6.addItem("E ESSENCE SERUM", "http://www.tikkunproducts.com/products_moisturizers_essence.serum.html");

		var submenu7 = menu1.addMenu(menu1.items[7]);
		submenu7.addItem("ULTRA SHIELD 20 UVA/UVB SUNSCREEN", "http://www.tikkunproducts.com/products_sunscreen_ultra.shield20.html");
		submenu7.addItem("ULTRA SHIELD 35 UVA/UVB SUNSCREEN", "http://www.tikkunproducts.com/products_sunscreen_ultra.shield35.html");*/
		//==================================================================================================

		//==================================================================================================
		// 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();
	}
