var fDesc=new Array(); fDesc[0] = "You had lived a peaceful and honorable life on a castle as a royal king's smith. But malicious betrayal changed it all forever. As a young blacksmith Anya, your task will be to try to figure out what happened and why have you been taken out of a royal court. Despite your memory loss you will slowly discover hidden plans beyond your kidnap. Kingdom is in danger and King needs your help! Travel and learn new patterns, meet many strangers and discover power of rare magic cards. Punish the betrayal, save kingdom from danger and become the King's Smith once again!"; 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 = ''; } }