var fDesc=new Array(); fDesc[0] = "Miprice will calculate the correct mark-up for your business, whether you are a general business or professional. You can quickly and easily determine the correct mark-up to ensure you cover your overheads, and make a reasonable profit on the jobs you do or service you supply. If you prefer charging time by the hour, you can also calculate the hourly rate you need to cover your labour and overhead expenses, and provide a profit. Whether you work alone or have 100 employees, this program will help you make sure you charge enough."; 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 = ''; } }