//function printerVersion() {
//	newwindow2=window.open('','name','height=800,width=632,scrollbars=yes');
//	var tmp = newwindow2.document;
//	tmp.write('<html><head><title>' + document.title + '- Printer Friendly Version</title>');
//	tmp.write('<meta name="robots" content="noindex,nofollow" />');
//	tmp.write('<link rel="stylesheet" href="/styles/printer_version.css"/>');
//	tmp.write('</head><body>');
//	tmp.write('<div id="logo"><img src="/images/header_fg_logo_print.gif" alt="FineGardening.com" /></div> ');
//    tmp.write('<div id="buttons"><a href="javascript:window.print();"><img src="/images/button_print.gif" alt="Print" /></a><a href="javascript:self.close()"><img src="/images/button_close.gif" alt="Close" /></div>');	
//    tmp.write('<div id="main-content">');
//	tmp.write(document.getElementById('left').innerHTML);
//	tmp.write('<div id="copyright-for-print"><span style="float:right;">FineGardening.com</span>&#169; The Taunton Press 2007, All rights reserved </div>');
//	tmp.write('</div>');
//	tmp.write('<!--#include virtual="/CodeLib/hbx/hbx.asp"-->');
//	tmp.write('</body></html>');
//	tmp.close();
//	newwindow2.focus;
//}

function printerVersion(url) {
	newwindow2=window.open(url,'name','height=800,width=632,scrollbars=yes');
	newwindow2.focus;
}