 <!-- Begin
 
// the new Flash Menu //
 
document.write('<table width="100%" border="0" cellspacing="0" cellpadding="0" bgcolor="#0066FF">');
document.write('  <tr>');
document.write('  <td><object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="770" height="30" align="right">');
document.write(' <param name="movie" value="FlashMenu.swf">');
document.write(' <param name="quality" value="high">');
document.write(' <embed src="FlashMenu.swf" width="770" height="30" align="right" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed></object></td>');
document.write('  </tr>');
document.write('</table> ');

// the old menu:


<!-- NOTE: If you use a ' add a slash before it like this \' -->
/*


document.write('<TABLE cellpadding=0 cellspacing=0 border=0 WIDTH="100%" background="picts/background-menu.gif"><tr><td WIDTH="90%">');
document.write('<img src="picts/spacer.gif" width="20" height="23"></a><br>');
document.write('</td><form action="about.htm"><td>');
document.write('<input type="submit" value="About Us" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="services.htm"><td>');
document.write('<input type="submit" value="Services" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="newpatients.htm"><td>');
document.write('<input type="submit" value="New Patients" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="testimonials.htm"><td>');
document.write('<input type="submit" value="Testimonials" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

<!-- COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK -->
document.write('</td></form><form action="articles.htm"><td>');
document.write('<input type="submit" value="Health Articles" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');

document.write('</td></form><form action="contact.htm"><td>');
document.write('<input type="submit" value="Contact" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><form action="index.html"><td>');
document.write('<input type="submit" value="Home" onmouseover="this.className=\'buttonon\'" onmouseout="this.className=\'button\'" class="button"><br>');
document.write('</td></form><td>');
document.write('<img src="picts/spacer.gif" width="10" height="23"></a><br>');
document.write('</td></tr></table>');

*/



//  End -->