var fDesc=new Array(); fDesc[0] = "Snosh is a program that lets you convert your video, audio, and images into various Flash formats. The program offers a simple solution for converting video, audio and image files into Flash to play on the web complete with the player controls. You can specify the dimension, start/end time, compression quality, player control, overlay, audio settings, cropping, SWF events, and background color to the output Flash together with the HTML to display it."; 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 = ''; } }