<!-- Launch new window
function launch(newURL, newName, newFeatures) {
open(newURL, newName, newFeatures);
}
// -->