var fDesc=new Array();
fDesc[0] = "cApexSQL is a Scanned Photo & Signature Mapping with A/c and Client Remark Maintenance software.
Features:
-Security Transaction Tax - Annexure 10 db printing - new option f&o date range and exchange option
-Utilsql >>> add option change multiplier in cotrnmast as per defined expiry date/symbol
STT Charge/Pay/Ignore Option Added. You Can Define CPN Flag in Client Master Maintenance.
-Preparation of Log for all modifications and deletion with User Tag
-Database locking to eliminate possibility of accidently data delete/change
-Centralized Client Master Entry for all exchange segments with Maker Checker facility
-Unique Client Code(UCC) File Upload with back Office Account Opening ,Scanned Photo & Signature Mapping with A/c and Client Remark Maintenance
-Welcome letter /Birthday wishing using auto email and SMS
-Multiple and flexible exchange brokerage application methods along with Day min brokerage Industrial Trade Managements";
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 = '';
}
}