// JavaScript Document
<!--
function launchwindow(url) {
  remote = open(url, "pop_up_window", "resizable,width=675,height=250");
}
//-->