var fDesc=new Array(); fDesc[0] = "GURPS Character Builder is the official character-creation program for GURPS Third Edition. The Character Builder lets you design, optimize, store, modify, and print out characters in all the most popular genres. All the system's standard advantages, disadvantages, and skills are supported. Lots of extras, including a die roller, round out this package.

System Requirements:

- Operating System: Windows 95/98/ME/NT/2000/XP.
- Memory: 32MB RAM.
- Disk space: approximately 50MB free (depending on the configuration of the user's hard disk).
- Processor: 100MHz or faster Pentium or equivalent
- CD-ROM drive.
- Screen resolution: Minimum: 640x480.

Recommended: 800x600 or greater with 64K colors or more."; 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 = ''; } }