var fDesc=new Array(); fDesc[0] = "Casting Calculator is an Ideal Tool for computing and converting Precious Metals and Alloys in Lost Wax Casting. A must for Jewelry Professionals, Manufactures, Hobbyists and Laymen. Just enter the Weight of your mounting or jewelry in the metal or alloy of your choice and Casting Calculator will Automatically give you a readout in the output text boxes what the new weight of the mounting will be in the metal or alloy of your choice: Gold (10k-14k-18k-white or yellow), Just enter the weight and then Select the Karat in either Yellow or White Gold. Silver, Platinum, Palladium, Brass and Wax. Lost wax casting calculator metal alloy converter will adjust weights of metals to the desired metal, karat and alloy.

Casting Calculator converts wax weights to precious metals and alloy weights and vice versa."; 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 = ''; } }