// JavaScript Document
<!-- *************************** START WGD STUFF ************************************* -->

<!-- Start Popup Window Script-->
function WGD_openInfoWindow(theURL,winName,features) { 
window.open(theURL,winName,features);
}
<!-- End Popup Window Script-->

function popUpTellFriend() {
	var vars = 'locationbar=no,toolbar=no,titlebar=yes,scrollbars=no,resizeable=no,alwaysRaised=yes,directories=no,menubar=no,location=no,width=390,height=390,left = 100,top = 100';
	var newWin = open('http://www.watergardeningdirect.com/cgi-bin/tell/popUpTellFriend.asp', 'Friend', vars);
}

function popUp10Percent() {
	var vars = 'locationbar=no,toolbar=no,titlebar=yes,scrollbars=no,resizeable=no,alwaysRaised=yes,directories=no,menubar=no,location=no,width=390,height=390,left = 100,top = 100';
	var newWin = open('http://www.watergardeningdirect.com/acatalog/10_Percent_Discount.htm', '10_Percent_Special', vars);
}

function popUp12Plants() {
	var vars = 'locationbar=no,toolbar=no,titlebar=yes,scrollbars=no,resizeable=no,alwaysRaised=yes,directories=no,menubar=no,location=no,width=390,height=390,left = 100,top = 100';
	var newWin = open('http://www.watergardeningdirect.com/acatalog/12_Plant_Special.htm', '10_Percent_Special', vars);
}


       
<!--  Start PricePromise Script -->
function HideContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "none";
}
function ShowContent(d) {
if(d.length < 1) { return; }
document.getElementById(d).style.display = "block";
resetpriceform();
}
function ReverseContentDisplay(d) {
if(d.length < 1) { return; }
if(document.getElementById(d).style.display == "none") { document.getElementById(d).style.display = "block"; }
else { document.getElementById(d).style.display = "none"; }
}

function resetpriceform(){
document.forms.pricequery.reset();
}



<!--  End PricePromise Script -->

  
<!-- *************************** END WGD STUFF ************************************* -->


  
