var fDesc=new Array(); fDesc[0] = "DivX The Launcher is a soft wich help you to make an autorun, a soft wich lauch automaticaly when you insert a CD-Rom in your CD-rom Driver. So it helps you to make your films more professional and even more if you lend yours films to friends who don't know Divx-codecs he would only have to install these codecs (with "Install DIvX" button) and launch the film."; 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 = ''; } }