function popUpJobEntry(url) {
    window.open(url, 'ENTRYFORM', 'menubar=no,scrollbars=no,height=600,width=510,status=yes').focus();
}
