
function Popup(page) {
	OpenWin = this.open(page, "Message", "menubar=no,status=no,scrollbars=yes,resizable=yes,width=618,height=505");
}

