// JS-CIRCL.TXT (c) J R Stockton www.merlyn.demon.co.uk >= 2009-12-31 function MyFunc() { CX.strokeStyle = "red" CX.beginPath() CX.arc(0, 0, 130, 0, 7, false) CX.stroke() } Glob.DrawCircle = MyFunc // End.