function setSelected(id)
{
	if (document.frmInsuranceSearch != null && id >= 0)
		document.frmInsuranceSearch.ZipProduct.selectedIndex = id;
}