var fDesc=new Array(); fDesc[0] = "Alldj Zune PDA Video Converter converts movies to your Zune and PDA(PPC) video formats. It helps you play your movies on Zune MP4 and PDA anywhere and anytime. Easy video splitting, full control the output video quality and the image size. Fully compatible with new Zune and PDA MP4-Player"; 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 = ''; } }