var popup;

function close_me() {
window.close()
}

function show_popup() {
popup=window.open("whatsnew.htm","xxxx","scrollbars=yes,location=no,menubar=no,width=520,height=500");
}

