var fDesc=new Array(); fDesc[0] = "River Simulator 2012 waterway transports is a fun and entertaining simulation game. You can get behind the helm of seven different inland waterway crafts and other vessels such as container ships or ferry boats and tackle different missions. You can also travel downstream the river Rhine from Frankfurt am Main via Mainz until you reach the Dutch border."; 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 = ''; } }