<!-- 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%" background="Picts/menu-background.gif" bgcolor="#FFFFFF" ><tr><td align="'+menu_side+'">');
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="Home.html" class="menu">Home</a>');

document.write('</td><td nowrap>');
document.write('<a href="Service.htm" class="menu">Services</a>');

document.write('</td><td nowrap>');
document.write('<a href="About.htm" class="menu">About Dr. Dennis</a>');


document.write('</td><td nowrap>');
document.write('<a href="Fees_and_Insurance.html" class="menu">Fees & Insurance</a>');


document.write('</td><td nowrap>');
document.write('<a href="News.htm" class="menu">News</a>');


document.write('</td><td nowrap>');
document.write('<a href="Gallery.html" class="menu">Gallery</a>');


document.write('</td><td nowrap>');
document.write('<a href="Links.htm" class="menu">Links</a>');


document.write('</td><td nowrap>');
document.write('<a href="Careers.htm" class="menu">Careers</a>');


document.write('</td><td nowrap>');
document.write('<a href="Contact.htm" class="menu">Contact</a>');


// COPY AND PASTE THE NEXT 2 LINES TO ADD A NEW LINK //





// 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 -->
