<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS

var topspacing		= "0"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH

document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

document.write('<a href="led.htm"><img src="http://progpos.com/picts/rsidebar/LED.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('LED</a><br><br>');

document.write('<a href="mirrors.htm"><img src="http://progpos.com/picts/rsidebar/Mirror.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Mirrors</a><br><br>');

document.write('<a href="wire.htm"><img src="http://progpos.com/picts/rsidebar/Metal.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Wire</a><br><br>');

document.write('<a href="urethane.htm"><img src="http://progpos.com/picts/rsidebar/Urethane.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Urethane</a><br><br>');

document.write('<a href="wood.htm"><img src="http://progpos.com/picts/rsidebar/Wood.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Wood</a><br><br>');

document.write('<a href="ceramic.htm "><img src="http://progpos.com/picts/rsidebar/Ceramic.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Ceramic</a><br><br>');

document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->
