var fDesc=new Array(); fDesc[0] = "A plugin for FieldWorks Language Explorer which permits sharing of LIFT dictionary data with remote colleagues using FLEx or WeSay.

At this point, both Flex and WeSay are being actively developed to bring each into better alignment to be able to collaborate with each other. One part of the alignment that is being as worked on now is the Lift standard itself. As that standard matures, more kinds of data can be shared. Users may not see some data right now that is supported in one of the tools, but not in the other tool."; 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 = ''; } }