
function privacyPolicy()
{
    var newWin = window.open("http://nximage.nexon.net/common/legal_info/privacy.html","","width=600, height=400, resizable=no, scrollbars=yes");
    if(!newWin)
    {
        alert("Your browser's pop-up blocker is currently enabled.  If you wish to view the legal information, please disable the pop-up blocker temporarily and try again.  Thank you.");
    }
}
function legalCopyright()
{
    var newWin = window.open("http://nxcache.nexon.net/nx/global/legal_info/legal.html","","width=600, height=400, resizable=no, scrollbars=yes");
    if(!newWin)
    {
        alert("Your browser's pop-up blocker is currently enabled.  If you wish to view the legal information, please disable the pop-up blocker temporarily and try again.  Thank you.");
    }
}

function termsOfUse()
{
    var newWin = window.open("http://nximage.nexon.net/common/legal_info/terms.html","","width=600, height=400, resizable=no, scrollbars=yes");
    if(!newWin)
    {
        alert("Your browser's pop-up blocker is currently enabled.  If you wish to view the legal information, please disable the pop-up blocker temporarily and try again.  Thank you.");
    }
}
document.write('    <div id="copyright">');
document.write('        <div id="copyText">');
document.write('            <a href="http://www.nexon.net/Etc/AboutCompany.aspx">About Company</a>|');
document.write('            <a href="javascript:void(0)" onclick="legalCopyright()">Legal &amp; Copyright Notice</a>|');
document.write('            <a href="javascript:void(0)" onclick="privacyPolicy()">Privacy Policy</a>|');
document.write('            <a href="http://www.nexon.net/Etc/Sitemap.aspx">Sitemap</a>|');
document.write('            <a href="javascript:void(0)" onclick="termsOfUse()">Terms of Use</a>|');
document.write('            <a href="http://www.nexon.net/Etc/Careers.aspx">Careers</a>');
document.write('        </div>');
document.write('        <div id="copyBox">');
document.write('            <a href="http://www.nexon.net">');
document.write('            <img src="http://nxcache.nexon.net/nx/global/footer_img/nexon_footer.gif" alt="" /></a>');
document.write('        </div>');
document.write('    </div>');
