menunum=0;menus=new Array();_d=document;function addmenu(){menunum++;menus[menunum]=menu;}function dumpmenus(){mt="<script language=javascript>";for(a=1;a<menus.length;a++){mt+=" menu"+a+"=menus["+a+"];"}mt+="<\/script>";_d.write(mt)}

if(navigator.appVersion.indexOf("MSIE 6.0")>0)
{
	effect = "Fade(duration=0.2);Alpha(style=0,opacity=90);Shadow(color='#777777', Direction=135, Strength=5)"
}
else
{
	effect = "Shadow(color='#777777', Direction=135, Strength=5)" // Stop IE5.5 bug when using more than one filter
}


timegap=500				// The time delay for menus to remain visible
followspeed=5			// Follow Scrolling speed
followrate=40			// Follow Scrolling Rate
suboffset_top=0;		// Sub menu offset Top position 
suboffset_left=-2;		// Sub menu offset Left position

style1=[				// style1 is an array of properties. You can have as many property arrays as you need. This means that menus can have their own style.
"000000",				// Mouse Off Font Color
OffState,				// Mouse Off Background Color
"2020ff",				// Mouse On Font Color
OnState,				// Mouse On Background Color
"ffffff",				// Menu Border Color 
10,						// Font Size in pixels
"normal",				// Font Style (italic or normal)
"normal",				// Font Weight (bold or normal)
"Arial Narrow, Arial, sans-serif",		// Font Name
2,						// Menu Item Padding
"images/arrow.gif",			// Sub Menu Image (Leave this blank if not needed)
,						// 3D Border & Separator bar
"660000",				// 3D High Color
"990000",				// 3D Low Color
"202020",				// Current Page Item Font Color (leave this blank to disable)
CurrentState,				// Current Page Item Background Color (leave this blank to disable)
"images/indent.gif",	// Top Bar image (Leave this blank to disable)
"ffffff",				// Menu Header Font Color (Leave blank if headers are not needed)
"000099",				// Menu Header Background Color (Leave blank if headers are not needed)
]

	addmenu(menu=["aboutus",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"HOME", "default.asp",,,1
	,"ABOUT US", "aboutus.asp",,,1
//	,"HISTORY", "history.asp",,,1
	,"FOUNDER", "founder.asp",,,1
	,"ASSURANCES", "assurances.asp",,,1
	,"TESTIMONIALS", "feedback.asp",,,1
	])

	addmenu(menu=["products",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"FACE / NECK REJUVENATION", "rejuvenation.asp",,,1
	,"BREAST REJUVENATION", "rejuvenation_breast.asp",,,1
	])

	addmenu(menu=["cellulite",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"WHAT IS FAT & CELLULITE?", "whatisfat.asp",,,1
	,"WHAT CAN YOU DO ABOUT IT?", "whatcanyoudo.asp",,,1	
	,"THE SCIENCE OF FAT ACCUMULATION", "thescience.asp",,,1
	,"WHAT BOTHERS YOU MOST?", "whatbothers.asp",,,1	

	])

	addmenu(menu=["solution",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"LIPIDOCTOR INFUSION LIPOLYSIS", "infusion.asp",,,1
	,"3 STEPS TO SUCCESS", "3steps.asp",,,1
	,"MINI-LIPO PHOTOS", "mini_lipo.asp",,,1
	,"MINI-LIPO VIDEOS", "mini_lipovideos2.asp",,,1
	,"BOOST YOUR RESULTS", "boost.asp",,,1
	,"CELLULITE PHOTOS", "gallery.asp",,,1
	])

	addmenu(menu=["benefits",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"WHAT ARE THE BENEFITS?", "benefits.asp",,,1
	,"WHO CAN BENEFIT?", "whobenefits.asp",,,1
	,"INFUSION LIPOLYSIS VS. LIPOSUCTION", "comparison.asp",,,1
	,"WHICH IS RIGHT FOR YOU?", "pitfalls.asp",,,1
	,"MINI-LIPO PHOTOS", "mini_lipo.asp",,,1
	,"MINI-LIPO VIDEOS", "mini_lipovideos2.asp",,,1
	,"CELLULITE PHOTOS", "gallery.asp",,,1
	])

	addmenu(menu=["faq",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"FAQ", "faq.asp",,,1
	,"FEES", "fees.asp",,,1
	])

	addmenu(menu=["contact",
	,,73,1,"",style1,,"",effect,,,,,,,,,,,,
	,"PROSPECTIVE PATIENTS", "contact.asp",,,1
	,"NURSES", "nurses.asp",,,1
	,"DOCTORS", "doctors.asp",,,1
	,"MEDIA", "media.asp",,,1
	])

	addmenu(menu=["hormones",
	,,75,1,"",style1,,"",effect,,,,,,,,,,,,
	,"BIO-IDENTICAL HORMONES", "hormones.asp",,,1
	])


dumpmenus()