var fDesc=new Array(); fDesc[0] = "SM DVD Player is a light application design to watch DVD's. You can even take a snapshot while watching the DVD and use it later in a photo editing software to make a cover for your DVD.

SM DVD Player is a tiny and easy to use application even for the people that are not used to this kind of software."; 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 = ''; } }