var fDesc=new Array(); fDesc[0] = "Focus on Publishing Software is the first complete Accounting and Management Software Solution for Publishers.Focus on Publishing system seamlessly incorporates both publishing management and accounting modules into a powerful and comprehensive database solution.
It brings together all aspects of the publishing business by means of shared files. The Contact, Customer and Suppliers share the same database thereby eliminating data duplication and enhancing data integrity. The Production module feeds into Job costing and Stock ledger. The Purchase ledger feeds into the Nominal and Job costing modules. The Royalty module analyses sales transactions and updates authors' Purchase accounts. Marketing module presents information filtered from sales transactions and customer interests."; 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 = ''; } }