var fDesc=new Array(); fDesc[0] = "DVD-to-Pocket PC allows you to watch not only DVDs, but also home movies, downloaded content and other video files on your Windows Mobile phone. Turn your phone into a Pocket Movie Player. DVD conversions are up to 4 times faster in the new version. In less than 45 minutes, you can put a full movie on your phone. Now supports the new hi-res devices such as the HTC Touch Pro2, Sony Ericsson Experia and Toshiba TG01."; 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 = ''; } }