function someBanner()
{
	var banner_obj = document.getElementById('banner-capa');
	banner_obj.style.display = 'none';
}




