function ver_video(id){

mostrar('div_consola','consola',id);
}

function menu(id){
	tipo=this.document.getElementById('var_tipo').value;
	this.document.getElementById('var_id').value=id;
	mostrar('menu_navegacion','menu',id+'&tipo='+tipo+'&cat='+id);
	
	}
	
function despliegue(tipo){
	id=this.document.getElementById('var_id').value;
	this.document.getElementById('var_tipo').value=tipo;
	mostrar('menu_navegacion','menu',id+'&tipo='+tipo+'&cat='+id);
	
}


function online(){
        mostrar('div_consola','online','');

}


