var fDesc=new Array(); fDesc[0] = "In Crime Solitaire, the Mayor of Topley and the Chief of Police have vowed to save the force from shame by enforcing ancient and little-known laws. As a rookie to the force in modern-day Topley, it's your job to hunt down a new breed of felon and take them out of society. Earn promotions and use power-ups as you explore the city and turn the police department around!"; 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 = ''; } }