<!-- 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('Projects:<br>');

document.write('</span>');
document.write('<hr class="page-splits" style="width: 110px;"><br>');



document.write('<a href="Power-Plant-Industrial-Community-Noise.html"><img src="gallery/Power1_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Power Case Studies</a><br><br>');


document.write('<a href="Sample-Noise-Control-Power-Projects.html"><img src="gallery/Power2_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Power Project List</a><br><br>');


document.write('<a href="Recycle-Landfill-Noise.html"><img src="gallery/Recycle_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Landfill and Recycling Projects</a><br><br>');


document.write('<a href="Florida-Noise-Control-Planes-Trains-Traffic.html"><img src="gallery/Traffic_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Planes, Trains, Automobile Noise</a><br><br>');

document.write('<a href="Industrial-Commercial-Noise.html"><img src="gallery/Commercial_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Commerical/Industrial Projects</a><br><br>');

document.write('<a href="LocalProjects.html"><img src="gallery/Residential_Button.jpg" border="0" class="Galborder" width="75" height="50"><br>');
document.write('Residential Projects</a><br><br>');




// COPY THE NEXT 2 LINES AND PASTE TO ADD ANOTHER GALLERY IMAGE



//document.write('<a href="gallery3.htm"><img src="gallery/gallery3-1.jpg" border="0" class="Galborder" width="75" height="50"><br>');
//document.write('Projects Three</a><br><br>');








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 -->