<P>	}
<P>
<P>	//horrible!   Sorry Shane! if you can find a better way, be my guest! -DDL
<P>	settimer(1.0,true);
<P>}
<P>
<P>
<P>exec function nextpage()
<P>{
<P>local tnmHUDInformationDisplay TNMHUDID;
<P>TNMHUDID = tnmHUDInformationDisplay(deusexrootwindow(rootwindow).hud.info);
<P>if (TNMHUDID != none)
<P>	TNMHUDID.gotonextpage(self,inhand);
<P>}
<P>
<P>exec function prevpage()
<P>{
<P>local tnmHUDInformationDisplay TNMHUDID;
<P>TNMHUDID = tnmHUDInformationDisplay(deusexrootwindow(rootwindow).hud.info);
<P>if (TNMHUDID != none)
<P>	TNMHUDID.gotoprevpage(self,inhand);
<P>}
<P>
<P>function fistinfo getfisttypes()
<P>{
