// JavaScript Document

  var width = 350;
  var height = 235;

  var left = 99;
  var top = 99;

URL = "http://virtudegospel.com/radio_player/virtudewebradio.html";

  window.open(URL,'WebRádio_VirtudeGospel', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=no, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');

