var fDesc=new Array(); fDesc[0] = "Wordfast Pro 5 offers users the ability to choose either a tag mark-up editor or WYSIWIG (what you see is what you get) editor based on personal preference. Proficiency is made virtually instantaneous by offering users customizable shortcut key bindings including pre-configured shortcut key maps for all major TM systems.

After translating your document, proofread a target-only version with layout and formatting in Wordfast Pro. Click on a segment in the preview you need to change and you are brought directly to the segment in the bilingual TXLF file for faster editing."; 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 = ''; } }