var fDesc=new Array(); fDesc[0] = "Micro Edit Studio is a freeware software and, however its use is more complex than Micro Book Studio, it is not difficult and certainly any user that is able to work comfortably in traditional Windows programs would not find any major obstacle to handle it. Micro Edit Studio converts in MBS libraries files that were copied to its Working Cache, a folder inside folder in which Micro Edit Studio is stored. Once files to be converted in libraries are in Cache, software backbone is its Build Menu."; 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 = ''; } }