function flash(label){
	<!--alert(label)-->
if (AC_FL_RunContent == 0) {
	alert("This page requires AC_RunActiveContent.js. In Flash, run \"Apply Active Content Update\" in the Commands menu to copy AC_RunActiveContent.js to the HTML output folder.");
	} else {
		AC_FL_RunContent(
		'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0',
		'width', '100%',
		'height', '100%',
		'src', 'cenario',
		'quality', 'high',
		'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
		'align', 'middle',
		'play', 'true',
		'loop', 'true',
		'scale', 'showall',
		'wmode', 'transparent',
		'devicefont', 'false',
		'id', 'cenario',
		'name', 'cenario',
		'menu', 'true',
		'allowScriptAccess','sameDomain',
		'movie', 'cenario',
		'salign', 't',
		'flashvars' ,'sessao_atual='+label
		); 
	}
}
