function anim_main(){
texto='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="774" height="250">';
texto=texto+'<param name="movie" value="main_anim.swf">';
texto=texto+'<param name="quality" value="High">';
texto=texto+'<PARAM NAME=wmode VALUE=transparent>';
texto=texto+'<embed src="main_anim.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="744" height="200" quality="High"></object>';
document.write(texto);
}

function anim_servicos(){
texto='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="745" height="250">';
texto=texto+'<param name="movie" value="servicos_anim.swf">';
texto=texto+'<param name="quality" value="High">';
texto=texto+'<embed src="servicos_anim.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="744" height="200" quality="High"></object>';
document.write(texto);
}

function sonoro(){
texto='<embed src="sons/camera_click.wav" autostart=false width=0 height=0 name="sound1" enablejavascript="true">';
document.write(texto);
}

function anim_upload(){
texto='<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="100" height="100" id="upload" align="middle">'
texto=texto+'<param name="allowScriptAccess" value="sameDomain" />'
texto=texto+'<param name="movie" value="upload.swf" /><param name="quality" value="high" /><param name="bgcolor" value="#ffffff" /><embed src="upload.swf" quality="high" bgcolor="#ffffff" width="100" height="100" name="upload" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" /></object>'
document.write(texto);
}

function bt_eventos(opcao){
texto='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="110" height="21">';
texto=texto+'<param name="movie" value="../botoes/bt_eventos.swf?opcao='+opcao+'"><param name="quality" value="High">';
texto=texto+'<embed src="../botoes/bt_eventos.swf?opcao='+opcao+'" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="110" height="21" quality="High"></object>';
document.write(texto);
}

function bt_ajuda(){
texto='<object classid="clsid:D27CDB6E-AE6D-11CF-96B8-444553540000" id="obj1" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,40,0" border="0" width="110" height="21">';
texto=texto+'<param name="movie" value="botoes/bt_ajuda.swf"><param name="quality" value="High">';
texto=texto+'<embed src="botoes/bt_ajuda.swf" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" name="obj1" width="110" height="21" quality="High"></object>';
document.write(texto);
}
