
function inicio() { 
document.location="/index.jsp";
}

function programacion() { 
document.location="/programacion.jsp";
}

function foros() {
document.location="/comunidad/";	
}

function videos() { 
document.location="/videos.jsp";
}

function moviles() { 
document.location="/smspacha.jsp";
}

function miranos() { 
document.location="/pacha.jsp?seccion=mira";
}

function descargas() { 
document.location="/pacha.jsp?seccion=descargas";
}

function canal() { 
document.location="/pacha.jsp?seccion=canal";
}

function contacta() { 
document.location="/pacha.jsp?seccion=contacta";
}

