function resolucionator(){

	document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0" width="796" height="427" id="flashe" name="flashe">');
	document.write('<param name="movie" value="preloader.swf">');
	document.write('<param name="quality" value="high">');
	document.write('<embed src="preloader.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="796" height="427" id="flashe2" name="flashe2"></embed>');
	document.write('</object>');
}

function recebe(c){
	document.write("<object classid='clsid:D27CDB6E-AE6D-11cf-96B8-444553540000' codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,19,0' width='594' height='427'>");
	document.write("<param name='movie' value='navegador.swf?id="+c+"'>");
	document.write("<param name='quality' value='high'>");
	document.write("<embed src='navegador.swf?id="+c+"' quality='high' pluginspage='http://www.macromedia.com/go/getflashplayer' type='application/x-shockwave-flash' width='594' height='427'></embed>");
	document.write("</object>");
}