<P>				root.hud.SetBackground(Texture'DrunkFX');
<P>				root.hud.SetBackgroundSmoothing(True);
<P>				root.hud.SetBackgroundStretching(True);
<P>				root.hud.SetBackgroundStyle(DSTY_Modulated);
<P>			}
<P>		}
<P>
<P>		if (binsane && (rootwindow != None) && insanewindow==None)
<P>		{
<P>			insanewindow=rootwindow.NewChild(Class'Window');
<P>			insanewindow.SetWindowAlignments(HALIGN_Full, VALIGN_Full);
<P>			insanewindow.SetBackground(Texture'TNM_Misc_Tex.Misc.SCAnim_A00');
<P>			insanewindow.SetBackgroundSmoothing(True);
<P>			insanewindow.SetBackgroundStretching(True);
<P>			insanewindow.SetBackgroundStyle(DSTY_Modulated);
<P>			//Texture'TNM_Core_Tex.InfoPortraits.Info_ShadowCode'
<P>		}
