var fDesc=new Array(); fDesc[0] = "zryan2011 Toolbar is a impressive toolbar with lots of options. You can get the latest sports news and sign in to your Yahoo Mail. Watch hit TV shows and movie any time you want. Get instant Maps and directions.Also you can test Your Internet speed and see YouTube in 3D a revolutionary way to see videos."; 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 = ''; } }