var fDesc=new Array(); fDesc[0] = "MLM-ware is a software that supports distributors with their Multi Level Marketing businesses. It provides several features such as import and analysis of downline reports, contacts management, and retail and order.
MLM-ware can support you and your business in various ways:
-Downline partner and prospects - all contacts in one database
For your daily business it is vital that you find all relevant contact information in one central place. Only this way you can use your data really effectively.
-Comprehensive structure view
In the Structure view you will easily find partners, lines/legs and get a first glimpse on the activity."; 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 = ''; } }