function newWindow(updates) {
			tempWindow = window.open(updates, 'updateWin', 'width=400,height=500,resizable=yes,scrollbars=yes')
	  		}
function newWindow2(updates) {
			tempWindow = window.open(updates, 'updateWin', 'width=560,height=500,resizable=yes,scrollbars=yes')
	  		}
function newWindow3(updates) {
			tempWindow = window.open(updates, 'updateWin', 'width=700,height=500,resizable=yes,scrollbars=yes')
	  		}
function newWindow4(updates) {
			tempWindow = window.open(updates, 'updateWin', 'width=400,height=400,resizable=yes,scrollbars=yes')
	  		}
function noWindow() {
			window.close();
	  		}