/*_____________________pop-up_
Colocar na index
<div id="popup"><a id="fechar" href="javascript: fechar();">X</a></div>
*/
function fechar(){
document.getElementById("popup").style.display = "none";
}
function abrir(){
document.getElementById("popup").style.display = "block";
//setTimeout ("fechar()", 3000);
}

/*_____________________Abre folheto de oferta_
html   --> <script src="js/script.js" type="text/JavaScript"></script>
flash  --> on (release) { getURL("javascript:abreOferta()"); }
*/

function abreOferta()
{
	 window.open('ofertas/index_ofertas.php','ofertas','scrollbars=1, menubar=1, resizable=1, fullscreen=1')
}
function abreOfertain()
{
	 window.open('../ofertas/index_ofertas.php','ofertas','scrollbars=1, menubar=1, resizable=1, fullscreen=1')
}
function abreOfertaesp()
{
	 window.open('ofertas/ofertas_especial/index.php','ofertas','scrollbars=1, menubar=1, resizable=1, fullscreen=1')
}

/*__________________________Animações de topo ----->ex.: <body onload="aniTopo(); aniHome();">*/
function aniTopo()
{
	var so = new SWFObject("swf/topo.swf", "b_topo", "680", "165", "7", "#FFFFFF");
   	so.addParam("quality", "high");   
	so.addParam("wmode", "transparent");   
	so.write("topo");
}
function aniTopoTeste()
{
	var so = new SWFObject("swf/topoteste.swf", "b_topo", "680", "165", "7", "#FFFFFF");
   	so.addParam("quality", "high");   
	so.addParam("wmode", "transparent");   
	so.write("topo");
}
function aniTopoin()
{
	var so = new SWFObject("../swf/topo_interno.swf", "b_topo", "1000", "150", "7","");
   	so.addParam("quality", "high");   
	so.write("topo");	
}

/*_________________________Animações da Index_*/
function aniHome()
{
	var so = new SWFObject("swf/index.swf", "b_topo", "1000", "390", "7", "#FFFFFF");
   	so.addParam("quality", "high");   
	so.addParam("wmode", "transparent");   
	so.write("conteudo");
}
