// Menu superior - Imagens

///Url da Pagina
var url='http://www.sateliteterraplenagem.com.br/'

			  document.write('<tr>');
			  document.write('<td width="23%" valign="top">');
			  document.write('<div align="left">');
			  document.write('<font color="#FF6600" size="3" face="Georgia, Times New Roman, Times, serif">');
			  document.write('<strong>');
			  document.write('<img src="images/layout_01.gif" width="273" height="106" border="0" usemap="#Map">');
			  document.write('</strong>');
			  document.write('</font>');
			  document.write('</div>');
			  document.write('</td>');
			  document.write('<td width="77%" valign="top">');
			  document.write('<div align="left">');
			  document.write('<font color="#FF6600" size="3" face="Georgia, Times New Roman, Times, serif">');
			  document.write('<strong>');
			  document.write('<img src="images/layout_02.gif" width="505" height="106" border="0" usemap="#Map2">');
			  document.write('</strong>');
			  document.write('</font>');
			   document.write('</div>');
			    document.write('</td>');
				 document.write('</tr>');
				 document.write('<map name="Map">');
				 document.write('<area shape="rect" coords="13,80,125,101" href="index.htm">');
				 document.write('<area shape="rect" coords="142,81,262,102" href="terraplenagem.htm">');
				 document.write('<area shape="rect" coords="6,3,169,72" href="index.htm">');
				 document.write('</map>');
				 document.write('<map name="Map2">');
				 document.write('<area shape="rect" coords="10,80,119,102" href="equip.htm">');
				 document.write('<area shape="rect" coords="135,81,212,100" href="locacoes.htm">');
				 document.write('<area shape="rect" coords="229,82,276,99" href="links.htm">');
				 document.write('<area shape="rect" coords="293,81,393,100" href="fale.htm">');
				 document.write('</map>');
				 









