var fDesc=new Array(); fDesc[0] = "TKN Mobile Studio is a front-end tool that use Total Cross framework for the development of applications that run on cell phones, palms and smartphones. TKN Mobile Studio offers a graphic interface that allows for a fast and flexible implementation in several kinds of applications such as systems built on databases,totally flexible systems, applications based on pre-defined models. Its main advantage is easiness in use, development potential and productivity increase."; 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 = ''; } }