var fDesc=new Array(); fDesc[0] = "Quiz of the States is a quiz software that includes the capitals, position and date of entry into the union, and state bird, flower, and tree of every state. States Liberty Quiz is built on QuizBuild, a text based quiz generator. States Liberty Quiz is built on QuizBuild, a text based quiz generator. It is an educational program for learning about the states, with a complete database of state capitols, order of entry into the union, year of statehood, and state bird, flower and tree."; function tShowHide(id, show) { var s = document.getElementById("desc"); if ((s.innerHTML.length<=212 || show==1) && show!=2) { s.innerHTML = fDesc[id]; if (document.getElementById('m1')) document.getElementById('m1').style.display='none'; if (document.getElementById('m2')) document.getElementById('m2').style.display='none'; if (document.getElementById('more_txt')) document.getElementById('more_txt').style.display='inline'; } else { s.innerHTML = ''; } }