var fDesc=new Array();
fDesc[1] = "articles. When we open the program we can see a Menu Bar, one toolbar, one panel and a window, for put our articles. We can create and rewrite tons of articles for use them in our pages, this program is very useful.";
fDesc[2] = "the most common variables: commissions, stamp duty, Marginal Purchase (date purchased, date sold, annual interest rate, margin), number of units, initial price, selling price.";
fDesc[3] = "botanical names. Also included: references to the Commission E, 100 herbal photos, phytochemical information, and herbal health warnings.";
fDesc[4] = "and free modes. With easy to use admin section, powerful performer software, a nice looking and fast loading client video chat";
fDesc[5] = "performing 'what if' analyses, such as determining what share price a stock needs to attain in order to return a specified profit. When buying stock, Stock Calculator can determine the total cash outlay, per share buying price, or number of shares. When selling stock, Stock Calculator can determine the net profit amount and total return percentage, or the per share selling price. Stock Calculator can optionally include flat rate, percentage, per share, or custom commissions in the calculations. The custom option allows advanced flexibility in defining commission rates. User-defined taxes on the net profit can also be deducted. Calculations can be saved, opened, and printed for future reference. A built-in stock fractions table lets you perform at-a-glance conversions between dollar amount share prices and stock fractions in 1/64 increments.";
fDesc[6] = "reference. The main calculator portion is freeware. There are many great extra features that can be unlocked for a nominal fee.";
fDesc[7] = "rates and percentages.";
fDesc[9] = "commissions from those folks that don't even click your affiliate links.Learn How to never lose another affiliate commission again to thieves.";
fDesc[11] = "promote your ezine through hundreds of ezine directories, announcement lists, free ad sites, and more. Increase your subscribers, market your ezine -- with a few simple clicks of your mouse. You earn a generous 35% commission on each sale plus another 5% on all your sub-affiliate sales. Complete marketing toolkit and support provided.";
fDesc[12] = "and as percentage), and annualized potential loss. Factors in commission fees. Stores results.";
fDesc[15] = "retailers. In exchange for referring businessto them, online retailers pay you a commission (typically 5 to...";
function tCollapseAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Expand descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("desc_" + id))
tShowHide(id, 2);
}
}
function tExpandAll(maxID)
{
document.getElementById("alls_action").innerHTML = "Collapse descriptions";
var id=1;
for (id=1; id <= maxID; id++)
{
if (document.getElementById("more_" + id))
tShowHide(id, 1);
}
}
function tShowHide(id, show)
{
var s = document.getElementById("more_" + id);
if ((s.innerHTML!=fDesc[id] || show==1) && show!=2)
{
s.innerHTML = fDesc[id];
}
else
{
s.innerHTML = '...';
}
}