function userCookie(name)
{
    var arg = name + "=";
    var alen = arg.length;
    var clen=document.cookie.length;
    var i=0;

    while(i< clen){
        var j = i+alen;
        if(document.cookie.substring(i,j)==arg) {
            var end = document.cookie.indexOf(";",j);
            if (end == -1) {
                end = document.cookie.length;
            }
            return unescape(document.cookie.substring(j,end));
        }
        i = document.cookie.indexOf(" ",i)+1;
        if (i==0) {
            break;
        }
    }
    return null;
}
document.writeln("<table width=770 border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr> ");    
document.writeln("<td width=223 align=center height=60 rowspan=2><a href=/><img src=/simages/index/logo.gif width=200 height=40 border=0 alt=\"daejeon internet trade center\"></a></td>");
document.writeln("<td align=right height=32> ");
document.writeln("<table width=20% border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr align=center> ");

if (userCookie("user") != null){
	document.writeln("<td><a href=/local/servlet/RequestProcessor?event=Logout.Click><img src=/simages/index/navi_top01_1.gif border=0></a></td>");
}else{
    document.writeln("<td><a href=/local/servlet/RequestProcessor?event=Login.Click&nextEvent=MyPage.Click><img src=/simages/index/navi_top01.gif width=47 height=14 border=0 alt=login></a></td>");
}
    document.writeln("<td><img src=/simages/index/navi_top.gif width=3 height=13></td>");
	document.writeln("<td><a href=/local/servlet/RequestProcessor?event=MyPage.Click><img src=/simages/index/navi_top02.gif width=58 height=14 border=0 alt=mypage></a></td>");
	document.writeln("<td><img src=/simages/index/navi_top.gif width=3 height=13></td>");
	document.writeln("<td><a href=/content/guide_sitemap.html><img src=/simages/index/navi_top03.gif width=54 height=14 border=0 alt=sitemap></a></td>");
	document.writeln("<td><a href=http://kr.e-djtrade.com/><img src=/simages/index/navi_korean.gif width=54 height=15 border=0 alt=korean></a></td>");



document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<tr> ");
document.writeln("<td>");
document.writeln("<table width=100% border=0 cellspacing=0 cellpadding=0>");
document.writeln("<tr> ");
document.writeln("<td><a href=/content/product.html><img src=/simages/index/navi01.gif width=143 height=28 border=0 alt=\"product catalogs\"></a></td>");
document.writeln("<td><img src=/simages/index/navi.gif width=1 height=28></td>");
document.writeln("<td><a href=/content/company.html><img src=/simages/index/navi02.gif width=147 height=28 border=0 alt=\"company directory\" onmouseover=\"this.src=\'/simages/index/navi02_s.gif\'\" onmouseout=\"this.src=\'/simages/index/navi02.gif\'\"></a></td>");
document.writeln("<td><img src=/simages/index/navi.gif width=1 height=28></td>");
document.writeln("<td><a href=/content/trade.html><img src=/simages/index/navi03_s.gif width=109 height=28 border=0 alt=\"trade leads\" onmouseover=\"this.src=\'/simages/index/navi03_s.gif\'\" onmouseout=\"this.src=\'/simages/index/navi03.gif\'\"></a></td>");
document.writeln("<td><img src=/simages/index/navi.gif width=1 height=28></td>");
document.writeln("<td><a href=/content/daejeon.html><img src=/simages/index/navi04.gif width=125 height=28 border=0 alt=\"about daejeon\" onmouseover=\"this.src=\'/simages/index/navi04_s.gif\'\" onmouseout=\"this.src=\'/simages/index/navi04.gif\'\"></a></td>");
document.writeln("<td><img src=/simages/index/navi.gif width=1 height=28></td>");
document.writeln("<td><img src=/simages/index/navi2.gif width=19 height=28></td>");
document.writeln("</tr>");
document.writeln("</table>");
document.writeln("</td>");
document.writeln("</tr>");
document.writeln("<tr> ");
document.writeln("<td bgcolor=06437c height=4></td>");
document.writeln("<td bgcolor=06437C></td>");
document.writeln("</tr>");
document.writeln("</table>");
