var fDesc=new Array(); fDesc[0] = "HDSalon is POS software to manage your billing, stock, and accounts. Its is designed specifically for hair salon, spa, and beauty parlours. HDSalon has colorful calendar interface that you can customize to your liking. You can manage your appointments, package deals, inventory, financial accounts, and CRM. HDSalon retail billing software gives you ability to customize your sales invoice, design and print your barcode stickers.

The Stand Alone Version (SA) of HDSalon can only be used in a single cash register."; 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 = ''; } }