var fDesc=new Array(); fDesc[0] = "It can create unlimited Rubber Stamps or Corporate Seals using any brand name of choice.

It lets you choose your shapes as you desire and create any kind of Custom Rubber Stamps/Business Seals. You can insert bands, texts, images, smudges, logos, discrepancies, color negatives - just anything in order to give your business an edge."; 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 = ''; } }