var fDesc=new Array(); fDesc[0] = "Dicsoft DVD to WMV Converter is an DVD copying and ripping program which can copy DVD to WMV files or Window Media Video files with a excellent quality, so that you can keep a small avi file in your notebook or mobile mpeg4 player to watch movie when you are traveling. You need only a few clicks to finish the conversion with previewing all the process on real time."; 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 = ''; } }