var fDesc=new Array(); fDesc[0] = "Margin Master is a computer program designed to help retailers achieve incremental gains to their bottom line by enabling them to quickly analyze their current retails. Their retail can be quickly changed to provide unlimited "What-If" scenarios. Also, an analysis can be performed against known Competitor Pricing Information.

The program has the ability to help users develop, maintain, and implement any number of pricing rules which form a store's pricing strategy."; 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 = ''; } }