function openSawon()
{
    openPopup("../jojik/sawon_pop.jsp", "sawon", 800, 700, "yes");
}

function openDepartment(funcName)
{
    if(funcName == null) funcName = "";
    openPopup("../jojik/department_pop.jsp?func=" + funcName, "department", 500, 500);
}

function printTitle(s)
{
    var str = '<table width="100%" border="0" cellspacing="0" cellpadding="0"><tr><td bgcolor="#e6e6e6" style="padding-top:10 " height=10></td></tr>';
    str += '<tr><td height="27" bgcolor="#000000" style="padding-left:10px; color:white; ">' + s + '</td></tr></table><br />';
    document.writeln(str);
}
