var fDesc=new Array(); fDesc[0] = "Superstring allows you to create beautiful videos with music, text, and photos. The program's interface lets you launch and start editing and puts all the right tools in all the right places, which makes it easy to choose a template and customize the texts, backgrounds, and effects. You can export your video as an .mp4 file that you can upload to YouTube. You can also export your Superstring data as a .superstring file that you can share with other users."; 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 = ''; } }