var fDesc=new Array(); fDesc[0] = "Capture -the screen for analyzing the games and making of digitalized video clips
Play Back / Edit (editing, adding or removing tags made to the video clips)
Show Room (Picking out situations and clips you want to present)
Presentation (Viewing of the selections you identified in the Show Room)
Media maker (Export the whole game or the selected video clips and tags to a CD. Convert your video clips to a streaming format making your video files available on the internet.)
Media import (Import games from other Interplay systems)
Compare - side by side comparison of video clips
AutoRecord - Automatic recording and feedback for use in training"; 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 = ''; } }