function popUp(URL) {
window.open(URL, "popframe", "width=950,height=750,left=80,top=80,scrollbars=yes,menubar=no, resizable=yes,location=no,toolbar=no");
}
