<!--

function abrirPublicidad(id)
{
	//url = URL_BASE + '/publicidad/ver/' + id
	window.open(URL_BASE+'/comercial/index/' + id, 
				'Comercial' , 
				'width=495,height=350,scrollbars=NO,resizable=NO,directories=NO,location=NO,menubar=NO,toolbar=NO');
}



-->