Uhh. I don't really understand you, but from what Im reading, you want the image behind the windows (Is this correct?)
@image = Sprite.new
@image.bitmap = RPG::Cache.picture('filename')
(And look at the code for lines which ends with .dispose
then below that, add @image.dispose
Same for .update. (@image.update)
I hope this is what you needed.