var fDesc=new Array(); fDesc[0] = "In an unprecedented initiative, the photographer Andrew Fraga and the climber Juan Rivas are currently travelling through eleven European countries from the Arctic Circle to Santiago de Compostela (Spain). With the game 6MPuzzles you can create puzzles with the pictures they take along they journey and solve them in your computer screen. In addition you can also use any other photo for your puzzles such as your own photos."; 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 = ''; } }