function launchNew(rstrURL){var w=window.open(rstrURL+"&Return=javascript:window.close()",null,'width=500,height=300,resizable=yes scrollbars=1');w.focus();return false;};function launchNewNoReturn(rstrURL){var w=window.open(rstrURL,null,'width=500,height=300,resizable=yes scrollbars=1');w.focus();return false;}

