/***********************************************************************************
*	(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=7;			// Number of first level items
	var LowBgColor='white';			// Background color when mouse is not over
	var LowSubBgColor='#FFB060';			// Background color when mouse is not over on subs
	var HighBgColor='white';			// Background color when mouse is over
	var HighSubBgColor='#BB4B02';			// Background color when mouse is over on subs
	var FontLowColor='white';			// Font color when mouse is not over
	var FontSubLowColor='white';			// Font color subs when mouse is not over
	var FontHighColor='white';			// Font color when mouse is over
	var FontSubHighColor='white';			// Font color subs when mouse is over
	var BorderColor='white';			// Border color
	var BorderSubColor='black';			// Border color for subs
	var BorderWidth=0;				// Border width
	var BorderBtwnElmnts=0;			// Border between elements 1 or 0
	var FontFamily="verdana,arial"	// Font family menu items
	var FontSize=8;				// 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=.0;				// horizontal overlap child/ parent
	var ChildVerticalOverlap=.0;			// vertical overlap child/ parent
	var StartTop=71;				// 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=2;				// 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=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=1;				// Uses arrow gifs when 1
	var KeepHilite=1;				// Keep selected path highligthed
	var Arrws=['tri.gif',5,10,'tridown.gif',10,5,'trileft.gif',5,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('rollover:images/home_btn2.gif:images/home_btn2_over.gif',"index.html","",0,24,78);
	//Menu1_1=new Array("Furnished","propertysearch.php?ptype=F","",0,20,125);
	//Menu1_2=new Array("Unfurnished","propertysearch.php?ptype=U","",0,20,125);
	//Menu1_3=new Array("Vacational","propertysearch.php?ptype=V","",0,20,125);
	//Menu1_4=new Array("Property for Sale","propertyforsalesearch.php","",0,20,125);
	//Menu1_5=new Array("Room Share","roomsearch.php","",0,20,125);

Menu2=new Array('rollover:images/dermatolog_btn2.gif:images/dermatolog_btn2_over.gif',"dermatologist.html","",0,24,120);
	//Menu2_1=new Array("General Dermatology","","",3,15,190);
			Menu2_1_1=new Array("Acne","acne_treatment.html","",0,15,100);
			Menu2_1_2=new Array("Psoriasis","psoriasis_treatment.html","",0,15,100);
			Menu2_1_3=new Array("Vitiligo","vitiligo_treatment.html","",0,15,100);
	
	//Menu2_2=new Array("Dermatosurgery","","",4,15,190);
			Menu2_2_1=new Array("Laser Surgery","laser_surgery_treatment.html","",0,15,135);
			Menu2_2_2=new Array("Radiofrequency","radiofrequency_surgery_treatment.html","",0,15,135);
			Menu2_2_3=new Array("Intralesional","intralesional_injection_treatment.html","",0,15,135);
			Menu2_2_4=new Array("Chemical Cautery","chemical_cautery_treatment.html","",0,15,135);

	//Menu2_3=new Array("Cosmetology","owner_sign_up.php","",4,15,190);
			Menu2_3_1=new Array("Chemical Peels","chemical_peel_treatment.html","",0,15,130);
			Menu2_3_2=new Array("Botox","botox_treatment.html","",0,15,130);
			Menu2_3_3=new Array("Microdermabrasion","microdermabrasion_treatment.html","",0,15,130);
			Menu2_3_4=new Array("Restylane","restylane_treatment.html","",0,15,130);
	
	//Menu2_4=new Array("Premium Listing","premium_listing.php","",0,20,170);
	//Menu2_4=new Array("Property for Sale Listing","propertyforsalelisting.php","",0,20,170);
	//Menu2_5=new Array("Room Listing","roomlisting.php","",0,20,170);
	//Menu2_6=new Array("Property Listing","propertylisting.php","",0,20,170);
	//Menu2_7=new Array("Property for Sale Request","psbookinglist.php","",0,20,170);
	//Menu2_8=new Array("Room Request","rbookinglist.php","",0,20,170);
	//Menu2_9=new Array("Property Request","pbookinglist.php","",0,20,170);
	//Menu2_5=new Array("Virtual Tour","virtualtour.php","",0,20,170);
	//Menu2_6=new Array("Photo Tour ","photo_tours.php","",0,20,170);
	//Menu2_7=new Array("Market Survey","market_survey.php","",0,20,170);
	//Menu2_8=new Array("Agent/Broker","agentbroker.php","",0,20,170);	

Menu3=new Array('rollover:images/treatmnt_btn2.gif:images/treatmnt_btn2_over.gif',"treatment.html","",3,24,101);
	Menu3_1=new Array("General Dermatology","","",3,15,150);
			Menu3_1_1=new Array("Acne","acne_treatment.html","",0,15,100);
			Menu3_1_2=new Array("Psoriasis","psoriasis_treatment.html","",0,15,100);
			Menu3_1_3=new Array("Vitiligo","vitiligo_treatment.html","",0,15,100);
	
	Menu3_2=new Array("Dermatosurgery","","",4,15,150);
			Menu3_2_1=new Array("Laser Surgery","laser_surgery_treatment.html","",0,15,150);
			Menu3_2_2=new Array("Radiofrequency","radiofrequency_surgery_treatment.html","",0,15,150);
			Menu3_2_3=new Array("Intralesional Injection","intralesional_injection_treatment.html","",0,15,150);
			Menu3_2_4=new Array("Chemical Cautery","chemical_cautery_treatment.html","",0,15,150);

	Menu3_3=new Array("Cosmetic Dermatology","#","",5,15,150);
			Menu3_3_1=new Array("Unwanted Hair","unwanted_hair_treatment.html","",0,15,130);
			Menu3_3_2=new Array("Chemical Peels","chemical_peel_treatment.html","",0,15,130);
			Menu3_3_3=new Array("Botox","botox_treatment.html","",0,15,130);
			Menu3_3_4=new Array("Microdermabrasion","microdermabrasion_treatment.html","",0,15,130);
			Menu3_3_5=new Array("Restylane","restylane_treatment.html","",0,15,130);
			

Menu4=new Array('rollover:images/abs_btn2.gif:images/abs_btn2_over.gif',"aviance_beauty_solutions.html","",0,24,181);
	//Menu4_1=new Array("DR.Prasad in the Media","dr_prasad_in_the_media.html","",0,20,165);
	//Menu4_2=new Array("Nova Ads","maidservice.php","",0,20,165);
	//Menu4_3=new Array("Maintenance","maintenance.php","",0,20,180);
	//Menu4_4=new Array("Lawn & Gardening Care ","lawn_gardening.php","",0,20,180);
	//Menu4_5=new Array("Virtual Tour","virtualtour.php","",0,20,180);
	//Menu4_6=new Array("Photo Tour","photo_tours.php","",0,20,180);

Menu5=new Array('rollover:images/offtr_btn2.gif:images/offtr_btn2_over.gif',"office_tour.html","",0,24,109);
	//Menu5_1=new Array("Forum","Visitors.php","",0,20,200);
	//Menu5_2=new Array("Public Transit Info","public_transit_info.php","",0,20,200);
	//Menu5_3=new Array("New Orleans Architecture info","new_leans_architechture.php","",0,20,200);
	//Menu5_4=new Array("Garage Sales","garagesales.php","",0,20,200);
	//Menu5_5=new Array("Relocation kit ","relocation_kit.php","",0,20,200);
	//Menu5_6=new Array("Neighborhood info","neighbourhood_info.php","",0,20,200);
	//Menu5_7=new Array("Moving resources","moving_resources.php","",0,20,200);
	//Menu5_8=new Array("FAQ","faq.php","",0,20,200);


Menu6=new Array('rollover:images/news_btn2.gif:images/news_btn2_over.gif',"dr_prasad_in_the_media.html","",0,24,71);
	//Menu6_1=new Array("Contact Info","contact_info.html","",0,20,50);
	//Menu6_2=new Array("Technical Support","technical_support.html","",0,20,50);

//Menu7=new Array('rollover:images/credit_report_bt.gif:images/credit_report_bt.gif',"credit_report.php","",0,27,107);
	//Menu7_1=new Array("Contact Info","contact_info.html","",0,20,50);
	//Menu7_2=new Array("Technical Support","technical_support.html","",0,20,50);
	
Menu7=new Array('rollover:images/contact_btn2.gif:images/contact_btn2_over.gif',"#","",2,24,108);
	Menu7_1=new Array("General Info","general_info.html","",0,20,106);
	Menu7_2=new Array("Email Us","email_us.html","",0,20,106);

//Menu7=new Array('rollover:images/credit_report_bt.gif:images/credit_report_bt.gif',"credit_report.php","",0,27,107);
	//Menu7_1=new Array("Contact Info","contact_info.html","",0,20,50);
	//Menu7_2=new Array("Technical Support","technical_support.html","",0,20,50);