function showTransferCharacter(topPoint,leftPoint)
{
	TCHTMLstr = "";
	TCHTMLstr += "<img border='0' src='../images/bg5.jpg' style='position:absolute;top:"+(topPoint+3)+"px;left:"+(leftPoint-100)+"px;z-index:2;cursor:hand' onclick=changeChar('tc');>\n";
	TCHTMLstr += "<img border='0' src='../images/en.jpg' style='position:absolute;top:"+(topPoint+3)+"px;left:"+(leftPoint-30)+"px;z-index:2;cursor:hand' onclick=changeChar('en');>\n";
	TCHTMLstr += "<img src='../images/rightMenuTag.jpg' style='position:absolute;top:"+topPoint+"px;left:"+leftPoint+"px;z-index:1'>\n";
	document.writeln(TCHTMLstr);
}