function myfunction1(flag)
{
	var cont=null;
	if(flag==1)
		cont="<img border=0 src=\"http://chart.bigcharts.com/custom/frank-temp/franklint-asia.gifquote\">";
	else
		cont="<img border=0 src=\"http://chart.bigcharts.com/custom/frank-temp/global-indices.gifquote\">";

var HTML="<table cellspacing=0 cellpadding=0 border=0 bgcolor=\"#F5F5F5\" width=\"186\">";
HTML+="<tr><td colspan=2>"+cont+"</td></tr>";
HTML+="<tr>";
HTML+="<TD width=8><IMG	src=\"/images/s.gif\"></TD>";
HTML+="<td ><span class=smbodycon1>&#23500;&#34349;&#20811;&#26519;&#37159;&#26222;&#38931;&#20006;&#19981;&#20445;&#35657;&#20854;&#28310;&#30906;&#24615;&#12290;</span></td>";
HTML+="</tr>";
HTML+="</table>";

HTML+="<table> 				";
HTML+="<TR>";
HTML+="<td  colspan=3><IMG src='/images/s.gif'>&nbsp;</td> ";
HTML+="</tr> ";
HTML+="</Table>";

if (!document.all && document.getElementById)
	{
		document.getElementById("Layer1").innerHTML=HTML;
		//document.Layer1.document.close();
		document.getElementById("Layer1").style.visibility="visible";		
		return;

	}
if (document.all) {
		Layer1.innerHTML=HTML;
		document.all.Layer1.style.visibility="visible";
		return;
	}
	else{
		document.Layer1.document.write(HTML);
		document.Layer1.document.close();
		document.Layer1.visibility="visible";
		return;
	}
}