/*************************************************************************
  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;">CHECK IT OUT!!! Put your mouse over text with a yellow background to get more information to show up in this column</span>';
