
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(70,111,580,221,1,'FTP Results')
Flood_Fill(335,121,4)
Shadow_Text(85,146,15,0,3,'Your request will be filled in the order it was received and')
Shadow_Text(85,166,15,0,3,'it will be email attached to you when retreived.')
Draw_Button(290,191,60,13,1,4,'Okay')
Show_Mouse()
End_Screen()
