var fDesc=new Array(); fDesc[0] = "GreenForce-Player is an portable alternative media player, with many additional functions. One of these functions is to protect media files. You can save your audio and video files with a password and protect them against screenshots. An other very interesting function is the coverflow. Last but not least, there is a cache system that is used to reduce usage of your hard disc."; 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 = ''; } }