var fDesc=new Array(); fDesc[0] = "The graphic converter of physical sizes for translation: distances, volumes, weight, speed, temperature, radiation, area, bytes. The converter of currencies, set of timers, which can in due time: to remind, tostart or to switch off the application, to reload or to disconnect the computer, to finish a session.

With sounds in the program and with various adjustments. At will program can be established in system tray for fast access to the menu of calculation, which can be made in three variants of accuracy: the first variant low, second variant average and third variant high accuracy of calculation.

There is an opportunity to change the program and separate detailsin any colour. This converter can be useful to all without exception of the users."; 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 = ''; } }