var fDesc=new Array(); fDesc[0] = "DrillBook New Generation is applicable for all sports. Actually, the application cotains playgrounds for the following sports: ice hockey, football, floorball, hockeyball, lacrosse, volleyball, basketball, handball, field hockey, bowling. Thereto, the application contains additional plugins with special for different sports (actually for football, basketball and bowling)."; 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 = ''; } }