var fDesc=new Array(); fDesc[0] = "This software receives SMS, validate and poll the vote for the respective song/Video Clip.
You can Send an auto reply SMS "Thanks for watching our channel Sponsor Ad lines"
You can Play the song which has the highest votes.
It can Show Logo, Spot Ad, Banner Ad and Double line Scrolling."; 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 = ''; } }