var fDesc=new Array(); fDesc[0] = "RhoElements is an application development toolkit for mobile browser-based applications. RhoElements is built on the Motorola WebKit rendering engine and enables software developers to effectively develop rich mobile applications using the latest HTML5 and CSS standards. Applications can be written to include a wide range of functions including barcode scanning, signature capture, printing and 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 = ''; } }