<!-- Begin

// 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 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "yes"		// SHOW THE 2ND PARAGRAPH
var showimage		= "yes"		// SHOW A SIDEBAR IMAGE

var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "125"		// SIDEBAR WIDTH





// NUDGE SPACER
// document.write('<img src="picts/spacer.gif" height="'+topspacing+'" width="'+sidewidth+'"><br>');

// document.write('<table cellpadding="5" cellspacing="10" border="0" class="sidebartext-right"><tr><td>');



// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/logoSmaller.jpg"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset><legend>');

document.write('Contact Us<br></legend>');

// document.write('<font size="1">Please email if you have any questions, need advice, or help in selecting the most appropriate system. </font><a href="contact.htm">Contact us...</a><br>');
document.write('<font size="1">Please email if you have any questions, if you need advice, or help in selecting the most appropriate system.</font> <a href="mailto:info@contemporaryenergy.co.uk?subject=Web Enquiry">&nbsp;Email us</a><br>');

document.write('</fieldset>');
document.write('<br><font size="1">info@contemporaryenergy.co.uk</font>');
document.write('<br><br>');

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1





// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="index.html"><img src="picts/SolarExperts.jpg" alt="solar pumpstation, circulation pump,Solar panels, solar water heating, solar electric pv, heat pump, renewable energy, photovoltaics,water heating,water,heating,solar,energy,panel,renewable,sustainable,hampshire,southampton,surrey,portsmouth,solent,soler,panal,panle,ground source,heat pump,hot,water,water heating,SHW,vacuum tube,heat pipe,solar collector,twin coil,solar water cylinder,immersion heater,Solar controller,solar twin,solartwin,everest,warmroof,alternative energy,alternative,energy,water heating,water,heating,solar,energy,panel,renewable,sustainable,hampshire,southampton,surrey,portsmouth,solent,soler,panal,panle,ground source,heat pump,hot,water,water heating,SHW,vacuum tube,heat pipe,solar collector,twin coil,solar water cylinder,immersion heater,Solar controller,solar twin,solartwin,everest,warmroof,alternative energy,alternative,energy,Solar panels, solar water heating, solar electric pv, heat pump, renewable energy, photovoltaics,water heating,water,heating,solar,energy,panel,renewable,sustainable,hampshire,southampton,surrey,portsmouth,solent,soler,panal,panle,ground source,heat pump,hot,water,water heating,SHW,vacuum tube,heat pipe,solar collector,twin coil,solar water cylinder,immersion heater,Solar controller,solar twin,solartwin,everest,warmroof,alternative energy,alternative,energy,water heating,water,heating,solar,energy,panel,renewable,sustainable,hampshire,southampton,surrey,portsmouth,solent,soler,panal,panle,ground source,heat pump,hot,water,water heating,SHW,vacuum tube,heat pipe,solar collector,twin coil,solar water cylinder,immersion heater,Solar controller,solar twin,solartwin,everest,warmroof,alternative energy,alternative,energy" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}







// START RIGHT SIDEBAR AREA PARAGRAPH 2 EDIT THIS AREA

   if (paragraph_2 == "yes") {

document.write('<fieldset><legend>');

document.write('Ask us to quote<br></legend>');

document.write('<font size="1">We have experience of all sizes of systems.  If one of our <a href="pv_products.htm">off-the-peg solutions</a> is not suitable or you need a large system just ask us to quote.  We are happy to do full installations, or supply DIY customers, with full instructions and technical support.<br></font>');

document.write('</fieldset>');
document.write('<br><br>');
document.write('<div class="fb-like-box" data-href="http://www.facebook.com/pages/Contemporary-Energy-Ltd-Solar-Panels/176660602375668" data-width="292" data-height="75" data-show-faces="false" data-stream="false" data-header="false"></div>');
}
// END RIGHT SIDEBAR AREA PARAGRAPH 2

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="REAL.htm"><img src="picts/REAL.jpg" alt="renewable energy assurance listed,alternative,energy" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}

// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="MCS.htm"><img src="picts/MCS_sidebar.jpg" alt="MCS Approved Installers, Solar Thermal, Solar Photovoltaics" border="0" class="borders"></a><br>');
document.write('</center>');
document.write('<br><br>');
}




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


// -- END -->
