function launch(url) {
  remote = open(url, "games", "width=240,height=300,left=0,top=0");
}
function newsletter(url) {
  remote = open(url, "news", "width=260,height=220,left=0,top=0");
}
function pictures(url) {
  remote = open(url, "picture", "width=500,height=450,left=0,top=0,scrollbars=yes,");
}
function tapper(url) {
  remote = open(url, "taper", "width=800,height=570,left=0,top=0,scrollbars=yes,");
}
