document.write('\n<STYLE type=text/css> \n<!-- \n#bewtt {    position:absolute;  \n    width:179px;  \n    height:81px;  \n    z-index:1;  \n    left: 0px;  \n    top: 0px;  \n} \n--> \n</STYLE>\n\n<TABLE cellSpacing=0 cellPadding=0 width=779 border=0>\n<TBODY>\n<TR>\n<TD vAlign=top background=HTTP://img.reedsystem.net/upload/BEW2007/20071010133109889.gif height=82>\n<DIV align=right><a href=\'#\' onclick=\'GotoPage_chn()\'><img src=\'HTTP://img.reedsystem.net/upload/BEW2007/imglanguage_chn.gif\'  height=\'16\' border=\'0\'/></a> <a href=\'#\' onclick=\'GotoPage_eng()\'><img src=\'HTTP://img.reedsystem.net/upload/BEW2007/imglanguage_eng.gif\'  height=\'16\' border=\'0\'/></a> <a href=\'#\' onclick=\'GotoPage_kor()\'><img src=\'HTTP://img.reedsystem.net/upload/BEW2007/imglanguage_kor.gif\'  height=\'16\' border=\'0\'/></a> &nbsp;</DIV>\n<DIV id=bewtt><A href="index.htm"><IMG height=81 src="HTTP://img.reedsystem.net/upload/BEW2007/20071109100047997.gif" width=179 border=0></A></DIV></TD></TR></TBODY></TABLE>');
function GotoPage_chn()
{
	var url = '../chn/' + GetPageName();
	location.href= url;
}
function GotoPage_eng()
{
	var url = '../eng/' + GetPageName()
	location.href= url;
}
function GotoPage_kor()
{
	var url = '../kor/' + GetPageName()
	location.href= url;
}
function GotoPage_jpn()
{
	var url = '../jpn/' + GetPageName()
	location.href= url;
}
function GetPageName()
{
	var href = location.href;
	var slash = href.lastIndexOf('/');
	if (-1 != slash) 
	{
		href = href.substr(slash+1, href.length);
	}
	return href;
}
