var fDesc=new Array(); fDesc[0] = "Resco MobileForms Toolkit is a set of Visual Studio controls and libraries designed for developers of software solutions for mobile devices. In its portfolio there are controls and libraries that tackle most problems developers encounter in the mobile environment. The Toolkit was developed based on ten-year experience in mobile apps development. The main goal of Resco MobileForms Toolkit is to help all developers designing mobile apps work more effectively, faster and create apps with more quality and less effort.
Controls, components and libraries that will help you rapidly speed up the development process. Thousands of corporate mobile developers are using this product and their feedback is used to ensure its quality. MobileForms Toolkit is a must-have tool if you want to create user-friendly interface and manage various objects such as:
* Grid, list, pick list, tree, chart, image, audio, data, keyboards
* Button, toolbar, tabs, shortcuts, scrollbar, various input boxes
* Month/week scheduling, date/time pickers, call history, GPS, maps and many more!"; 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 = ''; } }