var fDesc=new Array(); fDesc[0] = "Frontype is a second onscreen keyboard for fast typing .Have you noticed that know approximately where each key is situated the finger take the proper side. All you have left to do is to come over a little psychological barrier to reach real touch typing.

Main features:
-No need to tear off your eyes from the screen
-The current situation is always reflected, language, register, special symbols everything is spread before the eyes
-Wide opportunities of individual tuning in - disposition, size, transparency, color, attaching to the chosen programs."; 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 = ''; } }