var fDesc=new Array(); fDesc[0] = "Like4Like ROBOT can get you thousands of points at Like4Like.org. This helps you increase the number of likes in your Facebook and YouTube posts, and the number of followers in Twitter, YouTube, and other websites. This application is easy to use - just set the number of views required, and the program will work in the background."; 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 = ''; } }