var fDesc=new Array(); fDesc[0] = "Trafo is a program for calculating transformer parameters and adjusting all sort of values. With this program you can calculate the values of primer and secondary coils, by inputting a large number of parameters. You can increase the volume of volts for the primer and the secunder coil, change the current of the primer coil and the density, adjust values for the round and the wire diameter, and more."; 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 = ''; } }