var fDesc=new Array(); fDesc[0] = "Stampit create customs stamps for any photography or image .
Features :
- Unified and comprehensive control for ALL document marking
- Use Hollow, Shaded, Solid, Bates or Images for stamps
- Concurrently print multiple copies of the same document with different stamps on each copy.
- Sequential Bates numbering of internal or external documents
- Stamp selected pages while printing the entire document
- Create groups of stamps for instant recall
- Custom Stamp PDF/XPS files at time of creation
- Automatically apply text or graphic 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 = ''; } }