// JavaScript Document


 function flashMenu(){
	document.writeln('<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="176" height="600">');
	document.writeln('<param name="movie" value="swf/menu_etiquetas.swf">');
	document.writeln('<param name="menu" value="false">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="scale" value="noborder">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<param name="bgcolor" value="#FFFFFF">');
	document.writeln('<embed src="swf/menu_etiquetas.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="176" height="600" wmode="transparent"></embed>');
	document.writeln('</object>');
 }
 
/* function flashMapa(){ <!--Localização-->
	document.writeln('<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="600" height="400">');
	document.writeln('<param name="movie" value="swf/mapa.swf">');
	document.writeln('<param name="menu" value="false">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="scale" value="noborder">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<embed src="swf/mapa.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="400" wmode="transparent"></embed>');
	document.writeln('</object>');
 }*/
 
 
 function flashTopo(value) {
	document.writeln('<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="600" height="198" title="Topo Home">');
	document.writeln('<param name="movie" value="swf/'+value+'.swf">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<embed src="swf/'+value+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="600" height="198"></embed>');
	document.writeln('</object>');
 }

 function flashScroll(value){
	document.writeln('<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="500" height="60">');
	document.writeln('<param name="movie" value="swf/'+value+'.swf">');
	document.writeln('<param name="quality" value="high">');
	document.writeln('<param name="scale" value="noborder">');
	document.writeln('<param name="wmode" value="transparent">');
	document.writeln('<embed src="swf/'+value+'.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="500" height="60" wmode="transparent"></embed>');
	document.writeln('</object>');
 }