var fDesc=new Array(); fDesc[0] = "Professor Teaches Windows XP is a complete training program for Windows Home Edition and Windows Professional. Included are 7 tutorials to teach you everything from beginning to advanced features, including the most important updates of Service Pack 2.

The Digital Media, Home and Small Office Networking, and Internet Explorer courses offer additional training on important subjects to round out your essential learning. Each fully interactive tutorial is organized for fast and easy learning with practical exercises to build new skills quickly and effectively."; 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 = ''; } }