<!-- Begin POP-UP SIZES AND OPTIONS CODE

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS

var paragraph_1 	= "no"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH

var showRimage		= "yes"		// SHOW A RANDOM SIDEBAR IMAGE
var linkedR		= "index.html"	// RANDOM IMAGE PAGE LINK
var showimage		= "yes"		// SHOW A SMALL SIDEBAR IMAGE
var linked		= "index.html"	// SIDEBAR IMAGE LINK

var spacing		= "1"		// NUDGE SIDEBAR DOWN
var showdate	= "no"		// SHOW THE DATE ON THE PAGE
var dateLR		= "left"	// DATE LEFT OR RIGHT
var dateX		= "10"		// DATE X LOCATION
var dateY		= "165"		// DATE Y LOCATION


// LEFT MENU //


document.write('<TABLE cellpadding="0" cellspacing="0" border="0">');
document.write('<tr><td><img src="picts/spacer.gif" width="10" height="0"></td></tr>');




// START LINKS //

// Commercial //
document.write('<tr><td nowrap width="160">');
document.write('<a href="commercial-hot-water.html" class="side_menu">Commercial<br>Hot Water / Heating</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="commercial-boilers.html" class="side_sub_menu">Boilers</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="solar-hot-water-commercial.html" class="side_sub_menu">Solar Hot Water</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="commercial-water-heaters.html" class="side_sub_menu">Water Heaters</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="pool-heating-commercial.html" class="side_sub_menu">Pool Heating</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<img src="picts/spacer.gif" width="10" height="10"></td></tr>');



// Solar //
document.write('<tr><td nowrap width="160">');
document.write('<a href="solar.html" class="side_menu">Solar</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="solar-pool-heating.html" class="side_sub_menu">Pool Heating</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="solar-hot-water-commercial.html" class="side_sub_menu">Hot Water Heating</a></td></tr>');

//	document.write('<tr><td nowrap>');
document.write('<a href="solar-electric.html" class="side_sub_menu">Solar Electric Systems</a></td></tr>');  //

document.write('<tr><td nowrap>');
document.write('<img src="picts/spacer.gif" width="10" height="10"></td></tr>');



// Residential //
document.write('<tr><td nowrap width="160">');
document.write('<a href="residential-hot-water.html" class="side_menu">Residential<br>Hot Water / Heating</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="tankless-water-heaters-residential.html" class="side_sub_menu">Tankless Water Heaters</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="residential-water-heaters.html" class="side_sub_menu">Water Heaters</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="solar-hot-water-commercial.html" class="side_sub_menu">Solar Hot Water</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="residential-pool-heating.html" class="side_sub_menu">Pool Heating</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<img src="picts/spacer.gif" width="10" height="10"></td></tr>');



// Service //
document.write('<tr><td nowrap width="160">');
document.write('<a href="service.html" class="side_menu">Service</a></td></tr>');

document.write('<tr><td nowrap>');
document.write('<a href="clients.html" class="side_sub_menu">Client List</a></td></tr>');



document.write('<tr><td background="picts/menu.gif">');
document.write('<img src="picts/spacer.gif" width="10" height="0"></a><br>');
document.write('</td></tr></table>');

// END LEFT MENU //
