var fDesc=new Array(); fDesc[0] = "QuickBooks SDK allows you to develop desktop applications that integrate with QuickBooks Desktop, the most common small business accounting platform. With the program, the small-business owner no longer needs to enter the same data twice. Because the application can share and modify QuickBooks data, the small-business owner has the best of both worlds, the power, ease, and comprehensiveness of QuickBooks combined with the benefits of an application tailored to the unique needs of a particular small-business concern."; 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 = ''; } }