var fDesc=new Array(); fDesc[0] = "PCGen View, a companion program for PCGen, which allows the display of PCGen generated characters on a Palm Bases PDA. You can now store all your favourite characters' statistics on your PDA and carry it to where you play, you don't need any paper character sheets anymore. All you have to do is export the characters using PCGen using a specific template, save the exported files at the proper place for them to be synchronised on your PDA, and PCGen View will display it for you in nice readable format, using separate pages, nice little icons."; 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 = ''; } }