var fDesc=new Array();
fDesc[0] = "DOC to Image(Jpeg/Jpg/Tiff/Bmp/Eps/Ps) Converter is the fast, easiest way to convert word DOC, Docx, RTF to professional-quality Jpeg/Jpg/Tiff/Bmp/Eps/Ps file format. Its easy-to-use interface allows you to create Jpeg/Jpg/Tiff/Bmp/Eps/Ps files by simply click the "Save as Image" button from MS Word, creating documents which can be viewed on any computer with a Image viewer.
If you want...
- Distribute many types of information electronically.
- Ensure that your files can be viewed by almost any imaging program, document management solution, or file viewer.
- Create and send high-quality faxes using industry-standard resolutions.
The Easiest way to convert Word Doc/RTF document to Jpeg/Jpg/Tiff/Bmp/Eps/Ps file from Word 2000 or higher by one click.
- Instantly Convert Word Document into Jpeg/Jpg/Tiff/Bmp/Eps/Ps files
- DOC to Image (Jpeg/Jpg/Tiff/Bmp/Eps/Ps) Converter retains the layout of the original doc/docx document.";
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 = '';
}
}