var fDesc=new Array(); fDesc[0] = "Quantum, the printer to personalize cards in large quantities is now available in its latest version. Card manufacturers, bureau services, banks, universities and other organizations have the right solution to encode and print their cards and badges in volume:
-ID and membership cards
-Loyalty cards
-Transport season cards
-Event passes (trade shows, concerts, etc.)
-Student IDs
-Payment/banking cards
-Calling cards, SIM cards"; 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 = ''; } }