var fDesc=new Array(); fDesc[0] = "Artista Haiku is a compilation of whimsical stylistic watercolor "poetically" brushed to aged or artistic paper then outlined in india ink. Using colors pulled directly from your photo, Artista Haiku intuitively blends watercolor shapes, india ink and artistically aged or stained paper for an exciting, refined result that's destined to be a focal point in any photo gallery."; 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 = ''; } }