var fDesc=new Array(); fDesc[0] = "Incredible Dracula: Chasing Love is a time management game for Windows users. It turns out even Dracula has an online dating profile, but when his princess turns out a bit different than her picture, Dracula is having second thoughts. You must help Dracula escape the bonds of holy matrimony in 45 unique levels. You can order your servants to clear obstacles, construct buildings, and negotiate with heroes to make a break for freedom."; 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 = ''; } }