function OnKeyPress(btn)
{
  if(event.keyCode==13)
  {
   btn.click();
  }
}
