
window.onload = function(){
	show('popup');	
	MM_openBrWindow('http://www.sfiec.org.br/portalv2/sites/portaldafiec/images/banner.html','senai','width=388,height=335');
}

setTimeout("fecharSemCookie('popup')", 35000);

function show(name) {
	if (!Get_Cookie('popup_jdyh3243254244sefa')) {
		var x = document.getElementById(name);
		x.style.display = 'block';		
	}	
}

function fecharSemCookie(id) {
	var x = document.getElementById(id);
	x.style.display = 'none';

}

function fechar() {
	
	if (!Get_Cookie('popup_jdyh3243254244sefa')) {
		var x = document.getElementById('popup');
		x.style.display = 'none';
		Set_Cookie('popup_jdyh3243254244sefa', 'true');
	}		
}

