function jump_to ( url ) {
	if (url == 'ideas_porta'){
			document.location.href = "http://www.porta.net/ideasporta/";
	} else if (url == 'comunidad_ideas'){
			document.location.href = "http://www.comunidadideas.com";
	} else if (url == 'ideas_futbol'){
			document.location.href = "http://www.ideasfutbol.com";
	} else if (url == 'porta_net'){
			document.location.href = "http://www.porta.net";
	} else if (url == 'porta_free'){
			window.open('http://www.portafree.com/inicio.html','','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=809,height=491');
	} else if (url == 'portal_proveedores'){
			document.location.href = "http://www.porta.net/proveedores/";
	} else if (url == 'web_mail'){
			window.open('http://correo.porta.net/','','resizable=no,location=no,menubar=no,scrollbars=no,status=no,toolbar=no,fullscreen=no,dependent=no,width=809,height=491');
	} else if (url == 'tonomania'){
			document.location.href = "http://tonomania.porta.net/";
	} else if (url == 'america_movil'){
			document.location.href = "http://www.americamovil.com/";
	} else if (url == 'consejo_nacional_electoral'){
			document.location.href = "http://www.cne.gov.ec/";
	} else if (url == 'supertel'){
			document.location.href = "http://www.supertel.gov.ec";
	}
}
