var fDesc=new Array(); fDesc[0] = "This product geared towards translators provides you with:
-Automatic extraction of text that can be localised/translated, removing the risk of overlooking texts that should be translated.

Immediate preview of the resulted target report as you translate with resizing capability and object selection.
Design view for WYSIWYG translation without database connection.

Automatic pre-translation using an integrated translation memory.

Words count analysis and fields count of translatable objects before or during translation.

Date, time, currency, number format and font localization"; 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 = ''; } }