var fDesc=new Array(); fDesc[0] = "ICMLM Script is a multi-level marketing software with 3 types of marketing structures.
- Unlimited matrix - every user can have an unlimited amount of legs.
- Defined Matrix - every user can have an X amount of legs and the commissions will go down Y amount of levels.
- Binary system - each user can have only 2 legs, 5 types of bonuses.

On all types there are weekly commissions calculation and auto-shipping orders.

during product installation the site administrator can set what type to have on the site.

For Unlimited and Matrix types:

3 types of commissions:
1. $25 per each referred person who pays the enrollment and the first monthly payment.
2. Every week the system will calculate the commissions and give 20% from the sales of the first level, 5% from the second and 10% from the third.
3. The hierarchies are made in base on invoiced in all of his/her net. So we have:
from $0 to $9999 is called BROKER;
from 10000 to 24999 is called SILVER
from 25000 to 49999 is called GOLD; finally
from 50000 an on is called DIAMOND
Besides all DIAMONDS received 1% of total world invoice, month after month.

For Binary System:

Participants Ranks:
Dealer - Rank after registration
Bronze Dealer - To become a bronze dealer at least 500 bv needs to purchased.
Silver Dealer - To become a bronze dealer at least 1000 bv needs to purchased, and 1 bronze dealer is required.
Gold Dealer - 2 Sliver dealers are required.
Supervisor - 2 golds dealers are required."; 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 = ''; } }