var fDesc=new Array(); fDesc[0] = "The program CalcRC should help RC modellers with settings of their RC models. The program includes extensive database of car models, AC motors, tires, servos and battery chargers. You can calculate the maximum theoretical speed of your model. The tab includes the database of models, motors and tires for easier orientation. Next to the model, you can see its picture and basic parameters. E.g. gear ratio, dimensions, weight, drive and guide price. Converts units of wt, cps and cst, which are used by manufacturers to describe oil density and mix oil. Calculates charging time of your batteries, the power output of the charger and the real „C“ based on internal resistance. You can find here extensive database of the most common chargers with a description of their basic parameters. All calculations in the program can be easily erased, copy to clipboard, saved to a file or printed."; 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 = ''; } }