function Screen(i)
{
  document.frmFind.Screen.value=i;
  document.frmFind.submit();
}