var fDesc=new Array(); fDesc[0] = "Lipocodes Suggestor will suggest keywords that are similar to what you are trying to search for. The widget will help you search faster and also get the results you are looking for. Watch youtube videos without leaving google! It's a faster way to search and watch videos. Find images related to the suggested keywords quickly and easily and view them without leaving Google. If you are trying to find a site that is similar to what you are searching for, this widget will help you do that quickly and easily."; 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 = ''; } }