
/*
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=-0       // Sub menu top offset
_subOffsetLeft=-0            // Sub menu left offset



with(menuStyle=new mm_style()){
onbgcolor="#18306B";
oncolor="#ffffff";
offbgcolor="#B6BED6";
offcolor="#000000";
bordercolor="#94A6C6";
borderstyle="solid";
borderwidth=0;
separatorcolor="#18306B";
separatorsize="1";
padding=2;
fontsize="85%";
fontstyle="bold";
fontfamily="Verdana, Tahoma, Arial";
pagecolor="black";
pagebgcolor="#B6BED6";
headercolor="#B6BED6";
headerbgcolor="#B6BED6";
subimage="arrow.gif";
subimagepadding="2";
overfilter="Fade(duration=0.2);Alpha(opacity=100);Shadow(color='#000000', Direction=135, Strength=5)";
outfilter="randomdissolve(duration=0.3)";
}


with(milonic=new menuname("Main Menu")){
style=menuStyle;
top=124;
left=100;
alwaysvisible=1;
orientation="horizontal";
aI("text=Home;url=http://www.prevention.md/index2.htm;showmenu=Home;");
aI("text=Vidalia Medical Associates Home;url=vma/vma_home.htm;showmenu=VMA;");
aI("text=The Endoscopy Center Home;url=ecsg/ecsg_home.htm;showmenu=Endoscopy;");
}

with(milonic=new menuname("Home")){
style=menuStyle;
overflow="scroll";
aI("text=About Us;url=sgdpc_about_us.htm;");
aI("text=Meet Our Staff;showmenu=Staff;");
aI("text=Business Office;url=sgdpc_business_office.htm;");
aI("text=Lab;url=sgdpc_lab.htm;");
aI("text=Billing & Insurance;url=sgdpc_billing_&_insurance.htm;");
aI("text=News & Community/TV46 Schedule;url=sgdpc_news_&_community.htm;");
aI("text=Directions to our Office;url=sgdpc_directions.htm;");
aI("text=Patient Forms;url=sgdpc_patient_forms.htm;");
aI("text=Patient Library;url=sgdpc_patient_library.htm;");
aI("text=Electronic Medical Records;url=sgdpc_electronic_medical_records.htm;");
aI("text=Search This Site;url=http://www.prevention.md/searchpro/index.php;");
aI("text=Contact Us;url=sgdpc_contact_us.htm;");
aI("text=Disclaimer;url=sgdpc_disclaimer.htm;");
}

with(milonic=new menuname("Staff")){
style=menuStyle;
aI("text=Meet Our Physicians;url=sgdpc_meet_the_physicians.htm;");
aI("text=Meet Our Employees;url=sgdpc_meet_our_employees.htm;");
}

with(milonic=new menuname("Endoscopy")){
style=menuStyle;
aI("text=Make an Appointment;url=ecsg/ecsg_make_an_appointment.htm;");
aI("text=About Us;showmenu=About Us;");
aI("text=Patient Education;url=ecsg/ecsg_patient_education_library.htm;");
aI("text=Procedures;url=ecsg/ecsg_procedures.htm;");
aI("text=Contact Us;url=ecsg/ecsg_contact_us.htm;");
aI("text=FAQ;url=ecsg/ecsg_FAQ.htm;");
}

with(milonic=new menuname("VMA")){
style=menuStyle;
aI("text=Make an Appointment;url=vma/vma_make_an_appointment.htm;");
aI("text=Ultrasound & Vascular Imaging;url=vma/vma_ultra_&_vascu_imaging.htm;");
aI("text=Cardiac Lab;url=vma/vma_cardiac_lab.htm;");
aI("text=Cardiopulmonary / Radiology;url=vma/vma_cardiopulmonary_radiology.htm;");
aI("text=GI Lab;url=vma/vma_gi_lab.htm;");
aI("text=Triage;url=vma/vma_triage.htm;");
aI("text=538-TEST;url=vma/vma_538test.htm;");
aI("text=Patient Education;url=vma/vma_patient_education.htm;");
}

with(milonic=new menuname("About Us")){
style=menuStyle;
aI("text=Ronnie R. Smith, M.D.;url=ecsg/ecsg_ronnie_r_smith_md.htm;");
aI("text=About Us;url=ecsg/ecsg_about_us.htm;");
}

drawMenus();


