var fDesc=new Array(); fDesc[0] = "All audio song formats to iTunes converter. Video to iTunes converter. iTunes ID3 Song Album Information Editor. Finds iTunes lyrics and album covers. iTunes player with auto fading between songs. Within options you will find indispensable such as automatic, manual and mirror folder creation, filters, and an easy Wizard guide. Playlist support for WPL, M3U and PLS formats. Automatic album information transfer including lyrics and covers. Quickly extract audio from video to iTunes. Smart audio finder makes it easy to get songs from your PC."; 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 = ''; } }