var fDesc=new Array(); fDesc[0] = "The Art Of Reading Free Edition is an optional addition to WeSay and Bloom that gives you easy access to over 10000 black and white illustrations from around the world. It comes with a special features by displaying in the image files themselves information on where they came from, what their license is, enabling you to make sure you are using the images legally."; 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 = ''; } }