document.write('\n<STYLE type=text/css>  \n<!--  \n#emts2008 {    position:absolute;  \n    width:265px;  \n    height:81px;  \n    z-index:1;  \n    left: 0;  \n    top: 0;  \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/EMTSouthChina2007/2006419142128436.GIF height=82>\n<DIV align=right><a href=\'#\' onclick=\'GotoPage_chn()\'><img src=\'http://img.reedsystem.net/upload/nepconsouthChina2007/imglanguage_chn.gif\'  height=\'16\' border=\'0\'/></a> </DIV>\n<DIV id=emts2008><A href="index.htm"><IMG height=81 src="HTTP://img.reedsystem.net/upload/EMTSouthChina2007/20071112112732416.gif" width=265 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;
}
