function OpenNewsWindow(url) {
theWindow = window.open(url, "News", "directories=no, menubar=no, scrollbars=yes, status=no, toolbar=no, resizable=no, width=800, height=600");
if (window.focus) theWindow.focus();
}