var fDesc=new Array(); fDesc[0] = "This is an alternative Video CD Player that allows you to play the TTN Video CD's on your computer. Download SthsDVD Player and follow the onscreen prompts to install it on your computer. Once the player is installed, place a TTN Video CD in your CD-ROM drive and start the SthSDVD Player. The player controls will appear on your screen. Turn the "Echo" volume all the way down.

Click the 'Little Yellow Open Folder Icon' on the left under the word "File" to start playing the course. The TTN Video CD will begin playing and you may choose your course by clicking on the screen."; 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 = ''; } }