var fDesc=new Array(); fDesc[0] = "Helper file that allows you to install and run WSS v3 SP1 under Vista OS. You can use this on XP 64 bit. You will get one error almost at the end of the installation, but just run the install one more time and you are up and running. You can install Search Server Express with it."; 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 = ''; } }