
Start_Screen()
Hide_Mouse();
Put_Image(1,22,'BACK.PCX')
Draw_Window(160,81,435,186,1,'Untitled Window')
Flood_Fill(340,96,1)
Shadow_Text(170,126,15,0,3,'Adopt Which File?')
Entry_Field(315,121,0,12,1,'')
Draw_Button(270,156,60,35,1,4,'Okay')
Show_Mouse();
End_Screen()
