document.write('<tr bgcolor="#FFFFFF">');
document.write('<td background="a1.jpg" height="30" id="cellA" width="175" onmouseover="changeIMG(\'a2.jpg\', this.id);" ');
document.write('onmouseout="changeIMG(\'a1.jpg\', this.id);">');
document.write('<a class="first" href="index.html">&nbsp;&nbsp;Home</a></td>');
document.write('</tr>');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td background="a1.jpg" height="30" id="cellB" width="175" onmouseover="changeIMG(\'a2.jpg\', this.id);" ');
document.write('onmouseout="changeIMG(\'a1.jpg\', this.id);">');
document.write('<a class="first" href="about.html">&nbsp;&nbsp;About</a></td>');
document.write('</tr>');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td background="a1.jpg" height="30" id="cellC" width="175" onmouseover="changeIMG(\'a2.jpg\', this.id);" ');
document.write('onmouseout="changeIMG(\'a1.jpg\', this.id);">');
document.write('<a class="first" href="distributors.html">&nbsp;&nbsp;Distributors</a></td>');
document.write('</tr>');
document.write('<tr bgcolor="#FFFFFF">');
document.write('<td background="a1.jpg" height="30" id="cellD" width="175" onmouseover="changeIMG(\'a2.jpg\', this.id);" ');
document.write('onmouseout="changeIMG(\'a1.jpg\', this.id);">');
document.write('<a class="first" href="mailto:scott.r.flack@gmail.com?subject=Purlow">&nbsp;&nbsp;Contact</a></td>');
document.write('</tr>');
