function openPopup(val){
theWin = window.open(val, "popup", "menubar=0,scrollbars=0,resizable=0,width=639,height=440,top=10,left=10");
theWin.focus();
}

function openCalendar(){
theWin = window.open("http://toyotaevents.jwtworks.biz/", "cal", "menubar=1,scrollbars=1,resizable=1,width=750,height=563,top=10,left=10");
theWin.focus();
}

function openApply(URL){
location.href = "/html/talentlink/hr/whytoyota/apply.html";
}