
Start_Screen()
Hide_Mouse()
Put_Image(1,21,'BACK.PCX')
Draw_Window(145,86,510,281,1,'Version Information')
Put_Image(185,121,'VERSION.PCX')
Flood_Fill(155,116,15)
Flood_Fill(340,96,1)
Standard_Text(190,226,16,2,'Copyright 1998 Mike Bryeans, All Rights Reserved.')
Draw_Button(295,256,60,13,1,4,'Okay')
Show_Mouse()
End_Screen()
