var fDesc=new Array(); fDesc[0] = "This application is a VisualC /MFC application for Windows, and is designed as a lightweight "shell" host for several different plug-in types, such as file format, color space, and image processors. There are currently 23 plugins included with the project, with many more planned (and hopefully created by others too! Any programming language that can create Windows DLL's that support import/export of "C"-type API's can be employed)."; 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 = ''; } }