function openPictureWindow(id)
{
	var win = window.open("ProductImage.aspx?" + id, null,"height=620px,width=550px");
}