var fDesc=new Array(); fDesc[0] = "This four-part guided tour discusses key new features and enhancements in Windows Server 2003. You can view sections at your own pace; the Guided Tour remembers where you left off. You’ll learn how this powerful IT platform can enhance user productivity and support more efficient application development and deployment, while helping you to consolidate servers and reduce administrative costs."; 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 = ''; } }