function Confirm(URL,kerdes)
{
  if (confirm(kerdes + "\n"))
  {location = String(URL);}

}