var fDesc=new Array(); fDesc[0] = "iArtwork brings you the missing album covers. iArtwork is a software that automatically finds the album artwork for your iTunes Library. Find the original album artwork and make your music collection look great in your computer, iPhone, iPad, iPod and Apple TV. Album artwork plays a great role in music player applications for computers such as iTunes, Window Media Player, Winamp etc. and portable MP3 players such as iPod, iPhone and Walkman"; 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 = ''; } }