function emailPopUp(URL) {
    var new_window = window.open(URL, "emailpopup", "height=550,width=500,scrollbars=yes,resizable=yes,toolbar=no,location=no")
    new_window.focus();
}
