﻿// JavaScript Document

document.write(' <!--[if IE 6]> 	<style type="text/css"> #atualizanav{ 	width:450px; 	height: 325px; 	left:50%; 	margin-left:-225px; 	top:50px;	position:absolute;	z-index:50;}</style>     <div id="atualizanav"><img src="/scripts/atualizar-navegador.jpg" alt="Atualize seu navegador!" width="450" height="325" border="0" usemap="#Map" />	  <map name="Map" id="Map">	    <area shape="rect" coords="27,253,120,349" href="http://www.microsoft.com/brasil/windows/internet-explorer/worldwide-sites.aspx" target="_blank" alt="Internet Explorer 8" />		    <area shape="rect" coords="130,254,205,374" href="http://br.mozdev.org/download/" target="_blank" alt="Firefox" />		    <area shape="rect" coords="223,250,303,388" href="http://www.opera.com/download/" target="_blank" alt="Opera" />		    <area shape="rect" coords="322,248,401,366" href="http://www.google.com.br/chrome" target="_blank" alt="Google Chrome" />			<area shape="rect" coords="408,73,470,342" href="http://www.paulowd.com.br/" target="_blank" alt="webDesigner PauloVictor" />		    <area shape="rect" coords="373,3,445,25" href="#" alt="Fechar" onclick="fechar()" />		  </map>	</div>	  <![endif]-->');

window.onload = function(){
if(document.getElementById('atualizanav') != null)
    setInterval("document.getElementById('atualizanav').style.display='none'", 30000);
}

function fechar(){
	document.getElementById('atualizanav').style.display='none';
}


