var fDesc=new Array(); fDesc[0] = "Joseph Mallor to William Turner, 1775 to 1851, was an
English landscape and seascape oil painter and
watercolorist of the Romantic era whose style can be said
to have laid the foundation for Impressionism. He drew
inspiration from the raw power, immediacy, and energy of
nature. The work of his matured talent created lightness,
fluency, and boldness, employing a chromatic palette and
broadly applied atmospheric washes of paint, and were
far ahead of his time."; 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 = ''; } }