var fDesc=new Array(); fDesc[0] = "Thousands of years ago, the mighty Bartbarod kingdom thrived near what is known today as Macedonia. The royal family held a strict bond with each other, maintaining a pure bloodline for centuries, until a genetic mutation nearly wiped them out in 1000 BC. The few who survived the mutation lived in hiding and continued to pass on their blood, breeding a race that would come to be known as vampires."; 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 = ''; } }