var fDesc=new Array(); fDesc[0] = "Business-in-a-Box will cover all your writing needs from the day you launch your business until maturity. Written by lawyers and business consultants, all documents provide high-quality, legally-sound content that conveys a polished corporate image. Perform a quick keyword search, browse by document category or type, or view all documents associated with a specific task. Let the software automatically enter repetitive data for you. Set Auto-Fill on automatic and watch your information populate documents as soon as they are opened."; 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 = ''; } }