function chamaFlash(w,h,src) {
	document.write('<object style="z-index:4000;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="' + w + '" height="' + h + '">');
	document.write('<param name="wmode" value="transparent"><PARAM NAME=movie VALUE="' + src + '">');
	document.write('<embed wmode="transparent" src="' + src + '" quality="high" width="' + w + '" height="' + h + '" type="application/x-shockwave-flash"></object>');
}