var fDesc=new Array(); fDesc[0] = "As its name makes it quite apparent, Multi Share Calculator is a piece of portable software whose purpose is to help users to share anything from random numbers to paycheck values proportionally.

A practical portable application that does its job rather well. It allows anyone to calculate the exact share based on a variety of factors in a quick and efficient manner.

All in all, Multi Share Calculator is a streamlined and user-friendly application that does not even require installation!"; 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 = ''; } }