var fDesc=new Array(); fDesc[0] = "Vbsigma Accounting Software is easy to understand and is designed with non-accountants in mind. The software provides a simple way to make and open LISTS as well as access various special functions like: PhotoView, LabelAddresses, and song list. The supported file format is proprietary and it's named RLA."; 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 = ''; } }