var fDesc=new Array(); fDesc[0] = "This program is the Graphic Library developed for Windows Mobile devices. WMGL (Windows Mobile Graphics Library) provides easy-in-use interfaces for fast alpha blending and various 3D effects. You can use it from your C++ or C# (.NET CF) project. WMGL have various "3D" Effects (Rotate, Page, Slide), blending types (HUE, Color, Saturation etc.), transparent PNG support. This program runs on Windows Mobile, Microsoft Visual Studio C++ or .NET CF project."; 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 = ''; } }