  function S2etBoxText($show) {
    var X = document.getElementById("b2ox_text");
    var Y = document.getElementById("title_" + $show);

    X.innerHTML = Y.innerHTML;

    $hide = "w2elcome";
    if ($show == "w2elcome") $hide = "w2elcome";
    with (document.getElementById("title_" + $hide).style) {
      backgroundColor = "#DFDFDF";
      color = "black";
    }
    $hide = "i2nformations";
    if ($show == "i2nformations") $hide = "i2nformations";
    with (document.getElementById("title_" + $hide).style) {
      backgroundColor = "#DFDFDF";
      color = "black";
    }
    $hide = "c2opyrights";
    if ($show == "c2opyrights") $hide = "c2opyrights";
    with (document.getElementById("title_" + $hide).style) {
      backgroundColor = "#DFDFDF";
      color = "black";
    }
	$hide = "c2opyrights2";
    if ($show == "c2opyrights2") $hide = "c2opyrights2";
    with (document.getElementById("title_" + $hide).style) {
      backgroundColor = "#DFDFDF";
      color = "black";
    }
	
	$hide = "c2opyrights3";
    if ($show == "c2opyrights3") $hide = "c2opyrights3";
    with (document.getElementById("title_" + $hide).style) {
      backgroundColor = "#DFDFDF";
      color = "black";
    }

    with (document.getElementById("title_" + $show).style) {
	  backgroundColor = "#EFEFEF";
      color = "black";
    }
    return true;
  }


