function clearDefault(el) {
  if (el.defaultValue==el.value) el.value = ""
}

function SetChoice($this)
{
	document.frmViewProd.fl.value = $this;
	document.frmViewProd.submit();
}