function newWindow(noticeboard) {
var sHeight = screen.height-50
var params = 'width=590,height='+sHeight+',resizable=yes,scrollbars=yes,left=0,top=0'
	noticeWindow = window.open(noticeboard,'NoticeWindow',params)
	noticeWindow.focus()
	}


