/***********************************************************************************
*	(c) Ger Versluis 1000 version 5.411 24 December 1001 (updated Jan 31st, 1003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

//	var DefaultURL='http://' + document.domain;
	var DefaultURL='http://www.loganraye.com';
//	var DefaultURL='http://www.loganraye.com/index.shtml';
//	var DefaultURL='http://www.loganraye.com/NEW';
//	var DefaultURL='http://www.mainspringinteractive.com/clients/loganraye';
//	var DefaultURL='http://64.202.163.44/loganraye';



	var NoOffFirstLineMenus=7;			// Number of first level items
	var LowBgColor='ffffff';			// Background color when mouse is not over
	var LowSubBgColor='DCDAD3';			// Background color when mouse is not over on subs
	var HighBgColor='#ECE6ED';			// Background color when mouse is over
	var HighSubBgColor='#ECE6ED';			// Background color when mouse is over on subs
	var FontLowColor='333333';			// Font color when mouse is not over
	var FontSubLowColor='333333';			// Font color subs when mouse is not over
	var FontHighColor='333333';			// Font color when mouse is over
	var FontSubHighColor='666666';			// Font color subs when mouse is over
	var BorderColor='';			// Border color
	var BorderSubColor='#333333';			// Border color for subs
	var BorderWidth=1;				// Border width
	var BorderBtwnElmnts=1;				// Border between elements 1 or 0
	var FontFamily="arial,tahoma"			// Font family menu items
	var FontSize=9;					// 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','bottom' or static
	var ChildOverlap=.2;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=144;				// 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=2;				// Left padding
	var TopPaddng=0;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=1;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// delay before menu folds in
	var TakeOverBgColor=0;				// Menu frame takes over background color subitem frame
	var FirstLineFrame='index';			// Frame where first level appears
	var SecLineFrame='index';			// Frame where sub levels appear
	var DocTargetFrame='index';			// Frame where target documents appear
	var TargetLoc='MenuPos';			// span id for relative positioning
	var HideTop=0;					// Hide first level when loading new document 1 or 0
	var MenuWrap=0;					// 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
	var ShowArrow=0;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	//var Arrws=['images/bullet.gif',15,10];	// Arrow source, width and height
function BeforeStart(){return}
function AfterBuild(){return}
function BeforeFirstOpen(){return}
function AfterCloseAll(){return}


// Menu tree
//	MenuX=new Array(Text to show, Link, background image (optional), number of sub elements, height, width);
//	For rollover /images set "Text to show" to:  "rollover:Image1.jpg:Image2.jpg"

Menu1=new Array("Home",DefaultURL + "/index.shtml","",0,15,45);

Menu2=new Array("Locations","","",2,15,65);
    Menu2_1=new Array("801 Gervais",DefaultURL +"/About/location-801.shtml","",0,15,85);
    Menu2_2=new Array("Online Store","http://shop.loganraye.com","",0,15,85);

Menu3=new Array("About Us","","",6,15,65);
    Menu3_1=new Array("Company Info",DefaultURL +"/About/info.shtml","",0,15,90);
	Menu3_2=new Array("News",DefaultURL + "/About/news.shtml","",0,15,90);
	Menu3_3=new Array("FAQs",DefaultURL + "/About/faqs.shtml","",0,15,90);
	Menu3_4=new Array("The Staff",DefaultURL + "/Staff/staff1.shtml","",0,15,90);
	Menu3_5=new Array("Careers",DefaultURL + "/About/careers.shtml","",0,15,90);
	Menu3_6=new Array("Links",DefaultURL + "/About/links.shtml","",0,15,90);


Menu4=new Array("Services","","",2,15,60);
    Menu4_1=new Array("Spa","","",4,15,60);
	    Menu4_1_1=new Array("Massage",DefaultURL + "/Services/massage.shtml","",0,15,110);
		Menu4_1_2=new Array("Skincare",DefaultURL + "/Services/skin.shtml","",0,15,110);
		Menu4_1_3=new Array("Body Treatment",DefaultURL + "/Services/body.shtml","",0,15,110);
		Menu4_1_4=new Array("Spa Packages",DefaultURL + "/Services/packages.shtml","",0,15,110);
	
    Menu4_2=new Array("Salon","","",5,15,50);
		Menu4_2_1=new Array("Hair",DefaultURL + "/Services/hair.shtml","",0,15,105);
		Menu4_2_2=new Array("Hand Treatment",DefaultURL + "/Services/hand.shtml","",0,15,115);
		Menu4_2_3=new Array("Foot Treatment",DefaultURL + "/Services/foot.shtml","",0,15,115);
		Menu4_2_4=new Array("Necessities",DefaultURL + "/Services/necessities.shtml","",0,15,115);
        Menu4_2_5=new Array("Wedding Services",DefaultURL + "/Services/wedding.shtml","",0,15,115);

Menu5=new Array("Products","","",2,15,63);
	Menu5_1=new Array("Products",DefaultURL + "/Products/products.shtml","",0,15,90);
	Menu5_2=new Array("Gift Certificate",DefaultURL + "/gift_certificate.shtml","",0,15,90);

Menu6=new Array("Policies",DefaultURL + "/Policies/index.shtml","",2,15,55);
	Menu6_1=new Array("Cancelations","","",0,15,90);
	Menu6_2=new Array("Refunds","","",0,15,90);
	
Menu7=new Array("Contact Us",DefaultURL + "/Contact/index.shtml","",0,15,60);