var fDesc=new Array(); fDesc[0] = "Dissolute Pair is an arcade puzzle that requires quite a bit of logic to solve. You need to free 30 virgins who are held captive by a villain named Necropuzzle. The goal is to find identical images, which are hidden in the playing field. If you open 2 slots with the same icons they will be destroyed and a section of blocks holding the girl in prison will vanish."; 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 = ''; } }