// JavaScript Document
//////////////////////

   var fecha_actualiz;
   var date_modif;
   var YearCopyright;                   // 01/02/08
   var Mensaje1;                   // 01/02/08
   fecha_actualiz="22 Dic. 2011";
   date_modif="Dec. 22, 2011";
   YearCopyright="2011";
   Mensaje1="¿Le gustaría trabajar con nosotros?";

//   var Noticia1="Debido a los desgraciados acontecimientos ocurridos en Japón, con el terremoto y el tsunami, y sus consecuencias en la Central Nuclear de Fukushima, LAMSE ha incrementado la producción del monitor de radiación Eris1R y del monitor de contaminación radiactiva Eris1C con el fin de responder a la alta demanda de este tipo de equipos de medida.";
   var Noticia1=" ¡¡ LAMSE le desea una Feliz Navidad y un Feliz 2012 !!";
//   var Noticia1="Les recordamos que LAMSE cerrará por vacaciones del 1 al 30 de Agosto. ";
//   var Noticia1=" ";
   var Noticia2=" ";
   var Noticia3="Vea la familia de monitores portátiles ERIS1. El ERIS1R para la medida de la radiación Gamma y Rayos-X, y el ERIS1C para la detección y medida de contaminación radiactiva Alfa, Beta y Gamma.";
//   var Noticia3=" ";
   var Noticia4=" ";

//   var News1="Due to the unfortunate events happened in Japan, with the earthquake and the tsunami, and the consequences in the Fukushima Nuclear Power Plant, LAMSE has increased the production of the Eris1R radiation monitor and the Eris1C radioactive contamination monitor, in order to respond to the high demand for this type of equipment.";
   var News1="LAMSE wishes you a Merry Christmas and a Happy 2012!!";
//   var News1="LAMSE will be on vacation from 1st to 30th of August.";
//   var News1=" ";
   var News2=" ";
   var News3="A new family of radiation monitors is in the market. The ERIS1R to measure the Gamma and X-Rays radiation, and the ERIS1C to detect and measure of the Alpha, Beta and Gamma radioactive contamination.";
//   var News3=" ";
   var News4=" ";

/////////////////////////////////////////////////
   var TE1,TE2;
   TE1="¡¡ LAMSE le desea una Feliz Navidad y un Feliz 2012 !!"; 
//   TE1=" ¡¡ LAMSE estará de vacaciones del 1 al 30 de Agosto !!"; 
//   TE1=" ¡¡ LAMSE estará de vacaciones del 2 al 31 de Agosto !!"; 
//   TE1="  "; 
   TE2="  "; 
   TE1eng="LAMSE wishes you a Merry Christmas and a Happy 2012!!";
//   TE1eng=" LAMSE will be on vacation from 1st until 30th August!!"; 
//   TE1eng=" LAMSE will be on vacation from 2nd until 31th August!!"; 
//   TE1eng="  ";
   TE2eng="  "; 
   
   // 01/02/08
function escribe_Mensaje1(){ 
//   document.write("<a href='../../Lamse_es-100601/Espanol/pages-esp/Espanol/pages-esp/trabajo.htm' target='_parent'><font color='#000066'   >" + Mensaje1 + "</font></a>") 
   document.write("<a href='Espanol/pages-esp/trabajo.htm' target='_parent'><font color='#000066'  onMouseOver="+"this.style.color='#FFFF00'"+" onMouseOut="+"this.style.color='#000066'"+">" + Mensaje1 + "</font></a>") 
}
   // 01/02/08
function escribe_Mensaje2(){ 
   document.write("<a href='trabajo.htm' target='_parent'><font color='#000066' onMouseOver="+"this.style.color='#FFFF00'"+" onMouseOut="+"this.style.color='#000066'"+">" + Mensaje1 + "</font></a>") 
}

var usuario="info" ;
var dominio="lamse.es" ;
var conector="@" ;
function dame_correo(){ 
   return usuario + conector + dominio 
} 
function escribe_enlace_correo(){ 
   document.write("<a href='mailto:" + dame_correo() + "'>" + "<font onMouseOver="+"this.style.color='#FFFF00'"+" onMouseOut="+"this.style.color='#333366'"+">"+dame_correo() +"</font>"+"</a>") 
}
function escribe_enlace_correo2(){ 
   document.write("<a href='mailto:" + dame_correo() + "'>" + "<font color='#FFFFFF' onMouseOver="+"this.style.color='#FFFF00'"+" onMouseOut="+"this.style.color='#FFFFFF'"+">"+dame_correo() +"</font>"+"</a>") 
}
function parpadear() {
with (document.getElementById("parpadeo").style)
visibility = (visibility == "visible") ? "hidden" : "visible";
with (document.getElementById("parpadeo2").style)
visibility = (visibility == "visible") ? "hidden" : "visible";
with (document.getElementById("parpadeo3").style)
visibility = (visibility == "visible") ? "hidden" : "visible";
}

