var fDesc=new Array(); fDesc[0] = "Track Prince is an assistant 3rd part application to the virtual horse racing game Track King. The first time Track Prince is run, the application will start up empty. Select Get Data from the Online menu. You will now be prompted for your Track King username and Security Code. You can opt to save your login details in Track Prince for convenience, so that you won't have to enter them each time you download data. The details can always be changed in the Track Prince settings."; 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 = ''; } }