function launch(url,imgWidth,imgHeight) {
  remote = open(url, "remote", "scrollbars=auto,width="+imgWidth+",height="+imgHeight+",left=20,top=20");
}