var fDesc=new Array(); fDesc[0] = "Song Download Manager is a helpful windows tool that enables you to search, buy and download karaoke songs instantly from CAVS website and saving your time from typing checkout information by using User Profile. Also you can rename song filename according to its title and redownload songs from the last order."; 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 = ''; } }