function fecha_banner()
{
	var banner_obj = document.getElementById('banner_popup');
	banner_obj.style.display = 'none';
}
function abre_popup()
{
	/*var banner_obj = document.getElementById('banner_popup');
	banner_obj.style.display = 'none';
	window.open('http://palcomp3.com/bandacarrodeplayboy/','pwdwindow2');
	exit();*/
}

function fecha_banner_timeout()
{
	setTimeout('fecha_banner()', 50000);
}

function abre_banner()
{
	var banner_obj = document.getElementById('banner_popup');

	banner_obj.style.left = '200px';
	banner_obj.style.top = '100px';

	banner_obj.style.display = '';
	
	fecha_banner_timeout();
	
	/*window.open('http://palcomp3.com/bandacarrodeplayboy/','pwdwindow2');
	exit();*/
}
