var fDesc=new Array(); fDesc[0] = "Info Buzz is a simple desktop application that will guide you through the process of creating professional info boxes step-by-step!

By utilizing Info Buzz to help you with crank out your info boxes, you'll be able to provide a ton of quality information to your web visitors and enhance their surfing experience on your sites. That will certainly make them want to come back over and over again!"; 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 = ''; } }