
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(210,121,450,236,1,'File Attach')
Flood_Fill(405,131,9)
Flood_Fill(335,181,6)
Shadow_Text(260,156,15,0,2,'Attach File To Message?')
Draw_Button(260,191,50,89,1,10,'Yes')
Draw_Button(345,191,50,78,1,20,'No')
Show_Mouse()
End_Screen()
