/* --- menu items --- */
function changePages (DefaultleftURL, DefaultMainURL) 
	{parent.Navigate.location.href=DefaultleftURL;
	 parent.MainDisplay.location.href=DefaultMainURL;}
	 
var MENU_ITEMS = [
	['Home','http://sootheyoursoul.com', {'tw' : '_top'}],
	['Treasures',null,null,
		['Great Gift Ideas',"javascript:changePages('/Defaultleft.htm','/Holidays/holiday_gifts/great_gifts.html');"],
		['EASY Holiday shopping',"javascript:changePages('/Defaultleft.htm','/Holidays/holiday_gifts/DecemberHolidays/Holiday_Shopping_Made_Easy_2005.htm');"],
		['Valentines Day',"javascript:changePages('/Defaultleft.htm','/flyers/Valentines/Valentines%20Day.htm');"],
		['New Years Ideas',"javascript:changePages('/Defaultleft.htm','/flyers/NewYears2005.htm');"],
		['Jade, the Mini Greyhound!',"javascript:changePages('/Defaultleft.htm','/Beautiful/JadeTheMiniGreyhoundDog.htm');"]],
	['Classes',null,null,
    	['All Classes ',"javascript:changePages('/Defaultleft.htm','/events/classes/current/Classes_linktoPDFSchedule.htm');"]],	
	/*--['Aromatherapy Classes ',"javascript:changePages('/Defaultleft.htm','/events/classes/Current/aromatherapy2009.htm');"],	
		['BEADING &amp; JEWELRY',"javascript:changePages('/Defaultleft.htm','/events/classes/Current/BeadAndJewelryInstruction2009.htm');"],
		['Feng Shui that Works&amp; Why',"javascript:changePages('/Defaultleft.htm','/classes/FengShui/FengShuiClass6_2005.htm');"],
		['SOAP Making',"javascript:changePages('/Defaultleft.htm','/events/classes/Current/aromatherapy2009.htm');"]],---*/
	/*--['Events',null,null,
    	['FREE demo Singing Bowls',"javascript:changePages('/Defaultleft.htm','/flyers/Events/Introducing Athena February2005.htm');"]],	
	--- */
	['Product info',null,null,
		['How To Use...',null,null,
			['Common Aromatherapy Uses!',"javascript:changePages('/Defaultleft.htm','/HowToUse/AromatherapyUses.htm');"],
			['Mini FG and Plate',"javascript:changePages('/Defaultleft.htm','/products/MiniFGandPlate/MiniFGandPlate.htm');"],
			['Stones and their Properties',"javascript:changePages('/Defaultleft.htm','/HowToUse/Crystals/info/index.htm');"]],
    	['Crystals-Gems',null,null,
	 		['Rare, Gorgeous Tourmalines',"javascript:changePages('/Defaultleft.htm','/products/Crystals/Rare_Crystals_and_Jewelry.htm');"],
			['Stones and their Properties',"javascript:changePages('/Defaultleft.htm','/HowToUse/Crystals/info/index.htm');"],
			['Quartz-Vogel',"javascript:changePages('/Defaultleft.htm','/products/Crystals/Quartz/QuartzVogel.htm');"]],
		['AlkaBlue Water Ionizer',"javascript:changePages('/Defaultleft.htm','/products/AlkaBlue/alkaBlue_datasheet3.htm');"],
		['GAIA LiquidPhyto-Caps',"javascript:changePages('/products/Supplements/GAIA/GAIA_Info_left.htm','/products/Supplements/GAIA/GAIA_PHYTOCAPS/GaiaHerbsLiquidPhyto-Caps.htm');"],
		['TDP Lamp FAR Infrared',"javascript:changePages('/Defaultleft.htm','/products/TDP_FAR_Infrared_Lamp/TDP_Lamp_Information_From_Soothe_Your_Soul.htm');"],
		['Serrapeptase Enzyme',"javascript:changePages('/Defaultleft.htm','/products/Enzymes/Serrapeptase_Clean.htm');"],
		['Wall Hangings',"javascript:changePages('/Defaultleft.htm','/products/WallHangings/WallHangingsPage1.htm');"]],
		
	['EMPLOYMENT',null,null,
		['Employment',"javascript:changePages('/Defaultleft.htm','/Employment/Retail%20Sales%20and%20Customer%20Service.htm');"],
		['Our Vision',"javascript:changePages('/Defaultleft.htm','/Vision/Vision.htm');"]],
	['Made by us',null,null,
		['Facial Oil w No Wrinkles',null,null,
			['Product Information',"javascript:changePages('/Defaultleft.htm','/products/FacialOil/FacialOilWithNoWrinklesInfo.htm');"],
			/*--['Internet Coupon',"javascript:changePages('/Defaultleft.htm','/products/FacialOil/FacialOilWithNoWrinkles.htm');"],--*/
			['Wholesale and Private Label Pricing',"javascript:changePages('/Defaultleft.htm','/products/FacialOil/FacialOilWithNoWrinklesWholesaleAndPrivateLabel.htm');"]],
			
		['Chakra Sprays',"javascript:changePages('/Defaultleft.htm','events/classes/Previous/aromatherapy/Chakra sprays/Chakra Sprays.htm');"],
		['Chakra Kits',"javascript:changePages('/Defaultleft.htm','Holidays/holiday_gifts/ChakraOil1ozKit.html');"],
		['Mugs with Messages',"javascript:changePages('/Defaultleft.htm','/products/MessagesFromWater/MugsWithMessages.htm');"],
		['Rocks - Engraved!',"javascript:changePages('/Defaultleft.htm','/products/Rocks/RocksEngraved.htm');"]],    	
	['About us',null,null,
		['Our Vision',"javascript:changePages('/Defaultleft.htm','/Vision/Vision.htm');"],
		['Employment',"javascript:changePages('/Defaultleft.htm','/Employment/Retail%20Sales%20and%20Customer%20Service.htm');"],
		['Map & Directions',"javascript:changePages('/Defaultleft.htm','/StoreMap.htm');"],
		['Email Us(Loads Slow)','mailto:customerservice@sootheyoursoul.com',{'tw' :'MainDisplay'}]],

];
	
	
