function popupWin(page, width, height) {
		popup = window.open(page, "News_Popup_" + height, "width=" + width + ",height=" + height + ",left=0,top=0,location=no,screenX=300,screenY=300,alwaysRaised=yes,scrollbars=yes,resizable=yes");
		popup.window.focus();
}