var fDesc=new Array();
fDesc[0] = "RetailPlus Ganesh is most powerful financial accounting software with features of multi-format billing, inventory, VAT reports, vat exempted system and data convert in tally accounting software. Bar-coding features for making billing and print barcode. You can maintain Customer Ledger, Stock Location wise, and Outstanding with multiple formats of billing (English / Hindi).
This product is suggested for Retail, Wholesaler, Semi Wholesaler, Supermarket, and Super Soppy and for trading business.";
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 = '';
}
}