<!-- Begin SIDEBAR LEFT


// NUDGE DOWN SPACER
document.write('<img src="picts/spacer.gif" height="2" width="10"><br>')

// START TOPIC 1

document.write('<span class="sidebartitle">');
document.write('Featured Products</span>');
document.write('<span class="subtitle">');
document.write('Chemicals:</span>');
document.write('<span class="sidebarlinks">');

// START SIDEBAR LINKS

document.write('<br><span class="hang"><a href="bioguard.html">Bioguard Pool & Spa Products</a></span><br>');
document.write('<a href="spaguard.html">SpaGuard Spa Chemicals</a><br>');
document.write('<a href="mineral.html">Mineral Springs Program</a><br>');
document.write('<a href="softswim.html">SoftSwim for Pool</a><br>');
document.write('<a href="softsoak.html">Soft Soak for Spa</a><br><br>');

// START HEALTH & SAFETY SIDEBAR LINKS

document.write('<span class="subtitle">');
document.write('Health & Safety:</span>');
document.write('<span class="sidebarlinks">');

document.write('<br><a href="looploc.html">Loop-Loc Safety Covers</a><br>');
document.write('<a href="looploc.html">Baby-Loc Child Fences</a><br>');
document.write('<a href="saunas.html">Saunas</a><br>');
document.write('<a href="spas.html">Hot Tubs and Spas</a><br><br>');

// START SERVICES SIDEBAR LINKS

document.write('<span class="subtitle">');
document.write('Service:</span>');
document.write('<span class="sidebarlinks">');

document.write('<br><a href="services.html">Pool & Spa Maintenance</a><br>');
document.write('<a href="../documents/AllSeasonsSpring2011.pdf" target="_blank">Pool Openings & Closings</a><br>');
document.write('<a href="services.html">Crystal Clean Weekly&nbsp;&#8212;&nbsp;Bi-Weekly Service</a><br>');
document.write('<a href="services.html">Renovations</a><br>');
document.write('</span>');

// START SPECIALS

document.write('<br>');
document.write('<span class="sidebartitle">');
document.write('Specials:');

document.write('<br></span>');
document.write('<left>');
document.write('<a href="../documents/AllSeasons_2011Fall_Brochure.pdf" target="_blank"><img src="img/brochure.jpg" alt="Click here for our 2011 Fall Products & Services Brochure" width="165" height="217" border="0"></a><br>');
document.write('</left>');


// START CUSTOMERS

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Our Customers Say:');

document.write('<br></span><span class="sidebartext">');

document.write('"I printed out your flyer and it looks great! Thank you for providing excellent customer service. You have been so helpful and patient when answering my questions."<br>');
document.write('<b>- Respectfully, Tamara Holleman -</b><br>');


document.write('<br>');
document.write('"I love All Seasons! Great team, great service, great products at a good price!!!"<br>');
document.write('<b>- Jim Hall -</b><br>');


document.write('<br>');
document.write('"Damon explained everything thoroughly and I had no problems with our new spa setup."<br>');
document.write('<b>- A. Fidiarakis -</b><br>');


//document.write('<br>');
//document.write('We have used a all seasons for our pool openings and closings for 10 years!<br>');
//document.write('<b>- Jim Shoe -</b><br>');

document.write('</span>');


// THIS IS AN EXTRA PARAGRAPH - CHANGE BELOW TO YES TO SHOW IT

var extra_paragraph 	= "no"	  // SHOW ANOTHER PARAGRAPH


   if (extra_paragraph == "yes") {

// START TOPIC 4

document.write('<br>');

document.write('<span class="sidebartitle">');

document.write('Paragraph Title:');

document.write('<br></span><span class="sidebartext">');

document.write('<br>This is an extra paragraph with a linked image you can turn on by changing the above to a yes.<br>');

document.write('<center><a href="about.html"><img src="picts/sidebar-left1.jpg" border="1" vspace="5"></a><br></center>');

document.write('</span>');

}

//  End -->
// Last revision 24 AUG 2011 - br
