﻿
/*
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="#00AFAA";
oncolor="#FFFFFF";
offbgcolor="#00AFAA";
offcolor="#ffffff";
padding=5;
fontsize="75%";
fontstyle="normal";
fontfamily="Verdana, Tahoma, Arial";
subimageposition="center";
ondecoration="underline";
separatorcolor="#ffffff"
separatorsize="0"
pagecolor="black";
pagebgcolor="#00afaa";
headercolor="#000000";
headerbgcolor="#ffffff";
overfilter="Fade(duration=0.2);Alpha(opacity=90);Shadow(color='#777777', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=233;
left=260;
alwaysvisible=1;
orientation="horizontal";
aI("image=Nava/1.gif;overimage=Nava/1roll.gif;url=http://www.alamoheightspediatricdentistry.com/Doctor.html;showmenu=Samples;");
aI("image=Nava/2.gif;overimage=Nava/2roll.gif;url=http://www.alamoheightspediatricdentistry.com/FirstVisit.html;showmenu=PDF;");
aI("image=Nava/3.gif;overimage=Nava/3roll.gif;showmenu=Milonic;url=http://www.alamoheightspediatricdentistry.com/DentalHealth.html;");
aI("image=Nava/4.gif;overimage=Nava/4roll.gif;url=http://www.alamoheightspediatricdentistry.com/DentalAnxiety.html;");
aI("image=Nava/5.gif;overimage=Nava/5roll.gif;url=http://www.alamoheightspediatricdentistry.com/Emergency.html;");
aI("image=Nava/6.gif;overimage=Nava/6roll.gif;url=http://www.alamoheightspediatricdentistry.com/Office.html;");
}

with(milonic=new menuname("Samples")){
style=menuStyle;
aI("text=Meet the Staff;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/Staff.html;");
}

with(milonic=new menuname("Milonic")){
style=menuStyle;
aI("text=About Teeth;target=_parent;sourceframe=main;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/AboutTeeth.html;");
aI("text=Fun and Games;target=_parent;sourceframe=main;target=_parent;sourceframe=blank;url=http://www.alamoheightspediatricdentistry.com/Games.html;");
}

with(milonic=new menuname("PDF")){
style=menuStyle;
aI("text=Insurance Form;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/AHPDInsuranceForm.pdf;");
aI("text=Medical History Form;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/PatientMedicalHistory.pdf;");
aI("text=Appointment Authorization Form;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/Appointment_Authorization.pdf;");
aI("text=6 Month Recall Form;target=_parent;sourceframe=main;url=http://www.alamoheightspediatricdentistry.com/6_month_recall_form.pdf;");
}

drawMenus();

