var fDesc=new Array(); fDesc[0] = "JeniuS is an universal file organizer and is the main element in the JeniuS programs suite. It lets you organize your files and find them immediately when you need them. Files can be inserted into user-defined albums (i.e.: a music files collection) or into automatically generated ones. For every album you can specify the artist's name, a short description, an image (i.e.: the CD cover or the movie poster), the year and the gender."; 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 = ''; } }