function entrada()
{
	llamarasincrono('entrada.aspx','datos');
}

function tecnologia()
{
	llamarasincrono('tecnologia.aspx','datos');
}

function productos()
{
	llamarasincrono('productos.aspx','datos');
}
function contacto()
{
	llamarasincrono('contacto.aspx','datos');
}

function descargas()
{
	llamarasincrono('descargas.aspx','datos');
}
function equipo()
{
	llamarasincrono('equipo.aspx','datos');
}
function fechas(dato,dato2)
{
		llamarasincrono('news.aspx?fecha='+dato+'&id='+dato2+'','datos');
}
function fechas2(dato,dato2,dato3)
{

	llamarasincrono('news.aspx?fecha='+dato+'&mes='+dato2+'&id='+dato3+'','datos');
}
function fechas3(dato,dato2,dato3,dato4)
{
	llamarasincrono('news.aspx?fecha='+dato+'&mes='+dato2+'&dia='+dato3+'&id='+dato4+'','datos');
}
function news()
{
	llamarasincrono('news.aspx','datos');
}
function news2(dato)
{
	llamarasincrono('news.aspx?id='+dato+'','datos');
}

function servicios()
{
	llamarasincrono('servicios.aspx','datos');
}
function otros()
{
	llamarasincrono('otros.aspx','datos');
}
function quienes()
{
	llamarasincrono('quienes.aspx','datos');
}
function donde()
{
	llamarasincrono('donde.aspx','datos');
}
function filosofia()
{
	llamarasincrono('filosofia.aspx','datos');
}
function video()
{
	llamarasincrono('video.aspx','datos');
}
function empleo()
{
	llamarasincrono('empleo.aspx','datos');
}
function imprimir(dato)
{
	window.open('impresion.aspx?id='+dato+'','_blank','width=700px,height=580px');
}
function descarga(dato)
{
	llamarasincrono('descargas.aspx?tabla='+dato+'','datos');
}
function familias(dato)
{
	llamarasincrono('familias.aspx?id='+dato+'','productos');
}
function subfamilias(dato,dato2)
{
	llamarasincrono('subfamilias.aspx?id='+dato+'&id2='+dato2+'','productos');
}
function enviar_mail()
{
    dir=document.getElementById ('nombre').value;
	po=document.getElementById('poblacion').value;
	tel=document.getElementById('telefono').value;
	email=document.getElementById('mail').value;
	nom=document.getElementById('nombre').value;	
	ape=document.getElementById('apellidos').value;	
	des=document.getElementById('descripcion').value;
					
	open('enviar.aspx?&direccion='+ dir +'&poblacion='+ po +'&nombre='+ nom +'&apellidos='+ ape +'&descripcion='+ des +'&telefono='+ tel +'&mail='+ email +'','_self');

}
function enviar_mail2()
{
    dir=document.getElementById ('nombre').value;
	po=document.getElementById('poblacion').value;
	tel=document.getElementById('telefono').value;
	email=document.getElementById('mail').value;
	nom=document.getElementById('nombre').value;	
	ape=document.getElementById('apellidos').value;	
	des=document.getElementById('descripcion').value;
					
	open('enviar2.aspx?&direccion='+ dir +'&poblacion='+ po +'&nombre='+ nom +'&apellidos='+ ape +'&descripcion='+ des +'&telefono='+ tel +'&mail='+ email +'','_self');

}
function abrir()
{
	window.open('aviso.htm','','width=350, height=390');
}
