var fDesc=new Array(); fDesc[0] = "VeryPDF XPS to Any Converter is built for converting XPS format to PDF, PS, EPS, JPG, BMP, PNG, PCX, GIF, TGA and TIFF. The application supports custom page size, resolution, color depth and compression in conversion from XPS to other image formats except PDF, PS, and EPS. It also supports converting a multipage XPS file to a multipage TIFF image. It can convert specified pages of a XPS to the target formats."; 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 = ''; } }