var fDesc=new Array(); fDesc[0] = "What makes it different from other similiar programs is a .Net style Visual GUI Designer for native C application that can be used with both Mingw and Visual C compilers (it's based on the emerging static library SmartWin ). No extern dlls (or the .Net framework) are required to run the executables and native windows applications can be created with virtually no C code. Moreover, it contains an embedded icon and image editor that is able to edit, convert and save images in the following formats: .ico,.bmp,.gif,.tiff,.png,.jpg. It's a very useful solution for users of the Mingw or Visual C compiler that want to develop native applications for the Windows operating system with a visual GUI designer for free!"; 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 = ''; } }