var fDesc=new Array(); fDesc[0] = "Record information about your favorite players, teams, scores, memorable events and schedules.

There is a lot of data generated by the day-to-day actvities of people that can be recorded for future use. IdeaTalent LLC applications provide an easy way to store information on your computer in xml files with an easy to use interface and with total privacy of data. You can email data records with 1 click or add attachments to data records.

The following fields can be stored in this software for any information that you want to remember:-

Basketball team or player Name , Date of event , Short Description of event , Long Description of event , Other dates to keep in mind , Important Player statistics , team performance records , Game score and winner , Games in stadium or tv and with whom , Networking details of people with whom you watched the games , , , Info to remember , My Notes about basketball event , Other general comments

Main Features:

- save information in an easy-to-use interface,
- update records,
- email records with 1 click,
- add attachment files to records,
- export all records into a tabular format for Excel,
- manage records in a list,
- stores data in xml files on your PC in a secure manner,
- print records 1 at a time or all records."; 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 = ''; } }