function newWindow(info) {
	var params = 'width=350,height=150,resizable=no,scrollbars=no,left=50,top=100'
	noticeWindow = window.open(info,'Information',params)
	noticeWindow.focus()
	}

