var fDesc=new Array(); fDesc[0] = "Enprise Job for SAP Business One enables businesses to prepare quotes for their customers and manage resources, time, staff, material issuing and purchasing on a job by job basis. These features function seamlessly within the SAP Business One environment, as Job Costing for SAP Business One is tightly embedded into the core user interface, resulting in a very small learning curve. Using Enprise Job, users can easily monitor project profitability and react as necessary during a project."; 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 = ''; } }