var fDesc=new Array(); fDesc[0] = "IM Report Card Toolbar displays the community's grade for any marketing site you visit in real-time and with one-click access to review and user comments from any site listed on IMRC.
It also allows you to search the IM Report Card site quickly and easily at any time and quickly and easily submit an Internet marketing site for review with one click."; 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 = ''; } }