<!--
function openPrintWindow(url,params,w,h)
{
	gourl=url+params;
	//alert (gourl);
	window.open(gourl,"newWin","width="+w+",height="+h+",toolbar=no,location=no,resizable=yes,menubar=no,scrollbars=yes");
}
// -->