function printMenu(mypage) {
document.write('<div style="position: absolute; top: 5px; left: 145px">');
document.write('<table cellpadding=0 cellspacing=0 border=0 width=230 height=105>');
if (mypage=='home') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-home2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="index.html"><img src="images/menu-home0.gif" onMouseOver="this.src=\'images/menu-home1.gif\'" onMouseOut="this.src=\'images/menu-home0.gif\'" alt="" width=37 height=10 border=0></a></td></tr>') }
if (mypage=='lettercutting') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-lettercutting2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="lettercutting.html"><img src="images/menu-lettercutting0.gif" onMouseOver="this.src=\'images/menu-lettercutting1.gif\'" onMouseOut="this.src=\'images/menu-lettercutting0.gif\'" alt="" width=84 height=13 border=0></a></td></tr>') }
if (mypage=='sculpture') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-sculpture2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="sculpture.html"><img src="images/menu-sculpture0.gif" onMouseOver="this.src=\'images/menu-sculpture1.gif\'" onMouseOut="this.src=\'images/menu-sculpture0.gif\'" alt="" width=63 height=13 border=0></a></td></tr>') }
if (mypage=='tiles') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-tiles2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="tiles.html"><img src="images/menu-tiles0.gif" onMouseOver="this.src=\'images/menu-tiles1.gif\'" onMouseOut="this.src=\'images/menu-tiles0.gif\'" alt="" width=74 height=11 border=0></a></td></tr>') }
if (mypage=='masonry') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-masonry2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="masonry.html"><img src="images/menu-masonry0.gif" onMouseOver="this.src=\'images/menu-masonry1.gif\'" onMouseOut="this.src=\'images/menu-masonry0.gif\'" alt="" width=146 height=13 border=0></a></td></tr>') }
if (mypage=='gallery') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-gallery2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="gallery.html"><img src="images/menu-gallery0.gif" onMouseOver="this.src=\'images/menu-gallery1.gif\'" onMouseOut="this.src=\'images/menu-gallery0.gif\'" alt="" width=88 height=13 border=0></a></td></tr>') }
if (mypage=='contact') { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><img src="images/menu-contact2.gif"></td></tr>') }
else { document.write('<tr valign=top><td><img src="images/mask.gif" alt="" width=15 height=15 border=0></td><td><a href="cgi-bin/contact.cgi"><img src="images/menu-contact0.gif" onMouseOver="this.src=\'images/menu-contact1.gif\'" onMouseOut="this.src=\'images/menu-contact0.gif\'" alt="" width=72 height=10 border=0></a></td></tr>') }
document.write('</table>');
document.write('</div>');

document.write('<div style="position: absolute; top: 0px; left: 0px; visibility: visible">');
document.write('<img src="images/ducks.gif" alt="" width=128 height=152 border=0>');
document.write('</div>');

document.write('<div style="position: absolute; top: 30px; left: 310px">');
document.write('<img src="images/logo.png" alt="" width=252 height=42 border=0 class=pngclear>');
document.write('</div>');

document.write('<table cellpadding=0 cellspacing=0 border=0 width=100% background="images/top2.jpg">');
document.write('<tr valign=top height=111>');
document.write('<td width=123><img src="images/mask.gif" alt="" width=123 height=111 border=0></td>');
document.write('<td width=230><img src="images/top1.jpg" alt="" width=230 height=111 border=0></td>');
document.write('<td align=right><img src="images/top3.jpg" alt="" width=340 height=111 border=0></td>');
document.write('</tr>');
document.write('</table>');
}
