// 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);
}


       
 

  
<!-- *************************** END WGD STUFF ************************************* -->


  
