

function submitbutton(formObj, sharedpageObj, sharedpageValue)
{
  sharedpageObj.value=sharedpageValue;
  formObj.submit();
}

