/*	(c) Ger Versluis 2000 version 5 9 October 2001	*
*	You may remove all comments for faster loading	*/		

	var NoOffFirstLineMenus=11;			// Number of first level items
	var LowBgColor='#697D4B';			// Background color when mouse is not over
	var LowSubBgColor='#697D4B';			// Background color when mouse is not over on subs
	var HighBgColor='#697D4B';			// Background color when mouse is over
	var HighSubBgColor='#7E89D2';			// Background color when mouse is over on subs
	var FontLowColor='#FFFFFF';			// Font color when mouse is not over
	var FontSubLowColor='#FFFFFF';			// Font color subs when mouse is not over
	var FontHighColor='#FFFFFF';			// Font color when mouse is over
	var FontSubHighColor='#FFFFFF';			// Font color subs when mouse is over
	var BorderColor='#FFFFFF';			// Border color
	var BorderSubColor='#CCCCCC';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=1;			// Border between elements 1 or 0
	var FontFamily="Verdana, Arial, Helvetica, sans-serif"	// Font family menu items
	var FontSize=7.5;				// Font size menu items
	var FontBold=1;				// Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='left';			// Item text position 'left', 'center' or 'right'
	var MenuCentered='center';			// Menu horizontal position 'left', 'center' or 'right'
	var MenuVerticalCentered='top';		// Menu vertical position 'top', 'middle' or 'bottom'
	var ChildOverlap=-.01;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=0;				// Menu offset x coordinate
	var StartLeft=0;				// Menu offset y coordinate
	var VerCorrect=0;				// Multiple frames y correction
	var HorCorrect=0;				// Multiple frames x correction
	var LeftPaddng=8;				// Left padding
	var TopPaddng=3;				// Top padding
	var FirstLineHorizontal=1;			// First level items layout horizontal 1 or 0
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=500;			// delay before menu folds in
	var TakeOverBgColor=1;			// Menu frame takes over background color subitem frame
	var FirstLineFrame='navig';			// Frame where first level appears
	var SecLineFrame='space';			// Frame where sub levels appear
	var DocTargetFrame='space';			// Frame where target documents appear
	var TargetLoc='';				// span id for relative positioning
	var HideTop=0;				// Hide first level when loading new document 1 or 0
	var MenuWrap=1;				// enables/ disables menu wrap 1 or 0
	var RightToLeft=0;				// enables/ disables right to left unfold 1 or 0
	var UnfoldsOnClick=0;			// Level 1 unfolds onclick/ onmouseover
	var WebMasterCheck=0;			// menu tree checking on or off 1 or 0

function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}

bName = navigator.appName;
bVer = parseInt(navigator.appVersion);
if (bName == "Netscape" && bVer >= 4) br = "n4";
else if (bName == "Netscape" && bVer == 2) br = "n3";
else if (bName == "Netscape" && bVer == 3) br = "n2";
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e4";    
else if (bName == "Microsoft Internet Explorer" && bVer >= 4) br = "e3";
else br = "n2";

function openNewWindow(fileName,windowName,theWidth,theHeight) {
	if (br == "e4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,left=10,top=10,width="+theWidth+",height="+theHeight);
	else if (br == "n4") window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,screenX=10,screenY=10,width="+theWidth+",height="+theHeight);
		else  window.open(fileName,windowName,"toolbar=0,location=0,directories=0,status=1,menubar=1,scrollbars=1,resizable=1,width="+theWidth+",height="+theHeight);
}


// Menu tree
//	MenuX=new Array(ItemText, Link, background image, number of sub elements, height, width);
//	For rollover images ItemText format is:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("\u00A0\u00A0massage","massage.htm","",12,18,88);
	Menu1_1=new Array("milagro healing stone massage","massage.htm#healingstone","",0,18,180);
	Menu1_2=new Array("deep tissue massage","massage.htm#deeptissue","",0,18,74);
	Menu1_3=new Array("classic massage","massage.htm#classic","",0,18,74);
	Menu1_4=new Array("aromatherapy massage","massage.htm#aromatherapy","",0,18,74);
	Menu1_5=new Array("milagro maternity massage","massage.htm#milagromaternity","",0,18,74);
	Menu1_6=new Array("sports massage","massage.htm#sports","",0,18,74);
	Menu1_7=new Array("reiki massage","massage.htm#reiki","",0,18,74);
	Menu1_8=new Array("shiatsu","massage.htm#shiatsu","",0,18,74);
	Menu1_9=new Array("couples","massage.htm#couples","",0,18,74);
	Menu1_10=new Array("milagro scalp massage","massage.htm#milagroscalp","",0,18,74);
	Menu1_11=new Array("reflexology","massage.htm#reflexology","",0,22,74);
	Menu1_12=new Array("therapeutic touch","massage.htm#therapeutictouch","",0,22,74);

Menu2=new Array("facials","facials.htm","",9,18,67);
	Menu2_1=new Array("synergie ultimate facial","facials.htm#synergieultimate","",0,18,180);
	Menu2_2=new Array("caritapro lift facial","facials.htm#caritaproLift","",0,18,180);
	Menu2_3=new Array("decleor excellence facial","facials.htm#decleorexcellence","",0,18,180);
	Menu2_4=new Array("alpha beta facial","facials.htm#alphabeta","",0,18,180);
	Menu2_5=new Array("microdermabrasion","facials.htm#microdermabrasion","",0,18,180);

	Menu2_6=new Array("signature facials","facials.htm#signaturefacials","",3,18,180);
		Menu2_6_1=new Array("the rejuvenating facial","facials.htm#rejuvenating","",0,18,180);
		Menu2_6_2=new Array("the hydrating facial","facials.htm#hydrating","",0,18,180);
		Menu2_6_3=new Array("the classic facial","facials.htm#classic","",0,18,180);

	Menu2_7=new Array("milagro spa facials","facials.htm#milagrospafacials","",6,18,180);
		Menu2_7_1=new Array("clarifying facial","facials.htm#clarifying","",0,18,180);
		Menu2_7_2=new Array("essential facial","facials.htm#essential","",0,18,180);
		Menu2_7_3=new Array("eminence organic facial","facials.htm#eminenceorganic","",0,18,180);
		Menu2_7_4=new Array("gentlemen’s essential face care","facials.htm#gentlemen","",0,18,180);
		Menu2_7_5=new Array("milagro teen facial","facials.htm#teen","",0,18,180);
		Menu2_7_6=new Array("time saverfacial","facials.htm#timesaver","",0,18,180);

	Menu2_8=new Array("cosmeceuticals","facials.htm#cosmeceuticals","",2,18,180);
		Menu2_8_1=new Array("alpha beta face peel","facials.htm#peel","",0,18,180);
		Menu2_8_2=new Array("somme vitamin infusion","facials.htm#somme","",0,18,180);

	Menu2_9=new Array("skincare enhancements to complement your facial","facials.htm#enhancements","",5,18,180);
		Menu2_9_1=new Array("eminence bright eye","facials.htm#eminence","",0,18,180);
		Menu2_9_2=new Array("eminence luscious lip treatment","facials.htm#lusciouslip","",0,18,180);
		Menu2_9_3=new Array("decleor vitamin c treatment","facials.htm#decleor","",0,18,180);
		Menu2_9_4=new Array("spa back exfoliation","facials.htm#backexfoliation","",0,18,180);
		Menu2_9_5=new Array("organic aha treatment","facials.htm#aha","",0,18,180);

Menu3=new Array("body care","body-care.htm","",9,18,88);	
	Menu3_1=new Array("synergie ultimate body treatment","body-care.htm#synergie","",0,18,180);	
	Menu3_2=new Array("the french body polish","body-care.htm#french","",0,18,91);	
	Menu3_3=new Array("milagro sea salt glow","body-care.htm#seasalt","",0,18,91);	
	Menu3_4=new Array("milagro mud wrap","body-care.htm#mud","",0,18,91);	
	Menu3_5=new Array("the essential oil wrap","body-care.htm#oil","",0,18,91);	
	Menu3_6=new Array("the alpha beta body peel","body-care.htm#peel","",0,18,91);	
	Menu3_7=new Array("spa back treatment","body-care.htm#back","",0,18,91);	
	Menu3_8=new Array("organic spray tan","body-care.htm#organicspray","",0,18,91);	
	Menu3_9=new Array("the milagro swiss shower experience","body-care.htm#swiss","",0,18,91);	

Menu4=new Array("hair","hair.htm","",5,18,54);
	Menu4_1=new Array("hair design","hair.htm#design","",0,18,190);
	Menu4_2=new Array("hair color","hair.htm#color","",0,18,56);
	Menu4_3=new Array("great lengths hair extensions","hair.htm#extensions","",0,18,56);
	Menu4_4=new Array("keratin straightening","hair.htm#keratin","",0,18,56);
	Menu4_5=new Array("conditioning treatments","hair.htm#conditioning","",0,18,56);

Menu5=new Array("nails","nails.htm","",2,18,58);
	Menu5_1=new Array("treatments for the hands","nails.htm#hands","",4,18,200);
		Menu5_1_1=new Array("the deluxe spa manicure","nails.htm#deluxemanicure","",0,18,220);
		Menu5_1_2=new Array("decleor signature manicure","nails.htm#decleorsignature","",0,18,62);
		Menu5_1_3=new Array("reflexology manicure","nails.htm#reflexology","",0,18,62);
		Menu5_1_4=new Array("the classic manicure","nails.htm#classic","",0,18,62);
		
	Menu5_2=new Array("Treatments for the Feet","","",8,18,220);
		Menu5_2_1=new Array("deluxe spa pedicure","nails.htm#deluxespapedicure","",0,18,220);
		Menu5_2_2=new Array("decleor signature pedicure","nails.htm#decleorsignaturepedicure","",0,18,67);
		Menu5_2_3=new Array("the reflexology pedicure","nails.htm#reflexologypedicure","",0,18,200);
		Menu5_2_4=new Array("the milagro spa pedicure of the season","nails.htm#seasonpedicure","",0,18,67);
		Menu5_2_5=new Array("the therapeutic pedicure","nails.htm#therapeuticpedicure","",0,18,67);
		Menu5_2_6=new Array("the classic pedicure","nails.htm#classicpedicure","",0,18,67);
		Menu5_2_7=new Array("the express pedicure","nails.htm#expresspedicure","",0,18,67);
		Menu5_2_8=new Array("mini pedicure","nails.htm#minipedicure","",0,18,67);

Menu6=new Array("beauty","beauty.htm","",8,18,70);
	Menu6_1=new Array("intro to color","beauty.htm#intro","",0,18,200);
	Menu6_2=new Array("special occasion makeover","beauty.htm#specialoccasion","",0,18,70);
	Menu6_3=new Array("instructional makeover ","beauty.htm#instructional","",0,18,70);
	Menu6_4=new Array("eyes only","beauty.htm#eyes","",0,18,70);
	Menu6_5=new Array("after glow","beauty.htm#glow","",0,18,70);
	Menu6_6=new Array("little princess makeover","beauty.htm#princess","",0,18,70);
	Menu6_7=new Array("lash application","beauty.htm#lash","",0,18,70);
	Menu6_8=new Array("facial tea tree oil waxing","beauty.htm#waxing","",0,18,70);

Menu7=new Array("packages","packages.htm","",0,18,84);

Menu8=new Array("bridal","bridal-options.htm","",10,18,65);
	Menu8_1=new Array("bridal options","bridal-options.htm","",0,18,150);
	Menu8_2=new Array("bridal retreat package","BridalRetreatPackage.htm","",0,18,110);
	Menu8_3=new Array("mini bridal day","MiniBridalDay.htm","",0,18,110);
	Menu8_4=new Array("platinum bridal package","PlatinumBridalPackage.htm","",0,18,110);
	Menu8_5=new Array("gold bridal package","GoldBridalPackage.htm","",0,18,110);
	Menu8_6=new Array("silver bridal package","SilverBridalPackage.htm","",0,18,110);
	Menu8_7=new Array("bronze bridal package","BronzeBridalPackage.htm","",0,18,110);
	Menu8_8=new Array("bridal break","BridalBreak.htm","",0,18,110);
	Menu8_9=new Array("complimentary offer","bridal-options.htm","",0,18,110);
	Menu8_10=new Array("see all packages","bridal-all.htm","",0,18,110);

Menu9=new Array("gift cards","javascript:openNewWindow('https://milagro.boomtime.com/lgift','newwin',800,600)","",0,18,70);

Menu10=new Array("rewards","javascript:openNewWindow('http://milagrospa.com/rewards.htm','newwin',1025,800)","",0,18,60);
//	Menu10_1=new Array("what to bring milagro spa","faq.htm#bring","",0,18,220);
//	Menu10_2=new Array("discussions with therapists","faq.htm#discussions","",0,18,78);
//	Menu10_3=new Array("departure from the room","faq.htm#departure","",0,18,78);
//	Menu10_4=new Array("medical concerns","faq.htm#medical","",0,18,78);
//	Menu10_5=new Array("schedule of appointments","faq.htm#schedule","",0,18,78);
//	Menu10_6=new Array("child care","faq.htm#child","",0,18,78);
//	Menu10_7=new Array("cancellation policy","faq.htm#cancellation","",0,18,78);
//	Menu10_8=new Array("gratuities","faq.htm#gratuities","",0,18,78);
//	Menu10_9=new Array("age requirements","faq.htm#age","",0,18,78);
//	Menu10_10=new Array("milagro spa hours of operation","faq.htm#hours","",0,18,78);
//	Menu10_11=new Array("milagro spa gift cards and spa packages","faq.htm#gift","",0,18,78);
//	Menu10_12=new Array("the spa retail center","faq.htm#retail","",0,18,78);
//	Menu10_13=new Array("return policy","faq.htm#return","",0,18,78);

Menu11=new Array("home","index.htm","",0,18,59);
