function setOption(arg)
{
   document.frmPObag.option.value=arg;
   document.frmPObag.submit();
}

