<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

// USE lowercase FOR ALL OPTIONS ONLY

var showimage1		= "yes"		//  SHOW FIRST SIDEBAR IMAGE
var showimage2		= "yes"		//  SHOW SECOND SIDEBAR IMAGE
var showimage3		= "no"		//  SHOW THIRD SIDEBAR IMAGE
var linkstop 		= "no" 		//  START LINKS AT THE VERY TOP


document.write('<DIV id="menulocation">');
document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="154"><tr><td class="menutrans">');
   if (linkstop == "no") {
document.write('<img src="/picts/menu-top.gif" width="154" height="70"><br>');
}
// START LINKS //
document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/about.htm" class="menu">About Us</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/cleanroom.htm" class="menu">Cleanroom Laminating</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/product.htm" class="menu">Products</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/productperf.htm" class="menu">Product Performance</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/pdf.asp" class="menu">PDF Documents</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/news/default.asp" class="menu">News</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=1" class="menu">IMD</a>');

document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=2" class="menu">Insert Molding</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=3" class="menu">Extrusion Lamination</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=4" class="menu">Thick Sheet</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=5" class="menu">Bright Film</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=6" class="menu">Performance</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/newGallery/gallery.asp?id=7" class="menu">Metal Fabrication</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="/supportDocs/default.asp" class="menu">Support Documents</a>');


// document.write('</td></tr><tr><td nowrap>');
// document.write('<a href="/salesdocs/default.asp" class="menu">Sales Documents</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/maps.htm" class="menu">Map and Directions</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/contact.htm" class="menu">Contact</a>');


document.write('</td></tr><tr><td nowrap>');
document.write('<a href="/index.html" class="menu">Home</a>');

// COPY AND PASTE THE ABOVE TWO LINES TOO ADD A NEW LINK //

// END LINKS //
//document.write('</td></tr><tr><td>');
//document.write('<img src="/picts/menu-bottom.gif" width="154" height="34"><br>');

//document.write('</td></tr><tr><td align="center">');

// START MENU IMAGES

 //  if (showimage1 == "yes") {
document.write('<a href="/SEOE3Apr07PaintFilms.mp3"><img src="/eoe.jpg" width="154" height="154" border="0"></a><br><br>');
//}
   if (showimage2 == "yes") {
document.write('<br><br><img src="/picts/films.gif" width="100" height="100" border="0"></a><br><br>');
}
   if (showimage3 == "yes") {
document.write('<img src="/picts/mirror.jpg" width="100" height="100" border="0"></a><br><br>');
}
document.write('</td></tr></table></DIV>');

//  End -->