function openHR(){
theWin = window.open("/talentlink/hr/index.html", "cal", "menubar=1,scrollbars=1,resizable=1,width=797,height=563,top=10,left=10");
theWin.focus();
}
