var fDesc=new Array(); fDesc[0] = "Armor CompaSearch is a compatibility software for information about office machines, supplies, media and all information regarding printing, copying, alternatives and cross references. With every product, Armor CompaSearch will list further products which:
- fit into the chosen product
- can be used instead of the chosen product
- can be used together with the chosen product
In day-to-day business, Armor CompaSearch is the ideal support in preparing quotations and searching original and compatible parts."; 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 = ''; } }