var fDesc=new Array(); fDesc[0] = "Cash Counter a powerful software. you can maintain your cash counter easily through your PC. Its very useful for your Showroom, shop, Store etc. Due to advance programming, you can maintain received and payment transactions denomination wise and it also supports very acurate reporting, you can search payment and received details very easily at your finger tip. It has best features and also simple to use. This software is ready to use, you just have to download and start using this marvelous software. Maintains Received denomination.
Maintains Paid denomination. Maintains Exchange Transaction. Maintains Other Payment Transaction. Online Counter Position. Online denominationwise. Balance Position. Easy & Fast Report."; 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 = ''; } }