var fDesc=new Array(); fDesc[0] = "XPS Annotator is an exclusive standalone XPS Viewer, XPS documents annotator, XPS to image converter, XPS documents properties adder and XPS documents digital signer. Support for common operations including save-a-copy, print-output, copy-to-clipboard, zoom, and text-search. Allow you to add notes or comments to an XPS documents, can adding document properties to any XPS document, and provides document security with its digital signatures."; 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 = ''; } }