function Buy(ID)
{
	var selectProperty1=ID+"|"+document.form1.selectProperty1.value;
	var selectProperty2=ID+"|"+document.form1.selectProperty2.value;
	var selectProperty3=ID+"|"+document.form1.selectProperty3.value;
	var selectProperty4=ID+"|"+document.form1.selectProperty4.value;
	var selectProperty5=ID+"|"+document.form1.selectProperty5.value;
	window.open("check.asp?ProdId="+ID+"&selectProperty1="+selectProperty1+"&selectProperty2="+selectProperty2+"&selectProperty3="+selectProperty3+"&selectProperty4="+selectProperty4+"&selectProperty5="+selectProperty5,"","scrollbars=yes,width=760,height=500");
}