<!-- Begin

// NOTE: If you use a ' add a slash before it like this \'

document.write('<TABLE cellpadding="0" cellspacing="0" border="0" width="100%"><tr><td align="center">');


// FLASH CHANGER OPTIONS

var notes1		= "yes"		// SHOW 1ST NOTES
var notes2		= "yes"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH - ALSO EDIT THE CSS SIDEBAR WIDTH
var pageheight		= "25"		// ADD HEIGHT TO ALL PAGES

var phone		= "no"		// SHOW PHONE NUMBER
var phoneLR		= "right"	// phone LEFT OR RIGHT
var phoneX		= "37"		// phone X LOCATION
var phoneY		= "104"		// phone Y LOCATION


//document.write('<img src="http://www.pcciusa.com/commercial/images/spacer.gif" width="106" height="35" />');
//document.write('<br>');
//document.write('<img src="http://www.pcciusa.com/commercial/images/logo-usgbc.jpg" width="175" height="178" />');
document.write('<br>');
document.write('<br>');
document.write('<br>');

// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('What can you do?<br></legend>');

document.write('<br>Whether you rent or own your building, there are many options for saving on utility bills while solving structural issues. <br><br> <a href="http://www.pcciusa.com/commercial/commercial_why_go_blue.php">Read More</a> <br><br>');

document.write('</fieldset>');
document.write('<br><br>');
}


// 2ND NOTES AREA


   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Commercial Audits <br></legend>');

document.write('<br>An audit of your structure, utility & energy use is a perfect way to establish a base line for the needs and future growth of your company.<br><br> <a href="http://www.pcciusa.com/commercial/commercial_energy-services.php">Read More</a><br><br>');

document.write('</fieldset>');
document.write('<br><br><br>');
}


// START SIDEBAR MENU //
document.write('<a href="http://www.pcciusa.com/commercial/commercial_contact.php"> Questions? Contact Us! </a><br><br>');

document.write('Media Library<br><br>');

document.write('<TABLE cellpadding="0" cellspacing="0" border="0"><tr><td>');


//document.write('<a href="http://www.pcciusa.com/commercial/commercial_green-building-literature.php" class="menuSidebar"> Green Building </a>');


//document.write('<a href="http://www.pcciusa.com/commercial/commercial_energy-literature.php" class="menuSidebar"> Energy Conservation </a>');


document.write('<a href="http://www.pcciusa.com/commercial/commercial_bob-villa_video.php" class="menuSidebar"> Coatings Videos </a>');


document.write('<a href="http://www.pcciusa.com/commercial/commercial_coating-literature.php" class="menuSidebar"> Coatings Brochures </a>');


document.write('</td></tr></table><br>');


// END SIDEBAR MENU //










// START PHONE NUMBER IN TOP MENU

   if (phone == "yes") {
document.write('<div id="phone-location" style="'+phoneLR+': '+phoneX+'px; POSITION: absolute; TOP: '+phoneY+'px" class="menu-note">');

document.write('Call Us! 512-244-7799 or 866-564-0080<br>');

document.write('</div>');
}








// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<IMG SRC="http://www.pcciusa.com/commercial/images/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->
