var fDesc=new Array(); fDesc[0] = "The Gross Profit Margin Calculator is a 32 bit Windows application for calculating Gross Profit Margin based on Cost Of Goods Sold.
The Gross Profit Margin Calculator calculates resale prices with or without taxes, Profit Margins from income statements, purchasing prices based on a fixed margin and current market values, hypothetical figures by allowing you to edit calculated results."; 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 = ''; } }