function p_open(p_url) {
win = window.open(p_url, "p_win", "width=800 height=600 menubar scrollbars resizable location status toolbar");
win.focus();
}

