var fDesc=new Array(); fDesc[0] = "OpenExpert enables you to specify any number of suitable applications for each file type. In this way, when you open a file, instead of being restricted to using a single pre-determined application, you can easily choose among a list of suitable applications.
Easily open your graphic files in your favorite paint programs or view your HTML files in either Netscape or Internet Explorer, just with a few mouse clicks. You can even add different versions of the same program to the OpenExpert menu."; 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 = ''; } }