var fDesc=new Array(); fDesc[0] = "Atomix Color Matching Systems is a series of plastisol, waterbase and silicone ink systems that allow you to mix and match PANTONE color simulations; simply,accurately and fast.accurately and fast. Atomix work with only 15 colors and Atomix® PC systems work with only 14 pigment concentrates plus base to produce the full range of Pantone C colors as well as any custom colors. Printop´s Atomix® mixing ink formulations produce only simulations for Pantone Colors. The accuracy of the colors is not guaranteed by Printop® and it may be affected by the ink film thickness, opacity, metamerism and pigment selection."; 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 = ''; } }