<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'



var menu_side	="right"	// MENU LEFT, RIGHT OR CENTER



document.write('<table cellpadding="0" cellspacing="0" border="0" WIDTH="100%" class="printhide"><tr><td align="'+menu_side+'" class="menu-background">');
document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td>');
document.write('<img src="picts/spacer.gif" width="10" height="21"></a><br>');


// START LINKS //

document.write('</td><td nowrap>');
document.write('<a href="about.html" class="menu">About Us</a>');


document.write('</td><td nowrap>');
document.write('<a href="physicians_gallery1.html" class="menu">Physicians</a>');


document.write('</td><td nowrap>');
document.write('<a href="locations.html" class="menu">Locations &amp; Hours</a>');


document.write('</td><td nowrap>');
document.write('<a href="office.html" class="menu">Business Office</a>');

document.write('</td><td nowrap>');
document.write('<a href="payment.html" class="menu">Online Payment</a>');

document.write('</td><td nowrap>');
document.write('<a href="faq.html" class="menu">FAQ</a>');

document.write('</td><td nowrap>');
document.write('<a href="links.html" class="menu">Helpful Links</a>');


document.write('</td><td nowrap>');
document.write('<a href="contact.html" class="menu">Contact</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://www.myappt.net/webschedule.aspx\?IMS/" class="menu" onclick="window.open(this.href)\; return false\;" onkeypress="window.open(this.href)\; return false\;">Physician\'s Login</a>');

document.write('</td><td nowrap>');
document.write('<a href="sitemap.html" class="menu">Sitemap</a>');

document.write('</td><td nowrap>');
document.write('<a href="legal.html" class="menu">Legal</a>');

document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


// END LINK BUTTONS //


document.write('</td><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="10" height="21"></a><br>');
document.write('</td></tr></table>');
document.write('</td></tr></table>');

//  End -->
