
<!-- Begin

<!-- NOTE: If you use a ' add a slash before it like this \' -->

document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%" background="picts/background-menu.gif" bgcolor="#C0C0C0"><tr><td>');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td width="25">&nbsp;<br>');

// START LINKS //


document.write('</td><td nowrap>');
document.write('<a href="index.html" class="menu">Home</a>');


document.write('</td><td nowrap>');
document.write('<a href="bathroom.htm" class="menu">Tub & Tile Reglazing</a>');

document.write('</td><td nowrap>');
document.write('<a href="kitchen.htm" class="menu">Kitchen Reglazing</a>');


document.write('</td><td nowrap>');
document.write('<a href="commercial.htm" class="menu">Commercial Bathtub Services</a>');


document.write('</td><td nowrap>');
document.write('<a href="antique.htm" class="menu">Antique Bathtubs</a>');


document.write('</td><td nowrap>');
document.write('<a href="badliner_gallery.htm" class="menu">Bad Bathtub Liners</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="bbmovie.htm" class="menu">Bad Bathtub Liner Movie</a>');


document.write('</td><td nowrap>');
document.write('<a href="gallery.htm" class="menu">Residential Photo Gallery</a>');

document.write('</td><td nowrap>');
document.write('<a href="http://tiletuneup.com" class="menu">Tile Tune-up</a>');

//document.write('</td><td nowrap>');
//document.write('<a href="comgallery.htm" class="menu">Construction Picture Gallery</a>');

document.write('</td><td nowrap>');
document.write('<a href="contact.htm" class="menu">Contact Us</a>');


document.write('</td><td WIDTH="1" bgcolor="#000000"><br>');

document.write('</td></tr></table>');
document.write('</td></tr><tr><td HEIGHT="1" bgcolor="#000000">');
document.write('<IMG SRC="picts/spacer.gif" HEIGHT="1" WIDTH="10" border="0"><BR>');
document.write('</td></tr></table></DIV>');

//  End -->