
	function ___fechaDiv(){document.getElementById("prepareSe").style.display='none';}
	
	function resizeDiv(){
		document.getElementById("divTotvs").style.height = document.body.clientHeight;
		document.getElementById("divTotvs").style.width = document.body.clientWidth;
		document.getElementById("iframeTotvs").style.height = document.body.clientHeight;
		document.getElementById("iframeTotvs").style.width = document.body.clientWidth;			
	}	
			
	var loc = String(document.location); 
	var allow = ["pt_br/eventos/introducao","cliente%5Fonline","clienteonline.asp","cliente_online","ouvidoria","ac.totvs.com.br","treinamentos/introducao","treinamentos/inscricao","solucoes/microsoft","recadastro.asp","confirmardados.asp","recadastrorepresentante.asp","dadosdoadmin"];

	var __allowed = 0;
		
	for (var a=0;a<allow.length; a++){
		if(loc.indexOf(allow[a])!=-1){
			__allowed = 1;
		}
	}
	
	if(__allowed != 1){					
		var popupContent = "<div id='divTotvs' style='position:absolute; top:0px; left:0px; width:100%; height:100%; z-index:20001; border:0px solid black'>";
		popupContent += "<iframe id='iframeTotvs' src='/__popup/divpopup.html' style='width:100%; height:100%;' frameborder='0' ";
		popupContent += "allowtransparency='true'></iframe></div>";
		document.write(popupContent);
	
		document.body.scroll = "no";
	}