function OpenProduct(ProductID)
{
	window.open('/Product/Detail.aspx?ProductID='+ProductID, '','width=700,height=400');
	//showModalDialog('/Product/Detail.aspx?ProductID='+ProductID, window, 'dialogWidth:700px; dialogHeight:400px;help:0;status:0;resizeable:0;');
}