// application control script 

function clickBack(p){
  p.action.value = '';
  p.submit();
  return;
}
