var fDesc=new Array();
fDesc[0] = "PDF-XChange installs onto your system as a 'Virtual' printer allowing you to 'print' your document/Image from any Windows application to any of the industry standard Raster format's supported (see below) - rather than paper.
For example from MS Word - simply create your document, select 'File -> Print -> Select Raster-XChange' printer and adjust the printer options to the desired output format etc (i.e. TIFF) and print - your document will be saved to a fully compatible industry standard CCIT grp 3/4 compressed multi page TIFF file if that is your need, or any other availble supported output flavour and format.
Raster-XChange is available as a Local or Server Edition, see features below for details";
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 = '';
}
}