
_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=-5		// Sub menu left offset

with(menuStyle=new mm_style()) {
	borderwidth=0;
	menubgimage="includes/images/nav_menu.jpg";
}

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


/*	STYLE for Procedures Menu
*/
with(menuStyleProcedures=new mm_style()) {
	oncolor="#FFFFFF";
	offcolor="#FFD0A0";
	onbgcolor="#B74928";
	offbgcolor="#951C00";
	bordercolor="#FFD0A0";
	borderstyle="solid";
	borderwidth=1;
	separatorsize=1;
	separatorpadding=0;
	separatorcolor="#FFD0A0";
	separatorwidth=3;
	padding=7;
	fontsize=11;
	fontweight='bold';
	fontfamily="Tahoma, Arial, Helvetica, sans-serif";
	pagebgcolor="#B74928";
	subimage="";
	subimagepadding=4;
	overfilter="Fade(duration=0.3);Alpha(opacity=90)";
	outfilter="Fade(duration=0.3)";
}

/*	STYLE for Sub-Procedures Menu
*/
with(menuStyleSub=new mm_style()) {
	oncolor="#FFFFFF";
	offcolor="#FFD0A0";
	onbgcolor="#B74928";
	offbgcolor="#951C00";
	bordercolor="#FFD0A0";
	borderstyle="solid";
	borderwidth=1;
	separatorsize=1;
	separatorpadding=2;
	separatorcolor="#FFD0A0";
	separatorwidth=180;
	padding=4;
	fontsize=11;
	fontfamily="Tahoma, Arial, Helvetica, sans-serif";
	pagebgcolor="#B74928";
	subimage="";
	subimagepadding=4;
	overfilter="Fade(duration=0.3);Alpha(opacity=90)";
	outfilter="Fade(duration=0.3)";
}

/*	STYLE for About Menu
*/
with(menuStyleAbout=new mm_style()) {
	oncolor="#FFFFFF";
	offcolor="#FFD0A0";
	onbgcolor="#B74928";
	offbgcolor="#951C00";
	bordercolor="#FFD0A0";
	borderstyle="solid";
	borderwidth=1;
	separatorsize=1;
	separatorpadding=1;
	separatorcolor="#FFD0A0";
	separatorwidth=120;
	padding=4;
	fontsize=11;
	fontfamily="Tahoma, Arial, Helvetica, sans-serif";
	pagebgcolor="#B74928";
	subimage="";
	subimagepadding=4;
	overfilter="Fade(duration=0.3);Alpha(opacity=90)";
	outfilter="Fade(duration=0.3)";
}


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

/*	Procedures Menu
*/
with(milonic=new menuname("Procedures")){
	style=menuStyleProcedures;
	orientation="horizontal";
//	margin=2;
	itemwidth=180;
//	overflow="scroll";
	aI("text=&nbsp;AESTHETICIAN SERVICES&nbsp;showmenu=Aesthetician;");
	aI("text=&nbsp;NON SURGICAL PROCEDURES&nbsp;showmenu=NonSurgical;");
	aI("text=&nbsp;SURGICAL PROCEDURES&nbsp;showmenu=Surgical;");
}

/*	About Our Practice Menu
 *  There's no such page as platis_newsroom.php !! ??
 *	Contact Information is Redundant
 */
with(milonic=new menuname("About")){
	style=menuStyleAbout;
	aI("text=Meet the Doctor;url=platis.php");
	aI("text=Meet the Staff;url=staff.php");
//	aI("text=Newsroom;url=platis_newsroom.php");
	aI("text=Location;url=chicago_location.php");
//	aI("text=Contact Information;url=chicago_location.php");
	aI("text=Privacy Policies;url=privacy.php");
}


/* ----------------------------------------------------------------------------
  >>>>>>>>>>>>>>>>>>>>>>>>>>>     SUB  MENUS    <<<<<<<<<<<<<<<<<<<<<<<<<<<<<
---------------------------------------------------------------------------- */

/*	Aesthetician Services Sub-Menu
*/
with(milonic=new menuname("Aesthetician")){
	style=menuStyleSub;
//	left=165;
//	top=110;
//	itemwidth=220;
	aI("text=Facials;url=pr_facials.php");
//	aI("text=Body Treatments;url=pr_body_treatment.php");
	aI("text=Waxing;url=pr_waxing.php");
//	aI("text=Self tan application;url=pr_self_tan.php");
}

/*	Non-Surgical Procedures Sub-Menu
*/
with(milonic=new menuname("NonSurgical")){
	style=menuStyleSub;
//	overflow="scroll";
//	left=373;
//	top=110;
//	itemwidth=220;
	aI("text=Botox Treatments;url=pr_botox.php");
	aI("text=Collagen & Dermalogen Injections;url=pr_collagen.php");
	aI("text=Restylane Injection;url=pr_restylane.php");
	aI("text=Intense Pulsed Light;url=pr_pulsedlight.php");
	aI("text=Spider Vein Treatments;url=pr_spider_vein.php");
	aI("text=Laser Hair Removal;url=pr_hair_removal.php");
	aI("text=Peels;url=pr_peels.php");
	aI("text=Microdermabrasion;url=pr_microdermabrasion.php");
}

/*	Surgical Procedures Sub-Menu
*/
with(milonic=new menuname("surgical")){
	style=menuStyleSub;
//	overflow="scroll";
//	left=580;
//	top=110;
//	itemwidth=220;
	aI("text=Eyelid Surgery (Blepharoplasty);url=pr_blepharoplasty.php");
	aI("text=Brow Lift;url=pr_browlift.php");
	aI("text=Nose Reshaping (Rhinoplasty);url=pr_rhinoplasty.php");
	aI("text=Facelift (Rhytidectomy);url=pr_rhytidectomy.php");
	aI("text=Laser Skin Resurfacing;url=pr_resurfacing.php");
	aI("text=Lip Augmentation;url=pr_lip.php");
	aI("text=Facial Inplants;url=pr_facial_implants.php");
	aI("text=Breast Augmentation;url=pr_breastaugmentation.php");
	aI("text=Breast Lift;url=pr_breastlift.php");
	aI("text=Breast Reduction;url=pr_breastreduction.php");
	aI("text=Tummy Tuck (Abdominoplasty);url=pr_abdominoplasty.php");
	aI("text=Liposuction and Liposculpture;url=pr_liposculpture.php");
}

drawMenus();

