/* jscripts.js
*/

function LaunchForm(theURL,winName,features) {
  /* opens form in a window */
  window.open(theURL,winName,features);
}
