var fDesc=new Array(); fDesc[0] = "For centuries, the noble muse Calliope has blessed all kinds of artists who have traveled to her city and asked her for inspiration. Today the city is famous for artists and attracts people from all over the world. But when a dark force tears Calliope’s essence into three parts, you must step in and gather them back together, before the whole world loses its creativity."; 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 = ''; } }