document.write('\n<STYLE type=text/css>  \n<!--  \n#d {  \n    float: right;  \n    width: 200px;  \n}  \n-->  \n</STYLE>\n\n<TABLE cellSpacing=0 cellPadding=0 width=779 border=0>\n<TBODY>\n<TR>\n<TD vAlign=top align=right background=http://img.reedsystem.net/upload/HDD2008/top.gif height=79>\n<DIV id=d><a href=\'#\' onclick=\'GotoPage_chn()\'><img src=\'http://img.reedsystem.net/upload/ATEChina2007/imglanguage_chn.gif\'  height=\'16\' border=\'0\'/></a> &nbsp;</DIV><A href="index.htm"></A><A href="index.htm"><IMG style="FILTER: ; WIDTH: 123px; HEIGHT: 72px" height=72 alt="" hspace=0 src="HTTP://img.reedsystem.net/upload/HDD2008/20080526150744973.gif" width=123 align=left border=0></A></TD></TR></TBODY></TABLE>\n<SCRIPT src="http://www.google-analytics.com/urchin.js" type=text/javascript>   \n\n</SCRIPT>\n\n<SCRIPT type=text/javascript>   \n\n_uacct = "UA-928927-9";   \n\nurchinTracker();   \n\n</SCRIPT>');
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;
}
