// FECHA DE ACTUALIZACION

var DD = "22";	//Dia
var MM = "10"; 	//Mes
var AA = "2001"; 	//Año

// VARIABLES

var mens1= "Bienvenidos al Sitio WEB de Befesa Construcción y Tecnología Ambiental, S.A.";
var mensaje = mens1;

// SALTAR A UNA URL EN UN FRAME

function Buscador( ) {
  Buscador=open("Buscador.html","Buscador","menubar=0,width=200,height=60,top=100,left=100");
 }


function Saltar ( URL,destino,num ) {
   open(URL+"?"+num,destino ,"");
 }


function AbrirVentana (URL,destino, ancho, alto) {
   open(URL,destino,"width=" + ancho + ",height=" + alto + ",top=100,left=100,");
 }



// MODIFICAR BARRA DE ESTADO

function mens ( texto ) {
   mensaje = texto; 
 }

// MODIFICAR BARRA DE ESTADO

function BarraEstado ( ) {
   window.status = mensaje;
   setTimeout("BarraEstado()",250); 
 }
