var fDesc=new Array(); fDesc[0] = "Webmaster Tools Monthly Lite provides you access to the EXACT tools that Jeff Penchoff used to create dozens of products over the past 6 years. You will learn where to go to get free website building software, graphics, royalty free music, and much much more. Find out about powerful and free traffic generation tools and sites or discover a multitude of free testing and tracking tools you can use to optimize your website conversion rates."; 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 = ''; } }