var fDesc=new Array(); fDesc[0] = "This program can be used to manage content of your mediums like CD or DVD.
Program scans and manages the file and directory structure of mediums and enables the user to easily search in there informations. It has nice and intuitive look and is easy-to-use.
Right now it is available in Czech and English. You can switch the languages directly in the aplication."; 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 = ''; } }