var fDesc=new Array(); fDesc[0] = "Cold Case Summer is a classic adventure game in which the action takes place in Sweden. You will play as Carol and your mission is to investigate the mysterious death of the Swedish Prime Minister and the man who wanted your help. You will discover connection between these murders and you'll have to reveal the truth."; 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 = ''; } }