function dscClose() {
	window.opener=null;
	window.close();
}
function dscHelp() {
	alert("Check back for help.");
}