function setSiteMO(s)
 {
  var mo = "";
  if(s)
    mo = "_mo";

  document.getElementById("header").className="header"+mo;
  document.getElementById("page_content").className="page_content"+mo;
  document.getElementById("footer").className="footer"+mo;
 }
