var fDesc=new Array(); fDesc[0] = "AllMySongs Database is a music library for managing and cataloging music files and AudioCD. Supports MP3, WMA, OGG, WAV e.t.c music files formats. You can easily find any song from your music collection according to title, album, artist, genre e.t.c. or any complex conditions. Also, with AllMySongs Database powerful tools you can download automatically from internet album covers, artists photos, artists biography, AudioCD information."; 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 = ''; } }