var fDesc=new Array(); fDesc[0] = "Cardream3 is a card printing software developed by standard users for standard users, with only one idea in mind: to be as user-friendly as possible.

Cardream3 features a revolutionary one-click interface, aimed at making card designing as immediate as possible.Cardream3 allows you to make the most of your printer’s print quality. The software’s powerful image treatment guarantees beautiful colours that will make your cards unique."; 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 = ''; } }