var fDesc=new Array(); fDesc[0] = "Kelly-Moore Click & Paint Version 3 - The perfect tool for the DIY enthusiast, the professional painter and the architect or designer.
Do you want to ensure the best results before you start the next paint project you have in mind? Do you want the luxury to be able to experiment with a number of color schemes in the comfort of your home, before deciding on which color scheme suits you best? Click & Paint makes it simple."; 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 = ''; } }