<!--
/*
Copyright © MaXimuS 2000-2001, All Rights Reserved.
Site: http://www.absolutegb.com/maximus
E-mail: maximus@nsimail.com
Version: 6.3 (NS6 compatibility + NS4 x-axis scroll bar fix)
*/
// Permission granted to SimplytheBest.net to feature script in its 
// DHTML script collection at http://simplythebest.net/info/dhtml_scripts.html

YOffset=182; // no quotes!!
staticYOffset=20; // no quotes!!
slideSpeed=20 // no quotes!!
waitTime=3600; // no quotes!! this sets the time the menu stays out for after the mouse goes off it.
menuBGColor="black";
menuIsStatic="yes";
menuWidth=290; // Must be a multiple of 10! no quotes!!
hdrFontFamily="arial, sans serif";
hdrFontSize="3";
hdrFontColor="#ffffff";
hdrBGColor="gray";
hdrAlign="left";
hdrVAlign="center";
hdrHeight="20";
linkFontFamily="Verdana";  
linkFontSize="3";
linkBGColor="#669966";
linkOverBGColor="#FF33CC";
linkTarget="_top";
linkAlign="Left";
barBGColor="#CC3300";
barFontFamily="arial, sans serif";
barFontSize="3";
barFontColor="#ffffff";
barVAlign="center";
barWidth=22; // no quotes!! vertical menu bar

startMenu("Menu", "M E N U")
addItem("Home Page", "index.htm", "");
addItem("Our Staff", "our_staff.htm", "");
addHdr("Patient Services");
addItem("Welcome Package", "new_patient_welcome_package.htm", "");
addItem("Online Forms", "Treatment_history.htm", "");
addItem("Prescription Refills", "refills.htm", "");
addItem("Appointments", "appointments.htm", "");
addItem("Office Hours and Location", "Office_Hours_and_Location.htm", "");
addHdr("Patient Education");
addItem("Educational Topics", "education.htm", "");
addItem("Web Links", "web_links.htm", "");
addHdr("Contact us");
addItem("General Questions / Information", "contact_us.htm", "");
addItem("Suggestions / Comments", "contact_us.htm", "");
addHdr("News");
addItem("ADN May 30, 2006", "http://www.adn.com/life/story/7315275p-7227077c.html", "");
endMenu()

//-->