
_menuCloseDelay=500		// The time delay for menus to remain visible on mouse out
_menuOpenDelay=150		// The time delay before menus open on mouse over
_followSpeed=5			// Follow scrolling speed
_followRate=40			// Follow scrolling Rate
_subOffsetTop=0			// Sub menu top offset
_subOffsetLeft=0		// Sub menu left offset


/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>>>      STYLES       <<<<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */

with(MenuStyle=new mm_style()) {
	borderwidth=0;
}

//	STYLE for Navigation Menu 
with(menuStyle1=new mm_style()) {
	oncolor="#2C2207";
	offcolor="#2C1100";
	onbgcolor="#BDA68D";
	offbgcolor="#A2815E";
	pagebgcolor="#A2815E";
	bordercolor="#4E4838";
	separatorcolor="#422709";
	borderstyle="solid";
	borderwidth=2;
	separatorsize=1;
	separatorpadding=0;
	padding=4;
	fontsize="11px";
	fontweight='bold';
	fontfamily="Verdana, Century Gothic, Arial, Helvetica, sans-serif";
	subimagepadding=10;
	overfilter="Fade(duration=0.3);Alpha(opacity=92)";
	outfilter="Fade(duration=0.3)";
}
//	STYLE for Navigation Sub-Menu 
with(menuStyle2=new mm_style()) {
	oncolor="#334F87";
	offcolor="#283142";
	onbgcolor="#E2F4FE";
	offbgcolor="#ADCFE3";
	pagebgcolor="#D0EBFA";
	bordercolor="#334F87";
	separatorcolor="#263552";
	borderstyle="solid";
	borderwidth=2;
	separatorsize=1;
	separatorpadding=0;
	padding=4;
	fontsize="11px";
	fontweight='bold';
	fontfamily="Verdana, Century Gothic, Arial, Helvetica, sans-serif";
	subimagepadding=10;
	overfilter="Fade(duration=0.3);Alpha(opacity=92)";
	outfilter="Fade(duration=0.3)";
}


/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>    TOP  LEVEL  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */

//	Services
with(milonic=new menuname("Services")){
	style=menuStyle1;
	orientation="vertical";
	itemwidth=105;
	aI("text=Skin Health;showmenu=SkinHealth;");
	aI("text=Skin Beauty;showmenu=SkinBeauty;");
}
//	Office Info
with(milonic=new menuname("Office")){
	style=menuStyle1;
	orientation="vertical";
	itemwidth=105;
	aI("text=Prescription refill;url=prescription_refill.php;");
	aI("text=Office Policies;showmenu=OfficePolicies;");
}
//	Patient Forms
with(milonic=new menuname("Forms")){
	style=menuStyle1;
	orientation="vertical";
	itemwidth=119;
/*	aI("text=Medical Consent;showmenu=MedicalConsent");
	aI("text=Cosmetic Consent;showmenu=CosmeticConsent"); */
	aI("text=Medical Patient Forms;showmenu=MedicalForms;");
	aI("text=Medical Procedures and Information;showmenu=Procedures;");
	aI("text=Aesthetic Patient Forms;showmenu=AestheticForms;");
	aI("text=Consent Forms;showmenu=ConsentForms;");
	aI("text=Wound Care;showmenu=WoundCare1;");
	aI("text=Helpful Info;showmenu=HelpfulInfo;");
}
//	Our Medical Staff
with(milonic=new menuname("Staff")){
	style=menuStyle1;
	orientation="vertical";
	itemwidth=175;
	aI("text=Susanne Lockhart, M.D.;url=our_medical_staff.php#lockhart");
	aI("text=Christie E. Matter, M.D.;url=our_medical_staff.php#matter");
	aI("text=Rachel Quinby, M.D.;url=our_medical_staff.php#quinby");
	aI("text=Pam Murray;url=our_medical_staff.php#murray");
	aI("text=Christy Bunyan;url=our_medical_staff.php#bunyan");
}
/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>>>     SUB  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */
with(milonic=new menuname("SkinHealth")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=205;
	aI("text=Skin Health FAQ;url=skin_health_faq.php");
	aI("text=Surgical Procedures;url=surgical_procedures.php");
	aI("text=Pediatric Dermatology;url=pediatric_dermatology.php");
	aI("text=Geriatric Dermatology;url=geriatric_dermatology.php");
	aI("text=Common Medical Conditions;url=common_medical_conditions.php");
/*	aI("text=What to Expect;url=what_to_expect.xxx"); */
	aI("text=Post Procedure Care Instructions;showmenu=PostProcedure");
}
with(milonic=new menuname("SkinBeauty")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=280;
	aI("text=Beautiful Skin FAQ;url=beautiful_skin_faq.php");
	aI("text=Conditions that Hinder Beautiful Skin;url=beautiful_skin_hinderances.php");
	aI("text=Beautiful Skin for Every Body;url=beautiful_skin.php");
	aI("text=What to Expect;url=what_to_expect.php");
}
with(milonic=new menuname("OfficePolicies")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=150;
/*	aI("text=No Show Policy;url=no_show.xxx");
	aI("text=Insurance Card Policy;url=insurance_card.xxx"); */
	aI("text=Participating Insurance Compainies;url=participating_insurance_compainies.php");

}
with(milonic=new menuname("MedicalForms")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=150;
	aI("text=Minor Consent Form;url=lib/forms/Minor_Consent_Form.pdf");
	aI("text=Eligibility guarantee;url=lib/forms/NTD_eligibility_guarantee.pdf");
	aI("text=Patient Consent Form;url=lib/forms/NTD_protected_health_info_form.pdf");
	aI("text=Patient Financial Responsibility Policy;url=lib/forms/Patient_Financial_Responsibility_Policy.pdf");
	aI("text=Patient Information Sheet;url=lib/forms/patient_information_sheet.pdf");
}
with(milonic=new menuname("Procedures")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=150;
	aI("text=Hyperhydrosis Consent Form;url=lib/forms/botox_consent10-07.pdf");
	aI("text=Cryotherapy (Liquid Nitrogen);url=lib/forms/Cryotherapy_Liquid_Nitrogen.pdf");
	aI("text=Dry Skin Care Tips;url=lib/forms/Dry_Skin_Care_Tips.pdf");
	aI("text=Enbrel Patient Information;url=lib/forms/Enbrel_patient_info.pdf");
	aI("text=Sclerotherapy Pre-Treatment;url=lib/forms/Schlerotherapy_pre_and__post_treatment_directions.pdf");
	aI("text=Sclerotherapy Patient Information And Informed Consent;url=lib/forms/Sclerotherapy_treatment.pdf");
}
with(milonic=new menuname("AestheticForms")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=150;
	aI("text=New Patient Form;url=lib/forms/patient_info_new.pdf");
}
with(milonic=new menuname("ConsentForms")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=190;
	aI("text=Laser Vein Treatment;url=lib/forms/laser_vein_consent.pdf");
	aI("text=Laser Skin Therapy;url=lib/forms/laser_genesis_consent.pdf");
	aI("text=Laser Hair Removal;url=lib/forms/laser_hair_consent.pdf");
	aI("text=Botox Facial Treatments;url=lib/forms/botox_cosmetic_consent_1.pdf");
	aI("text=Thermal Skin Treatment;url=lib/forms/titan_consent.pdf");
	aI("text=Use of Photographs;url=lib/forms/use_of_photographs.pdf");
}
with(milonic=new menuname("WoundCare1")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=190;
	aI("text=Wound Care Instructions without Sutures;url=lib/forms/Wound_Care_Instructions10-07.pdf");
	aI("text=Wound Care Instructions for Canthacur;url=lib/forms/Wound_Care_Instructions_for_Canthacur.pdf");
	aI("text=Wound Care Instructions after Surgery with Sutures;url=lib/forms/Wound_Care_Instructions_with_sutures10-07.pdf");
}
with(milonic=new menuname("HelpfulInfo")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=175;
	aI("text=Botox Post Injection;url=lib/forms/botox_post_injection_instructions.pdf");
}
with(milonic=new menuname("MedicalConsent")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=175;
	aI("text=Dead End");
}
with(milonic=new menuname("CosmeticConsent")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=175;
	aI("text=Dead End");
}
/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>     SUB-SUB  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */
with(milonic=new menuname("PostProcedure")){
	style=menuStyle1;
	orientation="vertical";
	itemwidth=120;
	aI("text=Biopsy &ndash; Shave;url=shave_biopsy.php");
	aI("text=Biopsy &ndash; Punch;url=punch_biopsy.php");
	aI("text=Cryosurgery;url=cryosurgery.php");
	aI("text=Electrodessication and Curettage (ED&C);url=electrodessication_and_curettage.php");
	aI("text=Wound Care;showmenu=WoundCare");
}
/* ------------------------------------------------------------------------- *\
 * >>>>>>>>>>>>>>>>>>>>>>>>     SUB-SUB-SUB  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<<< *
\* ------------------------------------------------------------------------- */
with(milonic=new menuname("WoundCare")){
	style=menuStyle2;
	orientation="vertical";
	itemwidth=120;
	aI("text=Excision with sutures (stitches);url=lib/forms/Wound_Care_Instructions_with_sutures10-07.pdf");
	aI("text=Open-granulating without sutures (Shave biopsy and ED&C);url=lib/forms/Wound_Care_Instructions10-07.pdf");
/*	aI("text=Cryosurgery (Liquid Nitrogen);url=cryosurgery.xxx");
	aI("text=Cyst;url=cyst.xxx"); */
}
drawMenus();
