/***********************************************************************************
*	(c) Ger Versluis 2000 version 5.411 24 December 2001 (updated Jan 31st, 2003 by Dynamic Drive for Opera7)
*	For info write to menus@burmees.nl		          *
*	You may remove all comments for faster loading	          *		
***********************************************************************************/

	var NoOffFirstLineMenus=6;            // Number of first level items
    var LowBgColor='#904194';            // Background color when mouse is not over
    var LowSubBgColor='#D3B3D5';        // Background color when mouse is not over on subs
    var HighBgColor='#6D0673';            // Background color when mouse is over
    var HighSubBgColor='white';        // Background color when mouse is over on subs
    var FontLowColor='#EDF2F8';            // Font color when mouse is not over
    var FontSubLowColor='800080';            // Font color subs when mouse is not over
    var FontHighColor='#EDF2F8';            // Font color when mouse is over
    var FontSubHighColor='460046';            // Font color subs when mouse is over
    var BorderColor='904194';            // Border color
    var BorderSubColor='white';            // Border color for subs
    var BorderWidth=1;                // Border width
    var BorderBtwnElmnts=1;            // Border between elements 1 or 0
    var FontFamily="arial,sans serif,technical"    // Font family menu items
    var FontSize=9;                // Font size menu items
    var FontBold=0;                // Bold menu items 1 or 0
	var FontItalic=0;				// Italic menu items 1 or 0
	var MenuTextCentered='center';		// 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=.1;			// horizontal overlap child/ parent
	var ChildVerticalOverlap=0;			// vertical overlap child/ parent
	var StartTop=98;
;				// 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=0;				// Left padding
	var TopPaddng=1;				// Top padding
	var FirstLineHorizontal=1;			// SET TO 1 FOR HORIZONTAL MENU, 0 FOR VERTICAL
	var MenuFramesVertical=0;			// Frames in cols or rows 1 or 0
	var DissapearDelay=1000;			// 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=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=['tri.gif',0,0,'tridown.gif',0,0,'trileft.gif',0,00];	// 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","http://www.limestonelaser.com/index.html","",0,20,75);




Menu2=new Array("Services","","",8,"20",130);
	Menu2_1=new Array("Laser Hair Removal","http://www.limestonelaser.com/laser/index.html","",3,20,160);
		Menu2_1_1=new Array("treatment","http://www.limestonelaser.com/laser/index.html","",0,20,100);
		Menu2_1_2=new Array("results","http://www.limestonelaser.com/laser/results.html","",0,20,100);
		Menu2_1_3=new Array("price list","http://www.limestonelaser.com/laser/list.html","",0,20,100);

	Menu2_2=new Array("Teeth Whitening","http://www.limestonelaser.com/whiten/index.html","",3,20,160);
		Menu2_2_1=new Array("treatment","http://www.limestonelaser.com/whiten/index.html","",0,20,100);
		Menu2_2_2=new Array("faq","http://www.limestonelaser.com/whiten/faq.html","",0,20,100);
		Menu2_2_3=new Array("price","http://www.limestonelaser.com/whiten/list.html","",0,20,100);



	Menu2_3=new Array("Microdermabrasion","http://www.limestonelaser.com/micro/index.html","",3,20,160);
		Menu2_3_1=new Array("treatment","http://www.limestonelaser.com/micro/index.html","",0,20,130);
		Menu2_3_2=new Array("results","http://www.limestonelaser.com/micro/results.html","",0,20,130);
		Menu2_3_3=new Array("price list","http://www.limestonelaser.com/micro/price.html","",0,20,130);

	Menu2_4=new Array("Acne Therapy","http://www.limestonelaser.com/blue/index.html","",2,20,160);
		Menu2_4_1=new Array("treatment","http://www.limestonelaser.com/blue/index.html","",0,20,130);
		Menu2_4_2=new Array("price list","http://www.limestonelaser.com/blue/price.html","",0,20,130);
		
	Menu2_5=new Array("Blackhead & Whitehead Removal","http://www.limestonelaser.com/bw/index.html","",2,35,160);
		Menu2_5_1=new Array("treatment","http://www.limestonelaser.com/bw/index.html","",0,20,130);
		Menu2_5_2=new Array("price list","http://www.limestonelaser.com/bw/price.html","",0,20,130);

	Menu2_6=new Array("Removal of Skin Blemishes","http://www.limestonelaser.com/sb/index.html","",3,20,160);
		Menu2_6_1=new Array("treatment","http://www.limestonelaser.com/sb/index.html","",0,20,130);
		Menu2_6_2=new Array("results","http://www.limestonelaser.com/sb/results.html","",0,20,130);
		Menu2_6_3=new Array("price list","http://www.limestonelaser.com/sb/price.html","",0,20,130);

	Menu2_7=new Array("Removal of Skin Tags","http://www.limestonelaser.com/skintags/index.html","",3,20,160);
		Menu2_7_1=new Array("treatment","http://www.limestonelaser.com/skintags/index.html","",0,20,130);
		Menu2_7_2=new Array("results","http://www.limestonelaser.com/skintags/results.html","",0,20,130);
		Menu2_7_3=new Array("price list","http://www.limestonelaser.com/skintags/price.html","",0,20,130);
	
	Menu2_8=new Array("Massage Therapy","http://www.limestonelaser.com/massagetherapy/index.html","",0,20,160);
		
		


Menu3=new Array("Products","http://www.limestonelaser.com/products.html","",0,20,130);
		
	


Menu4=new Array("About Us","","",2,"20",140);
	Menu4_1=new Array("Testimonials","http://www.limestonelaser.com/testimonial.html","",0,20,160);
	Menu4_2=new Array("Media","http://www.limestonelaser.com/media.html","",0,20,160);

Menu5=new Array("Promotions","http://www.limestonelaser.com/ad.pdf","",3,"20",100);
	Menu5_1=new Array("Contests","http://www.limestonelaser.com/contest.html","",2,20,160);
		Menu5_1_1=new Array("Free Laser Hair Removal","http://www.limestonelaser.com/contest.html","",0,20,160);
		Menu5_1_2=new Array("Free Acne Treatment","http://www.limestonelaser.com/acnecontest.html","",0,20,160);

	Menu5_2=new Array("Coupons","http://www.limestonelaser.com/ad.pdf","",0,20,160);
	Menu5_3=new Array("Open House","http://www.limestonelaser.com/ad.html","",0,20,160);


Menu6=new Array("Contact Us","http://www.limestonelaser.com/contact.html","",0,"20",130);


	

