
function openPrintWindow(id)
{
	var win = window.open("ProductDetailsPrint.aspx?ProductId=" + id, null,"height=600px,width=520px");
}


function openProductComparationWindow(id)
{
	var win = window.open("ProductComparation.aspx?Id=" + id, null,'width=800,height=600,menubar=no,status=no, resizable=yes');
}