var fDesc=new Array(); fDesc[0] = "With Sherwin-Williams Color Visualizer and over 1,500 colors to choose from, discover how coordinating paint colors and bringing your color ideas to life is easier than you ever imagined. Once you have found your perfect paint colors, you can print the color information and a coupon to bring to your local Sherwin-Williams paint store."; 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 = ''; } }