<!-- 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		= "no"		// SHOW 1ST NOTES
var notes2		= "no"		// SHOW 2ND NOTES
var sidewidth		= "225"		// SIDEBAR WIDTH		
var pageheight		= "170"		// ADD HEIGHT TO ALL PAGES





// 1ST NOTES AREA

   if (notes1 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can edit this area with your own text or add links or small images here as well. <a href="contact.php">Contact us for more info.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}







// 2ND NOTES AREA

   if (notes2 == "yes") {
document.write('<fieldset><legend>');

document.write('Notes Area<br></legend>');

document.write('You can edit this area with your own text or add links or small images here as well. <a href="contact.php">Contact us for more info.</a><br>');

document.write('</fieldset>');
document.write('<br><br>');
}









// START SIDEBAR MENU //

document.write('<table cellpadding="0" cellspacing="0" border="0"><tr><td><br><br>');


document.write('<a href="awnings.htm" class="menuSidebar">Awnings</a>');


document.write('<a href="canopies.html" class="menuSidebar">Canopies</a>');


document.write('<a href="carports.html" class="menuSidebar">Carports</a>');

document.write('<a href="retractables.html" class="menuSidebar">Retractables</a>');

document.write('<a href="shade.html" class="menuSidebar">Shade Structures</a>');


document.write('<a href="gazebos.htm" class="menuSidebar">Cabanas</a>');

document.write('<a href="patio.html" class="menuSidebar">Patio covers</a>');


document.write('<a href="walkways.html" class="menuSidebar">Walkway Covers</a>');


document.write('<a href="Special.htm" class="menuSidebar">Specialty Products</a>');
document.write('</td></tr></table><br>');


// END SIDEBAR MENU //









// PAGEHEIGHT AND WIDTH SPACER (EDIT VARIABLES AT THE TOP)

document.write('<br><img src="picts/spacer.gif" HEIGHT="'+pageheight+'" WIDTH="'+sidewidth+'" border="0"><br>');

document.write('</td></tr></table>');


//  End -->
