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><IMG	src=\"/common/img/s.gif\" border=0 width=2 height=1></TD>";
HTML+="<td align=left><span class=smbodycon1><font color=#828282>Franklin Templeton does not guarantee its accuracy.</font></span></td> ";
HTML+="</tr>";
HTML+="</table>";

HTML+="<table> 				";
HTML+="<TR>";
HTML+="<td  colspan=3><IMG src='/common/img/s.gif'>&nbsp;</td> ";
HTML+="</tr> ";
HTML+="</Table>";

HTML+="<TABLE bgColor=#f5f5f5 border=0 cellPadding=0 cellSpacing=0 ";
HTML+="width=186>";
HTML+="<TBODY>";
HTML+="<TR>";
HTML+="</SPAN></TD></TR></TBODY></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;
	}
}

