if (TransMenu.isSupported()) {
	//==================================================================================================
	var ms = new TransMenuSet(TransMenu.direction.down, 0, 4, TransMenu.reference.bottomLeft);
	
	

//==================================================================================================

	

	//==================================================================================================

	var menu3 = ms.addMenu(document.getElementById("yourskin"));
	menu3.addItem("What is SKIN?", "http://cranberrylanenaturalbeauty.com/yourskin.php?pos=1"); 
	menu3.addItem("Your skin type", "http://cranberrylanenaturalbeauty.com/yourskin.php?pos=2"); 
	menu3.addItem("Skin Care Guide", "http://cranberrylanenaturalbeauty.com/yourskin.php?pos=3");
	menu3.addItem("Skin Personality", "http://cranberrylanenaturalbeauty.com/yourskin.php?pos=4");

	//==================================================================================================
	
	var menu4 = ms.addMenu(document.getElementById("ingredients"));
	menu4.addItem("All Natural Glossary", "http://cranberrylanenaturalbeauty.com/glossary.php"); 
	menu4.addItem("Ingredients to avoid", "http://cranberrylanenaturalbeauty.com/harmful_ingredients.php"); 

	//==================================================================================================

	//==================================================================================================
	
	//==================================================================================================
	
	var menu7 = ms.addMenu(document.getElementById("customerservice"));
	menu7.addItem("General Inquiries", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=generalinquiries"); 
	menu7.addItem("Ordering", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=ordering"); 
	menu7.addItem("Wholesale Inquiry", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=wholesale");
	menu7.addItem("About our products", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=ourproducts"); 
	menu7.addItem("Safety & Privacy", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=safetyprivacy"); 
	menu7.addItem("Shipping & Returns", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=shippingreturns");
	menu7.addItem("Contact Us", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=contactus");  
	menu7.addItem("Customer Rewards", "http://cranberrylanenaturalbeauty.com/customerservice.php?pos=customerrewards"); 
	
	
	
	
	TransMenu.renderAll();
}

