document.write("<style>")
document.write("#wrapper { position:relatve; margin:0 padding:0; }")
document.write("#ls { background:url(/img/ls_bg.gif) no-repeat 1px 0; width:96px; height:27px; padding-top:9px; position:absolute; top:15px; z-index:1; margin:0; }")
document.write("#ls ul { list-style:none; margin:0; padding:0; }")
document.write("#ls ul li { display:block; width:94px; height:18px; font-family:Verdana; font-size:8pt; color:#999; font-weight:bold; text-decoration:none; line-height:16px; padding:0 0 0 17px; cursor:hand; }")
document.write("#lson { background:#fff; padding-top:27px; position:absolute; top:15px; z-index:0; display:none; margin:0; }")
document.write("#lson ul { list-style:none; width:94px; margin:0; padding:0; border:1px solid #fff;}")
document.write("#lson ul li { width:94px; height:18px; margin:0; padding:0; }")
document.write("#lson ul li a.sel { height:18px; background:#fff; display:block; border:1px solid #B6B6B6; font-family:Verdana; font-size:8pt; line-height:15px; font-weight:bold; padding:0 0 0 17px; margin:0; color:#B6B6B6; text-decoration:none; }")
document.write("#lson ul li a.sel:hover { background:#F4F4F4; color:#999; text-decoration:none; }")
document.write("</style>")
document.write("<div id=\"wrapper\">")
document.write("<div id=\"ls\" onmouseover=\"lson.style.display='block';\" onmouseout=\"lson.style.display='none';\">")
document.write("	<ul>")
document.write("		<li>Korean</li>")
document.write("	</ul>")
document.write("</div>")
document.write("<div id=\"lson\" onmouseover=\"lson.style.display='block';\" onmouseout=\"lson.style.display='none';\">")
document.write("	<ul>")
document.write("		<li><a href=http://www.gretech.com/eng/index.html target=_top class=sel onfocus='blur()'>English</a></li>")
document.write("		<li><a href=http://www.gretech.com/jp/index.html target=_top class=sel onfocus='blur()'>Japanese</a></li>")
document.write("		<li><a href=http://www.gretech.com/cn/index.html target=_top class=sel onfocus='blur()'>Chinese</a></li>")
document.write("	</ul>")
document.write("</div>")
document.write("</div>")