var fDesc=new Array(); fDesc[0] = "Professor Teaches Access 2003 is the fastest and easiest way to learn Microsoft Access 2003. Our user friendly computer training tutorials, lessons, and interactive exercises will teach you everything you need to know to about using the program. Professor Teaches allows you to practice in a realistic simulation of the Microsoft Access interface."; 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 = ''; } }