function onClickPrintPage(strUrl, strHeight)
{
	if(!strHeight)
		strHeight = '475';
    window.open('print.php?url='+strUrl, 'wndPrint', "width=640,height="+strHeight+",noresize,resizable=no,statusbar=no,top=100,left=350,scrolling=auto,scrollbars=yes");
}

function onClickEmailProduct(strUrl)
{
    window.open('popups/email_product.php?url='+strUrl, 'wndEmailProduct', 'width=600,height=500,scrollbars=yes,resizable=yes,menubar=no');
}