var fDesc=new Array(); fDesc[0] = "Master the power of the human mind as you travel to exotic locales across the globe, meet new friends to help you, and investigate the hidden riddles of a mysterious organization. Sharpen typically neglected mental traits, such as harmony and intuition, while improving traditional aspects like logic and memory. Immerse yourself in Identity Quest's captivating Story Mode or watch your mental prowess improve with Performance Mode. However you choose to improve yourself, Identity Quest will help you reach your goals in fun new ways!"; 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 = ''; } }