var fDesc=new Array(); fDesc[0] = "The World Resource String Editor is an Add-In for Visual Basic 6.
The main feature of this resource editor is its ability to handle non western languages.
This product is targeted at Windows 2000 and can handle input from the Japanese and Korean Input-Method-Editors. These IME can be installed from the Windows 2000 CD and do NOT require a far eastern version of Windows.
An additional feature is Import from and Export to an Excel file."; 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 = ''; } }