function buttonTextHi(thisObj){thisObj.className="buttonTextHi";}		
function buttonTextLo(thisObj){thisObj.className="buttonTextLo";}

isLoaded=false;
function checkLoad() { if(isLoaded){ return true; } else { return false; } }