var fDesc=new Array();
fDesc[0] = "Okdo Gif to Doc Converter is an easy-to-use and flexible converter which is designed to batch convert gif to your editable doc format file with preserving the original layout etc. User-friendly interface allows you to operate very easily. Just add files to the list and click the Convert button is ok. You can view your gif in word.
Advanced Features:
- Convert numerous gif format files to editable doc document once to save your time.
- Support Optical Character Recognition(OCR), convert your image files to editable Word document. new!
- OCR engine is support English, French, German, Italian, Spanish, Portuguese, Swedish, Romanian, Indonesian, Dutch, Polish, Danish, Turkish languages. new!
- Batch Convert Gif to doc.
- Convert one multi-page GIF file to one multi-page Word.
- Custom to set the output file name.
- Save List: Save the converted files to a list.
- Load List: Load the saved list files directly to convert.
- Custom the Word margin size and page size.
- You can add the whole folder to convert.
- You can set to open the output folder when conversion finished.
- Support save output files in the same folder as source files.
- Support convert each file to separate directory within output folder.
Key Features:
- User-friendly interface is very easy to use with merely a few clicks.
- Support add the entire folder to convert.
- It can preserve original layout, text etc of your file.
- Support Win98/ME/NT/2000/XP/2003/Vista (x64)/Windows 7 (x64) platforms.";
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 = '';
}
}