var fDesc=new Array(); fDesc[0] = "SloMoDirector is just what you need to aid guitarists, both beginner and advanced. Just imagine, being able to slow down, and loop sections of videos by Hendrix, Clapton, Vai, Satrian and others. Manipulate your .WMV files from a ripped DVD or captured streaming videos with this amazing software. There is now no limit to what you can learn with this innovation."; 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 = ''; } }