function openWindow (news) {
newsWindow = window.open (news,'chairwindow',
'width=550, height=400,scrollbars=yes, toolbars=no')
newsWindow.focus()
}
