var fDesc=new Array(); fDesc[0] = "Different types of showing patterns obviously display the sales riding trends in 1 hour, 1 day, 1 week, 1month and 1 year.
See clearly which affiliate, vendor, country and TID is selling best and much stronger in a scheduled time period.
Automatically read the ClickBank sales data and read multiple Clickbank accounts at the same time.
Accurately transfer into local time among different timezones for conveniently checking out the sales.
Enables you to quickly know of the products' transaction status, like sale, refund, bonus, chargeback and so on.
Automatically create different types of sales report for one or multiple ClickBank accounts at the same time."; 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 = ''; } }