
function openPrintWindow(id)
{
	var win = window.open("ProductDetailsPrint.aspx?ProductId=" + id, null,"height=600px,width=520px");
}
