var fDesc=new Array(); fDesc[0] = "You can use an ordinary text editor and image editor to create the application and copy the files on to an SD card but the iDevTFT software is being developed to simplify the creation, editing and uploading of application menus, fonts and images into iSMART TFTs. You can add files to a project list on the left side and view/edit the files on the right side. Menu files are shown with multi-colour syntax and error highlighting."; 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 = ''; } }