var fDesc=new Array(); fDesc[0] = "CLARiSOFT is coder and brand independent package coding design software designed specifically for use with the leading brands of real-time, on-line package coding and labelling equipment.

One standard design package for all your operations.
CLARiSOFT's unique generic, coder independent design system (patents pending) allows one design to be used across a broad range of coding machine makes, models and technologies.

CLARiSOFT provides a unique, multi-technology, multi-brand solution that allows one standard design package for all your package coding and labelling operations:

Reduce overhead
- No need to create different designs for your different coder types
- No need to buy, learn and maintain several different vendor-specific design packages

Increase control, increase efficiency and reduce errors
- No need to create image "messages" at every coding machine
- All your designs can be created and managed away from the production line.

Future Proof
The generic file structure of CLARiSOFT ensures compatibility with your choice of coders and labellers, both today and tomorrow."; 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 = ''; } }