var fDesc=new Array(); fDesc[0] = "The Black Death and endless battles small and big continue to occur between countries. Struggles for power and authority between religions and monarchy continue. People lost all hopes and dreams with the incessant pain and suffering. Men were killed in cities unknown , in the name of war. The Black Plague sucked the life and blood out of the weak and weary , devastating all parts of Europe."; 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 = ''; } }