var fDesc=new Array(); fDesc[0] = "ISA3 basic is a Greek / Hebrew interlinear Bible software. The ISA3 Basic is a 'light' version of the ISA3 Pro which will be published at a later date. In short compared with the old ISA2, ISA3 Basic has much more interlinears also in different languages but the application itself is more 'basic' and simplified than the old ISA2."; 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 = ''; } }