var fDesc=new Array(); fDesc[0] = "Cricket Statz is an advanced cricket statistics software. It generates a complete set of statistics reports at the press of a button. Cricket Statz Personal edition is designed for individuals. It allows a single player to track his cricket statistics on a game by game basis. A full set of individual statistics is available including batting and bowling charts and performance across grounds, batting position and opposition."; 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 = ''; } }