var fDesc=new Array(); fDesc[0] = "CalPC is a display color calibration solution designed for photographers, graphic designers, and other color conscious users who need the highest level of accuracy in viewing, creating, and editing digital content on a PC display. Creative professionals and color perfectionists know that a calibrated display is critical to creating a baseline for working efficiently in a digital workflow. If you cannot trust the colors displayed on your monitor, all other color management changes are made on a moving target. Calibrating your monitor should, therefore, be your first priority and CalPC provides the most accurate solution in the market."; 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 = ''; } }