function b_check(){
	alert('Coming Soon');
}
function popEmailOne(str1){
	window.open("mail_write.php?str1="+str1,"mailPop","width=550,height=430,scrollbars=yes");
}
function NpopEmailOne(str1){
	window.open("../nmail_write.php?str1="+str1,"mailPop","width=550,height=430,scrollbars=yes");
}
function popEmailTwo(str1, str2){
	window.open("http://ysb.yonsei.ac.kr/popup/mail_write?kor_nm="+str1+"&from="+str2,"mailPop","width=550,height=430,scrollbars=yes");
}

function viewcv (id) {
        var winl, wint;
        if(window.navigator.appName.indexOf("Explorer") != -1){ 
                winl = (window.screen.availWidth - 550) / 2;
                wint = (window.screen.availHeight - 600) / 2;
        }else{
                winl = (screen.width - 550) / 2;
                wint = (screen.height - 600) / 2;
        }

        var winprops = 'width=550,height=600,top='+wint+',left='+winl+',help=no,resizable=yes,scrollbars=yes,status=no,menu=no';
        var obj2 = window.open("/faculty_and_research/faculty/viewcv/?id=" + id,"ViewInfo",winprops);
        obj2.focus();
}
