<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// GALLERY MENU LINKS



var topspacing		= "30"		// NUDGE GALLERY MENU DOWN
var sidewidth		= "150"		// GALLERY MENU WIDTH




document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');
document.write('<hr class="page-splits" style="width: 110px;">');
document.write('<span class="picturetitle">');

document.write('PRODUCTS:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');





document.write('<a href="econocovers.htm"><img src="gallery/gallery1-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Econo Covers</a><br><br>');

document.write('<a href="econostrips.htm"><img src="gallery/gallery2-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Econo Strips</a><br><br>');

document.write('<a href="fcd.htm"><img src="gallery/gallery2-5.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Secondary Doors</a><br><br>');


document.write('<a href="coolerdoors.htm"><img src="gallery/gallery3-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Cooler Doors</a><br><br>');

document.write('<a href="ecube.htm"><img src="gallery/ecube menu.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('eCube by Eliason</a><br><br>');

document.write('<a href="accessories.htm"><img src="gallery/gallery2-2.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Parts & Installation</a><br><br>');

// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE








document.write('<hr class="page-splits" style="width: 110px;"><br>');
document.write('<img src="picts/spacer.gif" height="1" width="125" border="0" alt="image"><br>');

// END -->