var fDesc=new Array(); fDesc[0] = "iTuner is a system tray app that adds seamless features to iTunes including playlist management, automated library maintenance, playlist sychronization with MP3 players, track and playback control, lyrics downloads and global keyboard control. It features C#, WPF, MusicBrainz, iTunes APIs, and more."; 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 = ''; } }