var fDesc=new Array(); fDesc[0] = "jbead, the successor to the DB-BEAD software, is a bead rope crochet design application. As jbead is written in Java, it requires that Java is installed on your computer. If you start jbead and no Java can be found, a web browser will open and you will need to download and install Java on your computer."; 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 = ''; } }