document.write('\n<STYLE type=text/css> \n<!-- \n#aecn { \n    position:absolute; \n    width:177px; \n    height:75px; \n    z-index:1; \n    left: 12px; \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/ae2007/head_ae_cn.gif height=82>\n<DIV align=right><a href=\'#\' onclick=\'GotoPage_eng()\'><img src=\'http://img.reedsystem.net/upload/ae2007/imglanguage_eng.gif\'  height=\'16\' border=\'0\'/></a> &nbsp; </DIV>\n<DIV id=aecn><A href="index.htm"><IMG height=78 alt=www.ae-china.com src="HTTP://img.reedsystem.net/upload/AE2007/20071030173320464.gif" width=180 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;
}
