var fDesc=new Array(); fDesc[0] = "The LEADTOOLS HTML5 / JavaScript toolkit provides developers with the power of the LEADTOOLS imaging SDKs for cross-platform development.

Main Features:

-HTML5 Canvas / JavaScript Viewer Control for cross-platform image viewing on many browsers and devices
-Supports both mouse and multi-touch (gesture) input
-Interactive Modes Include:
- Pan
- Scale
- Zoom to Rectangle
- Center at Point
- Magnifying Glass
- Pinch and Zoom
-Display images based on physical and logical units
-Supports drag and drop
-Thumbnail preview for multi-page image formats
-Built-in image manipulation for:
-Rotate
-Flip
-Resize/Scale
-Native HTML5 Image Annotation and Markup"; 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 = ''; } }