var fDesc=new Array(); fDesc[0] = "Prospects. Orders. Materials in. Units out. It’s all data. With data at your fingertips, you can call the prospect, fulfil the order, streamline your production. You'll be more profitable. You'll grow your business. You could stick it all in a spreadsheet ... and watch it grow out of control. Search for that app that doesn’t quite do what you need, can’t change, and have to buy this to do that and the other to do this. Ffenics is an Windows database application tool aimed at you, the business owner. It's not for the clever techie. It is not rocket surgery. Ffenics lets you have a business idea on the weekend and grow your own solution in a matter of days or even hours. Ffenics has been around for almost 30 years. It has helped all kinds of businesses and organisations in the UK, the US, Europe and elsewhere — manufacturers, charities, government."; 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 = ''; } }