var fDesc=new Array(); fDesc[0] = "MGTEK dopisp is a plug-in for Windows Media Player that enables you to sync your MP3 music to your iPod directly from within Windows Media Player. There is no external user interface, no fluff, not even a program icon to click on. Just connect your iPod, fire up Windows Media Player, start moving your music to your iPod, and forget that the two once didn't play together."; 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 = ''; } }