
document.write('<table cellpadding="0" cellspacing="0" border="0" >');
document.write('<tr><td width="110" height"30">');
document.write('<a href="index.html" class="nav" title="Home Page">welcome</a>');

document.write('</td><td width="110" height"30" >');
document.write('<a href="about.html" class="nav"  id="nav2" title="About Us">about us</a>');
             
document.write('</td><td width="110" height"30">');
document.write('<a href="services.html" class="nav" id="nav3" title="Services">services</a>');

document.write('</td><td width="110" height"30">');
document.write('<a href="videos.html" class="nav" id="nav4" title="Educational Videos">videos</a>');

document.write('</td><td width="110" height"30">');
document.write('<a href="postop.html" class="nav" id="nav5" title="Post-Operative Instructions">post-op</a>');

document.write('</td><td width="110" height"30">');
document.write('<a href="links.html" class="nav" id="nav6" title="Links of Interest">links</a> ');

document.write('</td><td width="110" height"30">');
document.write('<a href="contact.asp" class="nav" id="nav7" title="Contact Us">contact us</a>');

document.write('</td></tr></table>');




