// JavaScript Document
//Switched url from /admin/ to /test/admin/ be sure and change back before go live.
function popUp2(id) {
var url = 'http://www.workmt.com/admin/employer_popup.php?employer_id=' + id;
x = window.open(url, '', 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=500,height=500,left = 300,top = 200.5');
}

function popUp3(URL) {
day = new Date();
id = day.getTime();
window.open(URL, id , 'toolbar=0,scrollbars=1,location=0,statusbar=1,menubar=0,resizable=1,width=500,height=500,left = 600,top = 390.5');
}
