
function fecha_banner()
{
	var banner_obj = document.getElementById('banner_popup');
	banner_obj.style.display = 'none';
}



/*function abre_banner()
{
	var banner_obj = document.getElementById('banner_popup');

	banner_obj.style.left = '200px';
	banner_obj.style.top = '100px';

	banner_obj.style.display = 'block';
}
*/

/*function fechar()
{
document.getElementById('banner_popup').style.display = 'none';document.getElementById('banner_popup').style.display = 'none';
}*/
function abre_banner()
{
document.getElementById('banner_popup').style.display = 'block';
document.getElementById('banner_popup').style.display = 'block';
}

