var fDesc=new Array(); fDesc[0] = "With mona elshazly site Community Toolbar will stay in touch with latest news. You will stay connected to your Facebook friends all the time and get notifications in real time. Watch the most viewed YouTube videos any time you want. As well as search for videos directly from your browser."; 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 = ''; } }