/***********************************************
* Popup URL Script
***********************************************/

function popUp(URL) {
window.open(URL, "popup_id", "width=500,height=550,left=50,top=50,scrollbars=yes,menubar=yes, resizable=no,location=no,toolbar=no");
}