<!-- Begin

// CHANGE ANY OF THESE VARIABLES TO "no" OR "yes" TO TURN AN OPTION OFF OR ON

// ONLY USE lowercase FOR ALL OPTIONS





var paypal		= "no"		// SHOW THE PAYPAL CART LINK
var search		= "no"		// SHOW THE SEARCH TOOL
var paragraph_1 	= "yes"		// SHOW THE 1ST PARAGRAPH
var paragraph_2 	= "no"		// SHOW THE 2ND PARAGRAPH
var showimage		= "no"		// SHOW A SIDEBAR IMAGE
 
var topspacing		= "10"		// NUDGE SIDEBAR DOWN
var sidewidth		= "135"		// SIDEBAR WIDTH





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

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








// START RIGHT SIDEBAR AREA SEARCH TOOL EDIT THIS AREA

   if (search == "yes") {

document.write('<fieldset><legend>');
document.write('Search this Site<br></legend>');

// Following content based on original supplied template script search.js
//-- start ------------------------------------------------------------------------

var	showbrand	= "no"		// SHOW GOOGLE BRANDING (SWITCH TO YES IF YOU HAVE ANY PROBLEMS)
var	showsearch	= "yes"		// SHOW SEARCH BOX
var	yourdomain	= "localhost/getsetonthenet.com/nrg/devt"		// YOUR DOMAIN NAME OR PATH

document.write('<form action="http://'+yourdomain+'/search_results.html" target="_top" class="formmargin">');
document.write('<form id="searchbox_003488088439636726711:dzunaemraqw" action="http://'+yourdomain+'/search_results.html" target="_top" class="formmargin">');
document.write('<input type="hidden" name="cx" value="003488088439636726711:dzunaemraqw" />');
document.write('<input type="hidden" name="cof" value="FORID:9" />');
document.write('<table cellpadding="0" cellspacing="0" border="0" class="sidebartext"><tr><td valign="top">');
document.write('<input name="q" type="text" size="15" class="searchsiteform">');
document.write('</td><td valign="top">');
document.write('<INPUT TYPE="image" SRC="sys-images/search-off.gif" name="sa" width="32" height="27" border="0" onmouseover="this.src=\'sys-images/search-on.gif\'" onmouseout="this.src=\'sys-images/search-off.gif\'" alt="Search"><br>')
document.write('</td></tr></TABLE>');
document.write('</form>');

//-- end --------------------------------------------------------------------------

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

}
// END RIGHT SIDEBAR AREA SEARCH TOOL 







// START RIGHT SIDEBAR AREA PAYPAL CART LINK EDIT THIS AREA

   if (paypal == "yes") {


// Following content based on original supplied template script search.js
//-- start ------------------------------------------------------------------------

//<!-- VIEW CART BUTTON -->
//<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">
//<input type="hidden" name="cmd" value="_cart">
//<input type="hidden" name="business" value="paypal@your-web-domain.com">
//<input type="image" src="sys-images/cartview-Paypal-off.gif" border="0" name="ViewCart" alt="View Cart" onmouseover="this.src='sys-images/cartview-Paypal-on.gif'" onmouseout="this.src='sys-images/cartview-Paypal-off.gif'">
//<input type="hidden" name="display" value="1">
//</form>
//<br>
//<!-- END VIEW CART BUTTON -->

document.write('<form target="paypal" action="https://www.paypal.com/cgi-bin/webscr" method="post" class="formmargin">');
document.write('<input type="hidden" name="cmd" value="_cart">');
document.write('<input type="hidden" name="business" value="paypal@your-web-domain.com">');
document.write('<input type="image" src="sys-images/cartview-Paypal-off.gif" border="0" name="ViewCart" alt="View Cart" onmouseover="this.src=\'sys-images/cartview-Paypal-on.gif\'" onmouseout="this.src=\'sys-images/cartview-Paypal-off.gif\'">');
document.write('<input type="hidden" name="display" value="1">');
document.write('</form>');

//-- end --------------------------------------------------------------------------

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

}
// END RIGHT SIDEBAR AREA PAYPAL CART LINK





// START RIGHT SIDEBAR PARAGRAPH AREAS


document.write('<STYLE TYPE="text/css">');
document.write('#dek {POSITION:absolute;VISIBILITY:hidden;Z-INDEX:200;}');
document.write('</STYLE>');

document.write('<DIV ID="dek"></DIV>');


//Pop up information box II (Mike McGrath (mike_mcgrath@lineone.net,  http://website.lineone.net/~mike_mcgrath))
//Permission granted to Dynamicdrive.com to include script in archive
//For this and 100's more DHTML scripts, visit http://dynamicdrive.com

//Xoffset=-60;    // modify these values to ...
//Yoffset= 20;    // change the popup position.

Xoffset= -180;    // modify these values to ...
Yoffset= -160;    // change the popup position.

var old,skn,iex=(document.all),yyy=-1000;

var ns4=document.layers
var ns6=document.getElementById&&!document.all
var ie4=document.all

if (ns4)
skn=document.dek
else if (ns6)
skn=document.getElementById("dek").style
else if (ie4)
skn=document.all.dek.style
if(ns4)document.captureEvents(Event.MOUSEMOVE);
else{
skn.visibility="visible"
skn.display="none"
}
document.onmousemove=get_mouse;

function popup(msg,bak){
var content="";
content=content+"<TABLE  class=sidebar-background2 WIDTH=150 BORDER=1 CELLPADDING=10 CELLSPACING=0>";
content=content+"  <TR>";
content=content+"    <TD ALIGN=just>";
content=content+"      <FONT COLOR=#274A50 SIZE=1>";
content=content+         msg;
content=content+"      </FONT>";
content=content+"    </TD></TR></TABLE>";
content=content+"  </TR></TABLE>";
content=content+"</TABLE>";
yyy=Yoffset;
 if(ns4){skn.document.write(content);skn.document.close();skn.visibility="visible"}
 if(ns6){document.getElementById("dek").innerHTML=content;skn.display=''}
 if(ie4){document.all("dek").innerHTML=content;skn.display=''}
}

function get_mouse(e){
var x=(ns4||ns6)?e.pageX:event.x+document.body.scrollLeft;
skn.left=x+Xoffset;
var y=(ns4||ns6)?e.pageY:event.y+document.body.scrollTop;
skn.top=y+yyy;

}

function kill(){
yyy=-1000;
if(ns4){skn.visibility="hidden";}
else if (ns6||ie4)
skn.display="none"
}


// START RIGHT SIDEBAR AREA PARAGRAPH 1 EDIT THIS AREA

   if (paragraph_1 == "yes") {

document.write('<fieldset>');

document.write('<legend align=center>');
document.write('Featured products<br>');
document.write('</legend>');
document.write('<br>');


// [Canister Filtration System]

document.write('<img ');
document.write('  src="images/canisters.jpg" width="140" alt="" ');
document.write('  border="1" class="borders" ');

document.write('  onmouseover="popup(');
document.write('\'');
document.write('<b>Patented Canister Filtration System</b><br><br>');
document.write('The EcoSense &trade; storm & suface ');
document.write('water filtration system is an ');
document.write('internationally patented system ');
document.write('using rugged canisters to contain ');
document.write('the pollution absorbing materials.<br><br>');
document.write('The diversion lids allow the ');
document.write('maximum flow while protecting ');
document.write('the filter from debris.<br><br>');
document.write('When combined with the <i>Clean Pass ');
document.write('overflows</i> they also handle ');
document.write('first flush deluges.<br>');
document.write('\'');
document.write(',\'lightblue\''); 
document.write(')"');

document.write('  onmouseout="kill()"');

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

document.write('<b>Canister Filtration</b><br>');
document.write('Capture pollutants &amp; maximise flow<br>');
document.write('<i>Point at image for details</i><br><br>');



// [Support Plates & Overflows]

document.write('<img ');
document.write('  src="images/overflows.jpg" width="140" alt="" ');
document.write('  border="1" class="borders" ');

document.write('  onmouseover="popup(');
document.write('\'');
document.write('<b>Support Plates & Overflows</b><br><br>');
document.write('The EcoSense &trade; <i>CleanPass</i> ');
document.write('overflow system ensures that in ');
document.write('deluge situations the overflow ');
document.write('bypass delivers only the cleanest ');
document.write('water and for the shortest ');
document.write('possible time.<br><br>');
document.write('This prevents potential flooding ');
document.write('and maximises the overall effective ');
document.write('filtering of pollution from the ');
document.write('water.<br>');
document.write('\'');
document.write(',\'lightblue\''); 
document.write(')"');

document.write('  onmouseout="kill()"');

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

document.write('<b>Plates & Overflows</b><br>');
document.write('Prevent flooding &amp; maximise effective filtering<br>');
document.write('<i>Point at image for details</i><br><br>');



// [Debris Baskets]

document.write('<img ');
document.write('  src="images/basket.jpg" width="140" alt="" ');
document.write('  border="1" class="borders" ');
     
document.write('  onmouseover="popup(');
document.write('\'');
document.write('<b>Debris Baskets</b><br><br>');
document.write('EcoSense &trade; <i>Debris Baskets</i> ');
document.write('capture and remove trash, debris, ');
document.write('sediment and other organic and ');
document.write('inorganic solids (TSS) from storm ');
document.write('and water systems.<br><br>');
document.write('They are easily fitted to most ');
document.write('drainage structures and are highly ');
document.write('cost effective compared to larger ');
document.write('systems.<br>');
document.write('\'');
document.write(',\'lightblue\''); 
document.write(')"');

document.write('  onmouseout="kill()"');

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

document.write('<b>Debris Baskets</b><br>');
document.write('Collect trash, debris, organic & inorganic solids<br>');
document.write('<i>Point at image for details</i><br><br>');



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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 1







// SMALL PICTURE AREA

   if (showimage == "yes") {

document.write('<br><center>');
document.write('<a href="home.php"><img src="sys-images/sidebar-right.jpg" 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('Notes Area<br></legend>');

document.write('You can also turn off this area in the sidebar-right.js and have no right side bar showing in this area.<br>');

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

}
// END RIGHT SIDEBAR AREA PARAGRAPH 2







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


// -- END -->
