function NewWin2(a,wd,hg){
	nwwin2=window.open(a,"nwwin02","width="+wd+",height="+hg+",resizable=1,top=20,status=1,scrollbars=yes");
	nwwin2.focus();
}
function WindowClose() {
	WindowClose = window.close();
}
