function chamaFlash(w,h,src) {
	document.write('<object style="z-index:4000;" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownloadocument.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" 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" pluginspage="http://www.macromedia.com/go/getflashplayer"></object>');
}
