var fDesc=new Array(); fDesc[0] = "AudioList™ is your complete audio, CD, MP3, and music organization and inventory software for Blackberry, Palm OS and webOS handhelds, Pocket PC or Windows Mobile handhelds, and Windows PCs! Keep track of your collection of tapes, CDs, music, MP3s, etc. that you own, that you have heard, that you have loaned, that you want to buy, and more. Download our FREE fully functional demo today!"; 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 = ''; } }