/*************************************************************************
  This code is from Dynamic Web Coding at http://www.dyn-web.com/
  See Terms of Use at http://www.dyn-web.com/bus/terms.html
  Permission granted to use this code
  as long as this entire notice is included.
  SEE	http://www.dyn-web.com/dhtml/write-lyrs/innerhtml.html
		http://www.dyn-web.com/dhtml/write-lyrs/innerhtml2.html
*************************************************************************/

function changeContent(id,shtml) {
   if (document.getElementById || document.all) {
      var el = document.getElementById? document.getElementById(id): document.all[id];
      if (el && typeof el.innerHTML != "undefined") el.innerHTML = shtml;
   }
}

var basicmessage = '<span style="color:red; font-size:11px;">Pon la <B>flecha del ratón</B> sobre cualquier texto, enlaces u otros objetos con <SPAN STYLE="background-color: #ffffca; font-weight:bold; border: solid #000000 1;">fondo amarillo</SPAN>, <SPAN STYLE="background-color: D9E2FF; font-weight:bold; border: solid #000000 1;">fondo morado</SPAN> o <SPAN STYLE="background-color: D3EDD3; font-weight:bold; border: solid #000000 1;">fondo verde</SPAN> para ver más información (elaboraciones en la columna de la la derecha, elaboraciones en la punta de flecha, y traducciones, respectivamente). La ventana del navegador debería tener 1000 pixeles de ancho</B>.</span>';
