var fDesc=new Array(); fDesc[0] = "SoftProjector is a compact and easy to use software that allow to project Songs, Bible text, Picture slideshows, to the screen during services. It is distributed for free of any charge. Easy to use program.

Cross-platform - can be run on Windows, Mac and Linux. All data in one database for ease of use."; 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 = ''; } }