var fDesc=new Array(); fDesc[0] = "u2bViews is a tool designed to increase your YouTube views. Basically, you first earn credits for viewing videos that other people have submitted. For each video you watch, in turn, you earn a 'credit'.Using the unique credits you have earned, you can then proceed onto submitting your own unique videos to u2bviews. Once you are about to submit your youtube video on u2bViews site, it gives you the option to chose if you want to get likes and channel subscription or ever an favorite associated with that video."; 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 = ''; } }