var fDesc=new Array(); fDesc[0] = "Have you ever painted your house, and hated it! Well, never again. Just .rePaint-It. first. Take a photo of your home, choose a color scheme androll on the new colors. You don.t need to be an artist as .rePaint-It. will dothe rest. You can change the color scheme as often as you like..repaint-It. follows edges and retains existing lighting and shadows. Simpletools include wet or dry paint on a wide or narrow roller. Use a chalk line tomark-up a picture rail or other tricky detail. Then you can SAVE-it andPRINT-it."; 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 = ''; } }