// JavaScript Document

function MM_showHideLayers() { //v9.0
  var i,p,v,obj,args=MM_showHideLayers.arguments;
  for (i=0; i<(args.length-2); i+=3) 
  with (document) if (getElementById && ((obj=getElementById(args[i]))!=null)) { v=args[i+2];
    if (obj.style) { obj=obj.style; v=(v=='show')?'visible':(v=='hide')?'hidden':v; }
    obj.visibility=v; }
}

function abrir(URL) {
  var width = 700;
  var height = 650;
  var left = 99;
  var top = 99;
  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}


function linksDF(URL) {
  var width = 700;
  var height = 430;
  var left = 99;
  var top = 99;
  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function intranet(URL) {
  var width = 700;
  var height = 430;
  var left = 99;
  var top = 99;
  window.open(URL,'janela', 'width='+width+', height='+height+', top='+top+', left='+left+', scrollbars=yes, status=no, toolbar=no, location=no, directories=no, menubar=no, resizable=no, fullscreen=no');
}

function openPop() {
		window.open('http://www.projetovida.com.br/pop_ciclo.html','popbanner','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=350,height=300, top=0,left=0,');		//window.open('http://www.projetovida.com.br/pop_new.html','popbanner','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=253,height=224, top=0,left=0,');
	//MM_showHideLayers('banner_encontrao','','');
	//MM_showHideLayers('popflut','','hide');	
}
//window.open('http://www.projetovida.com.br/pop.html','popbanner','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=258,height=229, top=0,left=0,');
//window.open('http://www.projetovida.com.br/pop_up_arte-na-vila_2009.html','popbanner','toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,width=220,height=450, top=0,left=0,');window.focus()

function openWin(sURL,sNome,iWidth,iHeight)

{

 window.open(sURL,sNome,"status=no,menubar=no,toolbar=no,width="+ iWidth +",height="+ iHeight +",scrollbars=yes, top="+ (screen.height - iHeight)/2 +",left="+(screen.width - iWidth)/2 + "directories=no");

}


function hide_mitos(){
	elem = document.getElementById("pop_saci");
 	elem.style.display = "none";
}