var fDesc=new Array(); fDesc[0] = "This VB 6.0 application allows you to locate your dictionary file, and then you can doubleclick your tokens to create your WPS. Then hit the convert button and it will convert to the WPS equivalent. You can change your tags or add tags by editing the dictonary file. You can also save or load any markup file (*.wpx), as well as the WPS files. You can use this application just to directly edit WPS files if you wanted."; 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 = ''; } }