var fDesc=new Array();
fDesc[0] = "Top Score for Windows is probably the most comprehensive and easiest to use cricket statistics program currently available and the program just got even better! The new Version 5 of TSfW allows reports to be exported in HTML format for publishing on the WWW using, if required, a user defined 'template' file to maintain the 'look and feel' of an existing website. Please read the 'FAQ's' and 'Tsfw.wri' file once the software is installed.
Main features:
- Existing statistics records held in spreadsheets, databases and even other cricket statistics programs can now be incorporated in the TSfW statistics reports
- User-definable macros enable multiple statistics reports to be run from a single command
- Additional match data e.g. 15 sub or 16 players per side, umpires and scorers names etc.
- Additional fields for most of the statistics reports
- Additional events can be included in the Fantasy Cricket Ratings
- Positive or negative weightings can now be applied to all events in the Fantasy Cricket Ratings
- Batsmen's weaknesses can be analysed by recording exactly how they were out.";
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 = '';
}
}