<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<DIV id="menulocation" class="printhide">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td>');
document.write('<img src="picts/menu-top.gif" width="154" height="28"><br>');


// COPY AND PASTE THE NEXT TWO LINES TOO ADD A NEW LINK


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="index.html" class="menu">About/Welcome</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="services.htm" class="menu">Services</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="physicians.htm" class="menu">Physicians</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="locations.htm" class="menu">Location</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="insurance.htm" class="menu">Insurance Accepted</a>');

document.write('<img src="picts/menu-top.gif" width="154" height="28"><br>');
document.write('<a href="acontact.htm" class="menu">Request Information</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="http://sunrisepractices.com" class="menu">Home</a>');

document.write('<img src="picts/menu-top.gif" width="154" height="28"><br>');


document.write('</td></tr><tr><td>');
document.write('<img src="picts/menu-bottom.gif" width="154" height="1"></a><br>');
document.write('</td></tr></table></DIV>');

//  End -->