var fDesc=new Array(); fDesc[0] = "With Cloverdale Paint ColorVisualizer - Virtual Painting Software, all you need to do is download & install the software, take a 'before' photo of the project, then open the photo in the software and trace the areas you'd like to see painted. Once the areas are traced, simply pick and choose from any of the 1,320 colours in our palette."; 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 = ''; } }