// JavaScript Document
with(milonic=new menuname("Main Menu")){
style=menuStyle;
alwaysvisible=1;

orientation="horizontal";
aI("text=About Us;url=http://www.drtoler.com/aboutus.html;showmenu=aboutus;");
aI("text=Eye Health;url=http://www.drtoler.com/health.html;showmenu=eyehealth;");
aI("text=Eye Wear;url=http://www.drtoler.com/eyewear.html;showmenu=eyewear;");
aI("text=Eye Links;url=http://www.drtoler.com/eyelinks.html;");
aI("text=Home;url=http://www.drtoler.com/index.html;");
}

with(milonic=new menuname("aboutus")){
style=menuStyle1;
overflow="scroll";
aI("text=Directions;url=http://www.drtoler.com/directions.html");
aI("text=Appointments;url=http://www.drtoler.com/appointments.html");
aI("text=Contact Us;url=http://www.drtoler.com/contactus.html");
}

with(milonic=new menuname("eyehealth")){
style=menuStyle1;
overflow="scroll";
aI("text=Children;url=http://www.drtoler.com/children.html");
aI("text=Vision Therapy;url=http://www.drtoler.com/VT/index.html;showmenu=visiontherapy;");
aI("text=Motion Sickness;url=http://www.drtoler.com/motionsickness.html");
aI("text=Dry Eyes;url=http://www.drtoler.com/dryeyes.html");
aI("text=Glaucoma;url=http://www.drtoler.com/glaucoma.html");
aI("text=ARMD;url=http://www.drtoler.com/armd.html");
}

with(milonic=new menuname("visiontherapy")){
style=menuStyle1;
overflow="scroll";
aI("text=Convergence Insufficiency;url=http://www.drtoler.com/VT/convergence_insufficiency.html");
aI("text=Parent Center;url=http://www.drtoler.com/VT/index.html#Anchor01");
aI("text=Teachers Center;url=http://www.drtoler.com/VT/index.html#Anchor02");
aI("text=Testimonials;url=http://www.drtoler.com/VT/index.html#Anchor03");
aI("text=Computers and Eyestrain;url=http://www.drtoler.com/VT/index.html#Anchor04");
aI("text=Traumatic Brain Injury;url=http://www.drtoler.com/VT/index.html#Anchor05");
}

with(milonic=new menuname("eyewear")){
style=menuStyle1;
overflow="scroll";
aI("text=Glasses;url=http://www.drtoler.com/glasses/index.html");
aI("text=Contact Lenses;url=http://www.drtoler.com/CL/index.html;showmenu=orthokeratology;");
}

with(milonic=new menuname("orthokeratology")){
style=menuStyle1;
overflow="scroll";
aI("text=Ortho-K Lenses;url=http://www.drtoler.com/CL/orthokeratology.html");
}

drawMenus();
