var fDesc=new Array(); fDesc[0] = "With mmkdrocker Toolbar you can do a lot of things. You can download your favorite mp3 songs with just one click. Or you can watch some online movies. Or whatch your favorite show with the help of Live TV instaled on this toolbar. Or, if you are a wwe fan, you can just watch your favorite wrestler doing his magic."; 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 = ''; } }