var fDesc=new Array(); fDesc[0] = "Studio Manager is a solution for the creative services industry. It is 100% customizable. It's foundation is FileMaker Pro database software. Studio Manager makes short work of job cost tracking, timesheets, estimating, contact management, scheduling, invoicing, receivables, purchase orders and other correspondence. This is a mission-critical, vertical market package targeted directly to your needs as creative services professionals. It's not a generalized, one-size fits all program. We recommend that you use a complimentary good accounting program to do the standard tasks of financial accounting like writing checks, reconciling your bank accounts and the like. Our worldwide customers include one to 100-person companies and in-house departments specializing in graphic design, web design, illustration, multimedia, broadcast design, advertising and corporate communications. Studio Manager runs well in Windows-only, Macintosh-only and mixed Windows and Mac environments. Can be served from Red Hat Linux with FileMaker Server."; 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 = ''; } }