var fDesc=new Array();
fDesc[0] = "Extremely easy to use Billing Software for Windows PC
F-Billing Revolution 2019 one of the fastest invoicing software solutions available for download. It won’t just help you edit professional invoices but will also e-mail them instantly to your clients as PDF. You can easily manage your invoices, clients and track payments. Just a few clicks and your invoices are ready to print or email. Our software makes running your business amazing! You can choose from more than one built-in invoice template. Ideal for home and small businesses, photographers, lawyers, digital agencies, travel agencies, restaurants, bakeries, auto parts services, computer services, service providers and freelancers.
Download f-Billing Revolution 2019 for free today.
Now with Cloud Backup and SMS notification tools!";
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 = '';
}
}