
 var IE4 = (document.all) ? 1 : 0;

function loadme(){
  div = new Array()
  div[0] = (IE4) ? expl : eval(document.expl);
}

function showSection(section){
	if (IE4){
        div[0].innerHTML = "<FONT COLOR='##3399CC' size=1 face='verdana,arial,helvetica,sans-serif'><b>" + section + "</b></FONT>"
        }
    }

function emptySection(){
	if (IE4){
        div[0].innerHTML = "&nbsp;"
        }
    }
