var fDesc=new Array(); fDesc[0] = "Demi-god Holy Avatar and his Guild of Maidens are taking a trip to his recently bought holiday island “Holy Island“. The Guild of Maidens is afraid that something horrible happened in the maidens’ camp on the island. Holy Avatar – secret happy about this twist – is going to explore with a part of his group what exactly happened. Not knowing what kind of scale this disaster has already taken and what hazards are waiting for him and his companions inside the dense woods and caves."; 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 = ''; } }