function Media(URL)
{
  media = window.open(URL, "media", "width=600,height=540,menu=no,bar=no,toolbar=no,status=no,scrollbars=no,resizable=no");
}
