var fDesc=new Array(); fDesc[0] = "Hidden World of Art 2: Undercover Art Agent is a hidden-object game with an investigation theme. Horrible things take place in the city - many paintings of great artists are stolen. You will have to restore many paintings in the role of artist restorer Lana Vassari, cooperating with FBI and denounce the thieves."; 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 = ''; } }