This document contains code for 4 forms that are used to unload and load other forms when certain image or command buttons are clicked. Form1 unloads itself and loads Form2 when Image2 is clicked. Form2 can unload itself and load either Form3 or Form4 depending on whether Command1 or Command2 is clicked. Form3 unloads itself and loads Form2 when Image3 is clicked. Form4 unloads itself and loads Form2 when Image1 is clicked.