
Start_Screen()
Hide_Mouse()
Put_Image(1,22,'BACK.PCX')
Draw_Window(135,106,495,211,1,'System Message')
Shadow_Text(155,141,15,0,3,'Someone is already using the program you')
Shadow_Text(155,156,15,0,3,'selected. Please select another program.')
Draw_Button(285,181,70,13,1,4,'Okay')
Show_Mouse()
End_Screen()
