var fDesc=new Array(); fDesc[0] = "With our free tool MayaBase XP Laptop Switcher You can setup as many configurations as you like. Every configuration can have unique settings for:
- Enabling and Disabling network cards.
- Automatic or static Networksettings for the TCP/IP protocol.
- The desktop Wallpaper.
- The speakervolume.
- The defaultprinter.
- The systemfiles host and lmhost for presetting names.
- Stop systemservices you don't need
- Start services you do need.
- Run software at startup you would have to run anyway."; 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 = ''; } }