var fDesc=new Array(); fDesc[0] = "Travel Riddles: Trip to France is a match-three game for Windows users. You will travel to France and unlock its secrets through a series of puzzles set in the capital city of Paris, amazing landscapes of Champagne, Provence and the jewel of French Riviera – Cannes. You'll learn fun facts about the past and present of France on every level and collect tons of artifacts and souvenirs. Also, you can earn dozens of achievements, get free gold to charge the powerups, blast through challenging levels, and set the best score."; 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 = ''; } }