document.write('<table width="100%" border="0" cellpadding="0" cellspacing="0">');
document.write('<tr><td height="35" colspan="3">');
document.write('<table width="1096" height="35" border="0" cellpadding="0" cellspacing="0"><tr>');
document.write('<td><img src="topo/mnu_off_01.jpg" width="196" height="35" alt=""></td>');
document.write('<td><a href="/"><img src="topo/mnu_off_02.jpg" alt="P&aacute;gina Inicial" width="116" height="35" border="0" id="mnu_02"></a></td>');
document.write('<td><img src="topo/mnu_off_03.jpg" width="19" height="35" alt=""></td>');
document.write('<td><a href="/quem-somos.asp"><img src="topo/mnu_off_04.jpg" alt="Quem Somos" name="mnu_04" width="108" height="35" border="0" id="mnu_04"></a></td>');
document.write('<td><img src="topo/mnu_off_05.jpg" width="19" height="35" alt=""></td>');
document.write('<td><a href="/engenheiros-e-arquitetos.asp"><img src="topo/mnu_off_06.jpg" alt="Engenheiros e Arquitetos" name="mnu_06" width="199" height="35" border="0" id="mnu_06"></a></td>');
document.write('<td><img src="topo/mnu_off_07.jpg" width="19" height="35" alt=""></td>');
document.write('<td><a href="/dimensione.asp"><img src="topo/mnu_off_08.jpg" alt="Dimensione" name="mnu_08" width="99" height="35" border="0" id="mnu_08"></a></td>');
document.write('<td><img src="topo/mnu_off_09.jpg" width="19" height="35" alt=""></td>');
document.write('<td><a href="/orcamento.asp"><img src="topo/mnu_off_10.jpg" alt="Or&ccedil;amento" width="100" height="35" border="0" id="mnu_10"></a></td>');
document.write('<td><img src="topo/mnu_off_11.jpg" width="19" height="35" alt=""></td>');
document.write('<td><a href="/entre-em-contato.asp"><img src="topo/mnu_off_12.jpg" width="138" height="35" alt="Entre em Contato" id="mnu_12" border="0"></a></td>');
document.write('<td><img src="topo/mnu_off_13.jpg" width="47" height="35" alt=""></td>');
document.write('</tr></table>');
document.write('</td></tr><tr>');
document.write('<td width="312" height="315" valign="top"><img src="topo/vida_topo_left.jpg" width="312" height="315"></td>');
document.write('<td valign="top" width="473" height="315" style="background-image:url(topo/00.jpg);">');
document.write('<div id="imgflip" style="width:473px;">');
document.write('<img src="topo/01.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/02.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/03.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/04.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/05.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/06.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/07.jpg" width="473" height="315" alt="" />');
document.write('<img src="topo/08.jpg" width="473" height="315" alt="" />');
document.write('</div>');
document.write('<td width="313" height="315" align="left" valign="top"><img src="topo/vida_topo_right.jpg" width="313" height="315"></td>');
document.write('</tr>');
document.write('</table>');

( function($) {



$(document).ready(function() {
$('#imgflip').cycle({
fx: 'fade' // choose your transition type, ex: fade, scrollUp, shuffle, etc...
});
$('#mnu_02').hover(function(){$("#mnu_02").attr("src", "topo/mnu_02.jpg");}, function(){$("#mnu_02").attr("src", "topo/mnu_off_02.jpg")});
$('#mnu_04').hover(function(){$("#mnu_04").attr("src", "topo/mnu_04.jpg");}, function(){$("#mnu_04").attr("src", "topo/mnu_off_04.jpg")});
$('#mnu_06').hover(function(){$("#mnu_06").attr("src", "topo/mnu_06.jpg");}, function(){$("#mnu_06").attr("src", "topo/mnu_off_06.jpg")});
$('#mnu_08').hover(function(){$("#mnu_08").attr("src", "topo/mnu_08.jpg");}, function(){$("#mnu_08").attr("src", "topo/mnu_off_08.jpg")});
$('#mnu_10').hover(function(){$("#mnu_10").attr("src", "topo/mnu_10.jpg");}, function(){$("#mnu_10").attr("src", "topo/mnu_off_10.jpg")});
$('#mnu_12').hover(function(){$("#mnu_12").attr("src", "topo/mnu_12.jpg");}, function(){$("#mnu_12").attr("src", "topo/mnu_off_12.jpg")});
});



} ) ( jQuery );


