var fDesc=new Array(); fDesc[0] = "Tesla Effect A Tex Murphy Adventure is an adventure game that allows you to experience the life of a hard-boiled gumshoe detective. Explore the dystopian post World War III San Francisco in the 2050s as detective Tex Murphy and puzzle your way out of trouble. Tex Murphy wakes up on the fire escape outside his office atop the Ritz Hotel. What starts out as the worst hangover in history becomes a baffling nightmare: something or someone has erased Tex’s memory of the past seven years. Motivated by lost love, revenge and the world’s strongest coffee blend, Tex must retrace his own steps into a maze of unsolved murders, hidden agendas and lost technologies of Nikola Tesla. Only by solving the mysteries of his past can Tex hope to regain his memory in time to restore what’s been lost and stop a terrifying future."; 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 = ''; } }