
function launch(url)
{
  remote = open(url, "", "scrollbars, resizable, width=650, height=600, left=50, top=50");
}

