function win_campus(){
window.open('http://www.sungshin.ac.kr/website3/english/organization/campusmap.html','campusmap','width=700,height=613,left=0,top=0,toolbars=no,scrollbars=no,resizable=no');
}
function win_map(){
window.open('http://www.sungshin.ac.kr/website3/university_guide/map.html','map','width=660,height=660,left=0,top=0,toolbars=no,scrollbars=no,resizable=no');
}

 footer = "<table width='996' height='41' background='images/sungshineng_footer.gif'><tr><td align='right' valign='middle'>"
footer += "<table width='299' border='0' cellspacing='0' cellpadding='0'>";
footer += "<tr>";
footer += "<td width='75'><a href='javascript:win_campus()'><img src='images/footer_cammap.gif' width='75' height='10' border='0'></a></td>";
footer += "<td width='75'><a href='javascript:win_map()'><img src='images/footer_viewmap.gif' width='75' height='10' border='0'></a></td>";
footer += "<td width='85'><a href='http://www.sungshin.ac.kr/website3/english/introduction/03_03.html' target='_self'><img src='images/footer_sswuui.gif' width='85' height='10' border='0'></a></td>";
footer += "<td width='64'>&nbsp;</td>";
footer += "</tr>";
footer += "</table>";                                                
footer += "</td></tr></table>";
document.write(footer);
