// JavaScript Document
function funcion(id)
{
	if (id==1)
		window.location.href='http://www.keopstd.com/web/keops.html';
	if (id==2)
		window.location.href='http://www.keopstd.com/web/productos.html';
	if (id==3)
		window.location.href='http://www.keopstd.com/web/servicios.html';
	if (id==4){
	}
	if (id==5)
		window.location.href='http://www.keopstd.com/web/contactenos/';
}
function abrir(Direccion, alto, ancho) {
		var opcion ="top=0,left=0,toolbar=no,location=no,status=no, menubar=no,scrollbars=yes, resizable=yes,width=" + ancho + ",height=" + alto;

		var nueva = window.open(Direccion, "ventanabuscar", opcion);
}