GraphicsWindow.Width = 640 GraphicsWindow.Height = 640 GraphicsWindow.BackgroundColor = "Silver" GraphicsWindow.BrushColor = "FloralWhite" GraphicsWindow.FillRectangle (0,0,80,80) GraphicsWindow.FillRectangle (160,0,80,80) GraphicsWindow.FillRectangle (320,0,80,80) GraphicsWindow.FillRectangle (480,0,80,80) GraphicsWindow.FillRectangle (80,80,80,80) GraphicsWindow.FillRectangle (240,80,80,80) GraphicsWindow.FillRectangle (400,80,80,80) GraphicsWindow.FillRectangle (560,80,80,80) GraphicsWindow.FillRectangle (0,160,80,80) GraphicsWindow.FillRectangle (160,160,80,80) GraphicsWindow.FillRectangle (320,160,80,80) GraphicsWindow.FillRectangle (480,160,80,80) GraphicsWindow.FillRectangle (80,240,80,80) GraphicsWindow.FillRectangle (240,240,80,80) GraphicsWindow.FillRectangle (400,240,80,80) GraphicsWindow.FillRectangle (560,240,80,80) GraphicsWindow.FillRectangle (0,320,80,80) GraphicsWindow.FillRectangle (160,320,80,80) GraphicsWindow.FillRectangle (320,320,80,80) GraphicsWindow.FillRectangle (480,320,80,80) GraphicsWindow.FillRectangle (80,400,80,80) GraphicsWindow.FillRectangle (240,400,80,80) GraphicsWindow.FillRectangle (400,400,80,80) GraphicsWindow.FillRectangle (560,400,80,80) GraphicsWindow.FillRectangle (0,480,80,80) GraphicsWindow.FillRectangle (160,480,80,80) GraphicsWindow.FillRectangle (320,480,80,80) GraphicsWindow.FillRectangle (480,480,80,80) GraphicsWindow.FillRectangle (80,560,80,80) GraphicsWindow.FillRectangle (240,560,80,80) GraphicsWindow.FillRectangle (400,560,80,80) GraphicsWindow.FillRectangle (560,560,80,80) GraphicsWindow.BrushColor = "Black" GraphicsWindow.FillRectangle (10,60,60,10) GraphicsWindow.FillRectangle (20,20,40,40) GraphicsWindow.FillRectangle (10,10,15,10) GraphicsWindow.FillRectangle (35,10,10,10) GraphicsWindow.FillRectangle (55,10,15,10) GraphicsWindow.PenColor = "White" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (20,30,60,30) GraphicsWindow.DrawLine (20,45,60,45) GraphicsWindow.FillEllipse (90,15,40,20) GraphicsWindow.FillRectangle (115,15,25,55) GraphicsWindow.FillRectangle (115,10,10,10) GraphicsWindow.FillRectangle (120,8,10,10) GraphicsWindow.DrawLine (137,17,137,70) GraphicsWindow.DrawLine (130,17,137,17) GraphicsWindow.BrushColor = "White" GraphicsWindow.FillEllipse (105,18,7,3) GraphicsWindow.BrushColor = "Black" GraphicsWindow.PenColor = "Black" GraphicsWindow.FillEllipse (170,60,30,10) GraphicsWindow.FillEllipse (200,60,30,10) GraphicsWindow.FillEllipse (188,50,25,15) GraphicsWindow.FillEllipse (183,15,35,40) GraphicsWindow.PenColor = "White" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (195,30,205,30) GraphicsWindow.DrawLine (200,25,200,35) GraphicsWindow.FillEllipse (195,5,10,11) GraphicsWindow.FillRectangle (250,60,60,10) GraphicsWindow.FillRectangle (255,55,50,5) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (255,15,260,55) GraphicsWindow.DrawLine (260,15,270,25) GraphicsWindow.DrawLine (270,25,280,15) GraphicsWindow.DrawLine (280,15,290,25) GraphicsWindow.DrawLine (290,25,300,15) GraphicsWindow.DrawLine (305,15,300,55) GraphicsWindow.FillEllipse (251,6,10,10) GraphicsWindow.FillEllipse (275,8,10,10) GraphicsWindow.FillEllipse (299,6,10,10) GraphicsWindow.PenColor = "White" GraphicsWindow.PenWidth = 1 GraphicsWindow.DrawLine (255,60,305,60) GraphicsWindow.PenColor = "Black" GraphicsWindow.DrawLine (256,30,304,30) GraphicsWindow.DrawLine (257,45,303,45) GraphicsWindow.FillRectangle (330,60,60,10) GraphicsWindow.FillRectangle (335,55,50,5) GraphicsWindow.PenColor = "White" GraphicsWindow.DrawLine (335,60,385,60) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawEllipse (340,20,20,35) GraphicsWindow.DrawEllipse (360,20,20,35) GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (360,5,360,15) GraphicsWindow.DrawLine (355,8,365,8) GraphicsWindow.DrawLine (350,20,360,15) GraphicsWindow.DrawLine (360,15,370,20) GraphicsWindow.BrushColor = "Black" GraphicsWindow.PenColor = "Black" GraphicsWindow.FillEllipse (410,60,30,10) GraphicsWindow.FillEllipse (440,60,30,10) GraphicsWindow.FillEllipse (428,50,25,15) GraphicsWindow.FillEllipse (423,15,35,40) GraphicsWindow.PenColor = "White" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (435,30,445,30) GraphicsWindow.DrawLine (440,25,440,35) GraphicsWindow.FillEllipse (435,5,10,11) GraphicsWindow.FillEllipse (490,15,40,20) GraphicsWindow.FillRectangle (515,15,25,55) GraphicsWindow.FillRectangle (515,10,10,10) GraphicsWindow.FillRectangle (520,8,10,10) GraphicsWindow.DrawLine (537,17,537,70) GraphicsWindow.DrawLine (530,17,537,17) GraphicsWindow.BrushColor = "White" GraphicsWindow.FillEllipse (505,18,7,3) GraphicsWindow.BrushColor = "Black" GraphicsWindow.FillRectangle (570,60,60,10) GraphicsWindow.FillRectangle (580,20,40,40) GraphicsWindow.FillRectangle (570,10,15,10) GraphicsWindow.FillRectangle (595,10,10,10) GraphicsWindow.FillRectangle (615,10,15,10) GraphicsWindow.PenColor = "White" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (580,30,620,30) GraphicsWindow.DrawLine (580,45,620,45) GraphicsWindow.FillRectangle (10,130,60,20) GraphicsWindow.FillEllipse (20,100,40,40) GraphicsWindow.FillEllipse (30,85,20,20) GraphicsWindow.FillRectangle (90,130,60,20) GraphicsWindow.FillEllipse (100,100,40,40) GraphicsWindow.FillEllipse (110,85,20,20) GraphicsWindow.FillRectangle (170,130,60,20) GraphicsWindow.FillEllipse (180,100,40,40) GraphicsWindow.FillEllipse (190,85,20,20) GraphicsWindow.FillRectangle (250,130,60,20) GraphicsWindow.FillEllipse (260,100,40,40) GraphicsWindow.FillEllipse (270,85,20,20) GraphicsWindow.FillRectangle (330,130,60,20) GraphicsWindow.FillEllipse (340,100,40,40) GraphicsWindow.FillEllipse (350,85,20,20) GraphicsWindow.FillRectangle (410,130,60,20) GraphicsWindow.FillEllipse (420,100,40,40) GraphicsWindow.FillEllipse (430,85,20,20) GraphicsWindow.FillRectangle (490,130,60,20) GraphicsWindow.FillEllipse (500,100,40,40) GraphicsWindow.FillEllipse (510,85,20,20) GraphicsWindow.FillRectangle (570,130,60,20) GraphicsWindow.FillEllipse (580,100,40,40) GraphicsWindow.FillEllipse (590,85,20,20) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 2 GraphicsWindow.BrushColor = "White" GraphicsWindow.DrawRectangle (10,530,60,20) GraphicsWindow.FillRectangle (10,530,60,20) GraphicsWindow.DrawEllipse (20,500,40,40) GraphicsWindow.FillEllipse (20,500,40,40) GraphicsWindow.DrawEllipse (30,485,20,20) GraphicsWindow.FillEllipse (30,485,20,20) GraphicsWindow.DrawRectangle (90,530,60,20) GraphicsWindow.FillRectangle (90,530,60,20) GraphicsWindow.DrawEllipse (100,500,40,40) GraphicsWindow.FillEllipse (100,500,40,40) GraphicsWindow.DrawEllipse (110,485,20,20) GraphicsWindow.FillEllipse (110,485,20,20) GraphicsWindow.DrawRectangle (170,530,60,20) GraphicsWindow.FillRectangle (170,530,60,20) GraphicsWindow.DrawEllipse (180,500,40,40) GraphicsWindow.FillEllipse (180,500,40,40) GraphicsWindow.DrawEllipse (190,485,20,20) GraphicsWindow.FillEllipse (190,485,20,20) GraphicsWindow.DrawRectangle (250,530,60,20) GraphicsWindow.FillRectangle (250,530,60,20) GraphicsWindow.DrawEllipse (260,500,40,40) GraphicsWindow.FillEllipse (260,500,40,40) GraphicsWindow.DrawEllipse (270,485,20,20) GraphicsWindow.FillEllipse (270,485,20,20) GraphicsWindow.DrawRectangle (330,530,60,20) GraphicsWindow.FillRectangle (330,530,60,20) GraphicsWindow.DrawEllipse (340,500,40,40) GraphicsWindow.FillEllipse (340,500,40,40) GraphicsWindow.DrawEllipse (350,485,20,20) GraphicsWindow.FillEllipse (350,485,20,20) GraphicsWindow.DrawRectangle (410,530,60,20) GraphicsWindow.FillRectangle (410,530,60,20) GraphicsWindow.DrawEllipse (420,500,40,40) GraphicsWindow.FillEllipse (420,500,40,40) GraphicsWindow.DrawEllipse (430,485,20,20) GraphicsWindow.FillEllipse (430,485,20,20) GraphicsWindow.DrawRectangle (490,530,60,20) GraphicsWindow.FillRectangle (490,530,60,20) GraphicsWindow.DrawEllipse (500,500,40,40) GraphicsWindow.FillEllipse (500,500,40,40) GraphicsWindow.DrawEllipse (510,485,20,20) GraphicsWindow.FillEllipse (510,485,20,20) GraphicsWindow.DrawRectangle (570,530,60,20) GraphicsWindow.FillRectangle (570,530,60,20) GraphicsWindow.DrawEllipse (580,500,40,40) GraphicsWindow.FillEllipse (580,500,40,40) GraphicsWindow.DrawEllipse (590,485,20,20) GraphicsWindow.FillEllipse (590,485,20,20) GraphicsWindow.DrawRectangle (20,580,40,40) GraphicsWindow.FillRectangle (20,580,40,40) GraphicsWindow.DrawRectangle (10,620,60,10) GraphicsWindow.FillRectangle (10,620,60,10) GraphicsWindow.DrawRectangle (55,569,15,10) GraphicsWindow.FillRectangle (55,569,15,10) GraphicsWindow.DrawRectangle (35,569,10,10) GraphicsWindow.FillRectangle (35,569,10,10) GraphicsWindow.DrawRectangle (10,569,15,10) GraphicsWindow.FillRectangle (10,569,15,10) GraphicsWindow.DrawLine (20,590,60,590) GraphicsWindow.DrawLine (20,605,60,605) GraphicsWindow.DrawEllipse (90,575,40,20) GraphicsWindow.FillEllipse (90,575,40,20) GraphicsWindow.DrawRectangle (115,570,10,10) GraphicsWindow.FillRectangle (115,570,10,10) GraphicsWindow.DrawRectangle (120,568,10,10) GraphicsWindow.FillRectangle (120,568,10,10) GraphicsWindow.DrawRectangle (115,575,25,55) GraphicsWindow.FillRectangle (115,575,25,55) GraphicsWindow.DrawLine (137,575,137,630) GraphicsWindow.DrawLine (130,575,137,575) GraphicsWindow.BrushColor = "Black" GraphicsWindow.DrawEllipse (105,578,7,3) GraphicsWindow.FillEllipse (105,578,7,3) GraphicsWindow.BrushColor = "White" GraphicsWindow.PenColor = "Black" GraphicsWindow.DrawEllipse (170,620,30,10) GraphicsWindow.FillEllipse (170,620,30,10) GraphicsWindow.DrawEllipse (200,620,30,10) GraphicsWindow.FillEllipse (200,620,30,10) GraphicsWindow.DrawEllipse (188,610,25,15) GraphicsWindow.FillEllipse (188,610,25,15) GraphicsWindow.DrawEllipse (183,575,35,40) GraphicsWindow.FillEllipse (183,575,35,40) GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (195,590,205,590) GraphicsWindow.DrawLine (200,585,200,595) GraphicsWindow.DrawEllipse (195,565,10,11) GraphicsWindow.FillEllipse (195,565,10,11) GraphicsWindow.DrawRectangle (250,620,60,10) GraphicsWindow.FillRectangle (250,620,60,10) GraphicsWindow.DrawRectangle (255,615,50,5) GraphicsWindow.FillRectangle (255,615,50,5) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (255,575,260,615) GraphicsWindow.DrawLine (260,575,270,585) GraphicsWindow.DrawLine (270,585,280,575) GraphicsWindow.DrawLine (280,575,290,585) GraphicsWindow.DrawLine (290,585,300,575) GraphicsWindow.DrawLine (305,575,300,615) GraphicsWindow.DrawEllipse (251,566,10,10) GraphicsWindow.FillEllipse (251,566,10,10) GraphicsWindow.DrawEllipse (275,568,10,10) GraphicsWindow.FillEllipse (275,568,10,10) GraphicsWindow.DrawEllipse (299,566,10,10) GraphicsWindow.FillEllipse (299,566,10,10) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 1 GraphicsWindow.DrawLine (256,590,304,590) GraphicsWindow.DrawLine (257,605,303,605) GraphicsWindow.PenColor = "Black" GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawEllipse (340,580,20,35) GraphicsWindow.DrawEllipse (360,580,20,35) GraphicsWindow.DrawLine (360,565,360,575) GraphicsWindow.DrawLine (355,568,365,568) GraphicsWindow.DrawLine (350,580,360,575) GraphicsWindow.DrawLine (360,575,370,580) GraphicsWindow.DrawRectangle (330,620,60,10) GraphicsWindow.FillRectangle (330,620,60,10) GraphicsWindow.DrawRectangle (335,615,50,5) GraphicsWindow.FillRectangle (335,615,50,5) GraphicsWindow.BrushColor = "White" GraphicsWindow.PenColor = "Black" GraphicsWindow.DrawEllipse (410,620,30,10) GraphicsWindow.FillEllipse (410,620,30,10) GraphicsWindow.DrawEllipse (440,620,30,10) GraphicsWindow.FillEllipse (440,620,30,10) GraphicsWindow.DrawEllipse (428,610,25,15) GraphicsWindow.FillEllipse (428,610,25,15) GraphicsWindow.DrawEllipse (423,575,35,40) GraphicsWindow.FillEllipse (423,575,35,40) GraphicsWindow.PenWidth = 2 GraphicsWindow.DrawLine (435,590,445,590) GraphicsWindow.DrawLine (440,585,440,595) GraphicsWindow.DrawEllipse (435,565,10,11) GraphicsWindow.FillEllipse (435,565,10,11) GraphicsWindow.DrawEllipse (490,575,40,20) GraphicsWindow.FillEllipse (490,575,40,20) GraphicsWindow.DrawRectangle (515,570,10,10) GraphicsWindow.FillRectangle (515,570,10,10) GraphicsWindow.DrawRectangle (520,568,10,10) GraphicsWindow.FillRectangle (520,568,10,10) GraphicsWindow.DrawRectangle (515,575,25,55) GraphicsWindow.FillRectangle (515,575,25,55) GraphicsWindow.DrawLine (537,575,537,630) GraphicsWindow.DrawLine (530,575,537,575) GraphicsWindow.BrushColor = "Black" GraphicsWindow.DrawEllipse (505,578,7,3) GraphicsWindow.FillEllipse (505,578,7,3) GraphicsWindow.BrushColor = "White" GraphicsWindow.DrawRectangle (580,580,40,40) GraphicsWindow.FillRectangle (580,580,40,40) GraphicsWindow.DrawRectangle (570,620,60,10) GraphicsWindow.FillRectangle (570,620,60,10) GraphicsWindow.DrawRectangle (615,569,15,10) GraphicsWindow.FillRectangle (615,569,15,10) GraphicsWindow.DrawRectangle (595,569,10,10) GraphicsWindow.FillRectangle (595,569,10,10) GraphicsWindow.DrawRectangle (570,569,15,10) GraphicsWindow.FillRectangle (570,569,15,10) GraphicsWindow.DrawLine (580,590,620,590) GraphicsWindow.DrawLine (580,605,620,605)