var fDesc=new Array(); fDesc[0] = "LEADTOOLS WinRT can create imaging enabled Windows Store applications for any desktop, tablet or mobile phone running Windows 8 or Windows Phone 8. These native libraries provide advanced imaging technology such as viewers, annotations and markup, OCR, barcode, image formats, compression, image processing and more — specifically designed for the next generation of cross-platform Windows applications with outstanding quality, efficiency and speed."; 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 = ''; } }