var fDesc=new Array(); fDesc[0] = "Dictionary App Builder is a Windows program that helps you to build customized dictionary apps for Android devices. You must specify the lexicon data file to use, the app name, colors, fonts, the audio, the about box information, illustrations and the icons. The program will package everything together and build the customized app for you. You can then install it on your Android device, send it to others by Bluetooth, share it on microSD memory cards and publish it to app stores on the Internet."; 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 = ''; } }