function PopUpProductDetail(url)
{
	window.open(url,'','height=500, width=800, resizable=no');     
}