function launchRemote(newURL) {
    window.open(newURL,'_blank',"toolbar=yes,menubar=yes,location=yes,scrollbars=yes,resizable=yes");
}


