﻿
/*
Milonic DHTML Menu - JavaScript Website Navigation System.
Copyright 2004 (c) Milonic Solutions Limited. All Rights Reserved.
Version 5+ Data File structure is the property of Milonic Solutions Ltd and must only be used in Milonic DHTML Products
This is a commercial software product, please visit http://www.milonic.com/ for more information.
See http://www.milonic.com/license.php for Commercial License Agreement
All Copyright statements must always remain in place in all files at all times
*******  PLEASE NOTE: THIS IS NOT FREE SOFTWARE, IT MUST BE LICENSED FOR ALL USE  ******* 
*/

_menuCloseDelay=500           // The time delay for menus to remain visible on mouse out
_menuOpenDelay=150            // The time delay before menus open on mouse over
_subOffsetTop=10              // Sub menu top offset
_subOffsetLeft=-10            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#DFB788";
oncolor="#0067ac";
offbgcolor="#DFB788";
offcolor="#ffffff";
padding=5;
menuwidth="80%";
menuheight="50%"
fontsize="90%";
fontstyle="normal";
fontweight="bold";
fontfamily="Verdana";
separatorcolor="#DFB788"
separatorsize="20"
pagecolor="#0067ac";
outfilter="randomdissolve(duration=0.3)";
}
with(menuStyle1=new mm_style()){
align='left';
onbgcolor="#BBDDFF";
oncolor="#000000";
offbgcolor="#EA9A65";
offcolor="#ffffff";
padding=5;
menuwidth="100%";
menuheight="50%"
fontsize="80%";
fontstyle="normal";
fontfamily="Verdana";
pagecolor="#0067ac";
pagebgcolor="#d2ecec";
headercolor="#7B7B73";
headerbgcolor="#ffffff";
outfilter="randomdissolve(duration=0.3)";
}

with(milonic=new menuname("Samples")){
style=menuStyle1;
aI("text=VI Peel;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/vi_peel.html;");
aI("text=CO<sub>2</sub> Laser “DOT Therapy”;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/dot_therapy.html;");
aI("text=Variable Pulse Light Therapy;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/variable_pulse_light_therapy.html;showmenu=vpl;");
aI("text=Microdermabrasion;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/microdermabrasion.html;showmenu=micro;");
aI("text=Chemical Peel;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/chemical_peel.html;");
aI("text=Micropeel;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/chemical_peel.html;");
aI("text=DermaWave/Cellulite Therapy;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/derma_wave_cellulite_reduction.html;");
aI("text=Botox<sup>®</sup>;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/botox.html;");
aI("text=Dermal Fillers;target=_parent;sourceframe=main;showmenu=fillers;");
aI("text=Skin Care;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/skin_care.html;");
aI("text=Massage Therapy;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/massage_therapy.html;");
}
with(milonic=new menuname("micro")){
style=menuStyle1;
aI("text=Crystal-Free Microdermabrasion;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/crystal_free.html;");
aI("text=Infusion Peels;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/infusion.html;");
aI("text=The 3-In-One Advantage;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/3_in_one.html;");
}
with(milonic=new menuname("vpl")){
style=menuStyle1;
aI("text=Hair Removal;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/hair_removal.html;");
aI("text=Skin Rejuvenation;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/skin_rejuvenation.html;");
}
with(milonic=new menuname("fillers")){
style=menuStyle1;
aI("text=Juved&eacute;rm<sup>®</sup>;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/fillers.html;");
aI("text=Radiesse<sup>®</sup>;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/radiesse.html;");
}
with(milonic=new menuname("contact")){
style=menuStyle1;
aI("text=Dr. Rogers Rejuvenescence MedSpa;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/contact.html;");
aI("text=Dr. Rogers Wellness and Weight Loss;target=_blank;sourceframe=main;url=http://drrogerswellnessandweightloss.com;");
}
with(milonic=new menuname("practice")){
style=menuStyle1;
aI("text=About Dr. Rogers & Staff;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/staff.html;");
aI("text=Dr. Diana;target=_parent;sourceframe=main;url=http://drrogersmedspa.com/dr_diana.html;");
}

drawMenus();



