var fDesc=new Array(); fDesc[0] = "The GoldScrap Calculator software has been designed to save you both time and money. By using this application you will be able to speed up your precious metal scrap (gold, platinum, silver, and sterling silver) selling or purchasing operations.

No more adding machines, mathematics, or traditional calculators. GoldScrap Calculator software completely eliminates the possibility of errors and mistakes and provides a fast and easy approach for all calculations and weight conversion needs."; 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 = ''; } }