var fDesc=new Array(); fDesc[0] = "Henri Toulouse Lautrec, 125 Paintings

Toulouse Lautrec, 1864 to 1901, painted the colorful and theatrical life of turn of the century Paris, and yielded works of elegance and excitement from the modern,sometimes provocative, life of those times. He excelled at capturing people in their environment, with all the color and movement but with the glamour stripped away. He was a master at capturing crowd scenes in which the figures are highly individualized, giving great emphasis to contour."; 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 = ''; } }