<!--

//Fazer os ajustes no layout nas duas variaveis ajuste_

ajuste_horizontal = 0; //ajuste horizontal layout
ajuste_vertical = 0; //ajuste vertical layout
nome_arquivo = 'anima_intro_site.swf'; //nome do arquivo
tamanho_h = 350; //tamanho horizontal do flash
tamanho_v = 350; //tamanho vertical do flash


// -------------- NÃO alterar abaixo -----------

horizontal = 0;
vertical = 90;
meioT = screen.width/2;
meioB = tamanho_h/2;
horizontal = meioT - meioB;
horizontal = horizontal + ajuste_horizontal;
vertical = vertical + ajuste_vertical;


document.write('<div id="mascara" style="position:absolute; z-index:0; left:'+horizontal+'px; top: '+vertical+'px;">');
document.write('<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="'+tamanho_h+'" height="'+tamanho_v+'">');
document.write('<param name="movie" value="'+nome_arquivo+'">');
document.write('<param name="wmode" value="transparent">');
document.write('<param name="quality" value="high">');
document.write('<param name="menu" value="false">');
document.write('<param name="SCALE" value="exactfit">');
document.write('<param name="loop" value="false">');
document.write('<embed src="'+nome_arquivo+'" width="'+tamanho_h+'" height="'+tamanho_v+'" quality="high" scale="exactfit" wmode="transparent" loop="false" menu="false" scale="exactfit" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash"></embed>');
document.write('</object>');
document.write('</div>');

-->
