var fDesc=new Array(); fDesc[0] = "Filmstro Pro allows you to create professional sountracks for your films. The program lets you import your finished film. Then, you can apply one of the numerous tracks, sorted by mood and genre. You can control the momentum, depth, and power of the song with three sliders. You can control these sliders in real time while you play your film, and the music will change accordingly."; 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 = ''; } }