<!--
function pageKr(n)
{
 if(n)
 {
  location.href="kr.html";
 }
}
function pageEn(n)
{
 if(n)
 {
  location.href="en.html";
 }
}
function pageJp(n)
{
 if(n)
 {
  location.href="jp.html";
 }
}
-->
