var home_url='http://www.kocat.com';

document.write("<div id='topTail' style='z-index:100; position: absolute; visibility: visual; left:86; top=-5; width: 68px;'>");
document.write("<table width=875 cellpadding=0 cellspacing=0 border=0>");
document.write("<tr>");
document.write("	<td align=right valign=top>");
document.write("		<table cellpadding=0 cellspacing=0 border=0>");
document.write("		<tr style='padding-left:16;padding-top:14'>");
document.write("			<td><img onmouseover='actSub(1)' onmouseout='actSub(0)' style='cursor:hand' name='TP' src='/image/common/globalSite.gif' border=0 alt='Global Site'></td>");
document.write("		</tr>");
document.write("		</table>");
document.write("	</td>");
document.write("</tr>");
document.write("</table>");
document.write("</div>");

document.write("<div id='goCorp' style='z-index:101; position: absolute; visibility: hidden; left:873; top=24; width: 68px;' onmouseover='actSub(1)' onmouseout='actSub(0)'>");
document.write("<a href='javascript:LANG_kr();' onmouseover=ChgImgGoCorp(sel000,'globalSite_m00_on.gif') onmouseout=ChgImgGoCorp(sel000,'globalSite_m00.gif') target='_self' onfocus='blur()'><img name='sel000' src='/image/common/globalSite_m00.gif' border=0></a><br>");
document.write("<a href='javascript:LANG_en();' onmouseover=ChgImgGoCorp(sel001,'globalSite_m01_on.gif') onmouseout=ChgImgGoCorp(sel001,'globalSite_m01.gif') target='_self' onfocus='blur()'><img name='sel001' src='/image/common/globalSite_m01.gif' border=0></a><br>");
document.write("<a href='javascript:LANG_jp();' onmouseover=ChgImgGoCorp(sel002,'globalSite_m02_on.gif') onmouseout=ChgImgGoCorp(sel002,'globalSite_m02.gif') target='_self' onfocus='blur()'><img name='sel002' src='/image/common/globalSite_m02.gif' border=0></a><br>");
document.write("<a href='javascript:LANG_ch();' onmouseover=ChgImgGoCorp(sel003,'globalSite_m03_on.gif') onmouseout=ChgImgGoCorp(sel003,'globalSite_m03.gif') target='_self' onfocus='blur()'><img name='sel003' src='/image/common/globalSite_m03.gif' border=0></a><br>");
document.write("<a href='javascript:LANG_tw();' onmouseover=ChgImgGoCorp(sel004,'globalSite_m04_on.gif') onmouseout=ChgImgGoCorp(sel004,'globalSite_m04.gif') target='_self' onfocus='blur()'><img name='sel004' src='/image/common/globalSite_m04.gif' border=0></a><br>");
document.write("<img name=BT src='/image/common/globalSite_bottom.gif' border=0><br>");
document.write("</div>");

function actSub(stat){
	if (stat == 1){ document.all.goCorp.style.visibility = 'visible'; }
	else if (stat == 0){ document.all.goCorp.style.visibility = 'hidden'; }
}
function ChgImgGoCorp(name,tarimg){
	xtarimg = home_url+'/image/common/'+tarimg ;
	name.src = xtarimg ;
}	
function IMG_TP(){
	xtarimg = home_url+'/image/common/globalSite.gif';
	TP.src = xtarimg ;
}
function IMG_00(){
	xtarimg = home_url+'/image/common/globalSite_m00.gif';
	sel000.src = xtarimg ;
}
function IMG_01(){
	xtarimg = home_url+'/image/common/globalSite_m01.gif';
	sel001.src = xtarimg ;
}
function IMG_02(){
	xtarimg = home_url+'/image/common/globalSite_m02.gif';
	sel002.src = xtarimg ;
}
function IMG_03(){
	xtarimg = home_url+'/image/common/globalSite_m03.gif';
	sel003.src = xtarimg ;
}
function IMG_04(){
	xtarimg = home_url+'/image/common/globalSite_m04.gif';
	sel004.src = xtarimg ;
}
function IMG_BT(){
	xtarimg = home_url+'/image/common/globalSite_bottom.gif';
	BT.src = xtarimg ;
}	


function LANG_kr(){
    top.location.href=home_url;
} 
function LANG_en(){	
    top.location.href=home_url+"/en/";
} 
function LANG_jp(){	
    top.location.href=home_url+"/jp/";
} 
function LANG_ch(){	
    top.location.href=home_url+"/ch/";
} 
function LANG_tw(){	
    top.location.href=home_url+"/tw/";
} 
	