var fDesc=new Array(); fDesc[0] = "MG 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.
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 = ''; } }