function tyc() {
	$('#contenido').html('')
	$('#contenido').load('tyc.php')
}

function pdp() {
	$('#contenido').html('')
	$('#contenido').load('pdp.php')
}

function faq() {
	$('#contenido').html('')
	$('#contenido').load('faq.php')
}
function talleres() {
	$('#contenido').html('')
	$('#contenido').load('talleres.php')
}
function trastorno() {
	$('#contenido').html('')
	$('#contenido').load('trastorno.php')
}
function depresion() {
	$('#contenido').html('')
	$('#contenido').load('depresion.php')
}
function mania() {
	$('#contenido').html('')
	$('#contenido').load('mania.php')
}
function contacto() {
	$('#contenido').html('')
	$('#contenido').load('contacto.php')
}
function actividades() {
	$('#contenido').html('')
	$('#contenido').load('actividades.php')
}
function articulos() {
	$('#contenido').html('')
	$('#contenido').load('articulos.php')
}
function biblioteca() {
	$('#contenido').html('')
	$('#contenido').load('biblioteca.php')
}
function grupos() {
	$('#contenido').html('')
	$('#contenido').load('grupos.php')
}
function links() {
	$('#contenido').html('')
	$('#contenido').load('links.php')
}
function novedades() {
	$('#contenido').html('')
	$('#contenido').load('novedades.php')
}
function videoteca() {
	$('#contenido').html('')
	$('#contenido').load('videoteca.php')
}
function subibaja() {
	$('#contenido').html('')
	$('#contenido').load('subibaja.php')
}
function historia() {
	$('#contenido').html('')
	$('#contenido').load('historia.php')
}
function vervideo(cual) {
	$('#contenido').html('')
	$('#contenido').load('videoteca/'+cual+'.php')
}
function entercode(cual) {
	$('#contenido').html('')
	$('#contenido').load('incode.php?idcurso='+cual)
}
function entercode2(cual) {
	$('#contenido').html('')
	$('#contenido').load('incode.php?idcurso='+cual+'&ancla=d')
}
function verreunion(cual) {
	$('#contenido').html('')
	$('#contenido').load('grupos.php?ancla='+cual)
}
function registro() {
	$('#contenido').html('')
	$('#contenido').load('preregistro.php')
}
function legales() {
	$('#contenido').html('')
	$('#contenido').load('legales.php')
}




function login() {
	$('#login').load('formlogin.php')
}
function rememberlogin() {
	$('#login').load('remlogin.php')
}

function viewvideo(elid) {

	$('#cuerpovideo').html('')
	$('#cuerpovideo').load('video.php?id='+elid)
}
function viewvideo2(elid) {
	window.open ("newvideo.php?video="+escape(elid),"mywindow","menubar=0,resizable=1,width=800,height=600");

	/*$('#cartelera').remove()
	$('#contenido').html('')
	$('#contenido').css('width','800px')
	$('#contenido').css('height','918px')
	$('#contenido').css('padding','5px')
	$('#contenido').load('newvideo.php?video='+elid)*/
}

function vertemaforo(elid) {

	$('.textointroaula').html('')
	$('.textointroaula').load('vertema.php?id='+elid)
}
function descargas() {

	$('.textointroaula').html('')
	$('.textointroaula').load('descargas.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=descargas')
}
function videos() {

	$('.textointroaula').html('')
	$('.textointroaula').load('clases.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=videos')
}
function cargamaterial() {

	$('.textointroaula').html('')
	$('.textointroaula').load('cargamaterial.php')
	//window.open ("cargamaterial.php","mywindow","menubar=0,resizable=0,width=350,height=250");
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=videos')
}
function descargas2() {

	$('.textointroaula').html('')
	$('.textointroaula').load('descargas2.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=descargas')
}

function deletecartelera(elid) {

	$('#carteleratt').html('')
	$('#carteleratt').load('deletecart.php?id='+elid)

	}
function refreshcartelera() {
	$('#carteleratt').html('')
	$('#carteleratt').load('cartelera.php')
}
function foro() {
	$('.textointroaula').html('')
	$('.textointroaula').load('foro.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=foro')
}
function videos2() {
	$('.textointroaula').html('')
	$('.textointroaula').load('seleccion.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=videos')
}
function cargavideo() {
	$('.textointroaula').html('')
	$('.textointroaula').load('cargavideo.php')
	$('#botones').html('')
	$('#botones').load('botones.php?ubicacion=videos')
}

function vermas(what) {
	$('#contenido').html('')
	$('#contenido').load('shownews.php?id='+what)
}


function gracias() {
	$('.textointroaula').html('')
	$('.textointroaula').load('graciascarga.php')
	$('#botones').html('')
	$('#botones').load('botones.php')
}