<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

var sPath = window.location.pathname;
//var sPage = sPath.substring(sPath.lastIndexOf('\\') + 1);
var sPage = sPath.substring(sPath.lastIndexOf('/') + 1);
//alert(sPage);

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="top-menu-area">');
//document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" class="search-font">');
document.write('<tr><td align="right" nowrap>');

//document.write(' | ');


//document.write(' (Click center button to discontinue music)');

//document.write('<img src="picts/spacer.gif" height="5" width="1" border="0">');


//document.write('<a href="Google" class="menu-top">Google</a> | ');


// NOTE: COPY AND PASTE THE NEXT LINE TO MAKE A NEW LINK

document.write('<a href="appointment.php" class="menu-top">Schedule an Appointment</a> | ');

document.write('<a href="contact.php" class="menu-top">Contact Us</a> | ');


//document.write('<a href="diseases.htm" class="menu-top">Common Dental Diseases</a> | ');


//document.write('<a href="afford.htm" class="menu-top">Finance Options</a> | ');


//document.write('<a href="http://www.surveymonkey.com/s.aspx?sm=9g8kiOH5GqaPmlFgYLz7xA_3d_3d" class="menu-top">Practice Survey</a> | ');


document.write('<a href="resources.htm" class="menu-top">Favorite Links</a> |  ');


//document.write('<a href="site_map.htm" class="menu-top">Site Map</a> | ');

if ((sPage == "index.html" ) || ( sPage == "" )) {
document.write('<font = "#999999"><b> (Click center button to discontinue music)&nbsp; &nbsp; </b></font><embed height="16" width="50" src="misty.mov" pluginspage="http://www.apple.com/quicktime/download/" volume="20" type="video/quicktime" controller="true" autoplay="true">');
} else {
document.write('<img src="picts/spacer.gif" height="18" width="1" border="0">');
}

document.write('  ');

// END MENU LINKS


document.write('</td></tr></table>');



//  End -->