// JavaScript Document by William Fernandes

function menu()
{
	  document.getElementById("menu").innerHTML='<img src="img/loop11topo.jpg" alt="" width="920" height="311" border="0" usemap="#Map" />\
  <map name="Map" id="Map">\
    <area shape="rect" coords="115,227,171,250" href="index.php" target="_self" alt="" />\
    <area shape="rect" coords="222,229,357,249" href="linharc.html" target="_self" alt="" />\
    <area shape="rect" coords="406,227,512,249" href="fotos.php" target="_self" alt="" />\
    <area shape="rect" coords="564,228,679,249" href="videos.php" target="_self" alt="" />\
    <area shape="rect" coords="730,231,804,248" href="duvidas.html" target="_self" alt="" />\
<area shape="poly" coords="356,183,562,185,560,90,472,26,383,37,359,107" href="index.php" target="_self" alt="" />\
 </map>\	';
 
 	return true;
}
