document.write('\n<STYLE type=text/css>  \n<!--  \n#nsctop08 {  \n    position:absolute;  \n    width:256px;  \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/NepconSouthChina2007/head2.gif height=82>\n<DIV align=right><a href=\'#\' onclick=\'GotoPage_eng()\'><img src=\'http://img.reedsystem.net/upload/nepconsouthChina2007/imglanguage_eng.gif\'  height=\'16\' border=\'0\'/></a> <a href=\'#\' onclick=\'GotoPage_jpn()\'><img src=\'http://img.reedsystem.net/images/imglanguage_jpn.gif\'  height=\'16\' border=\'0\'/></a> <a href=\'#\' onclick=\'GotoPage_kor()\'><img src=\'http://img.reedsystem.net/images/imglanguage_kor.gif\'  height=\'16\' border=\'0\'/></a> &nbsp;</DIV><A href="http://www.reedexpo.com.cn/" target=_blank><IMG style="FILTER: ; MARGIN: 30px 10px 0px 0px; WIDTH: 118px; HEIGHT: 33px" height=33 alt="" hspace=0 src="HTTP://img.reedsystem.net/upload/NepconSouthChina2007/20080624095344328.gif" width=118 align=right border=0></A></TD></TR></TBODY></TABLE>\n<DIV id=nsctop08><A href="index.htm"><IMG src="HTTP://img.reedsystem.net/upload/NepconSouthChina2007/20071110130818855.gif" border=0></A></DIV>');
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;
}
