// Macros : $macros={}; $macros["Biss non continue"]={ name:"Biss non continue", parameters:["circle","point","point","point","point"], exec: function (C1, P2, P1, P3, P4) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,P1); L2=PerpendicularBisector("L2",P2,P1); S3=Segment("S3",P2,P1); L11=Line("L11",Ohz,P3); L21=PerpendicularBisector("L21",P4,P3); S31=Segment("S31",P4,P3); Perp1=Perpendicular("Perp1",L1,Ohz); P21=OrderedIntersection("P21",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); Perp11=Perpendicular("Perp11",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P51=OrderedIntersection("P51",L21,S31,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P3,P12); S21=Segment("S21",P12,P22); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P3,P42); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); C2=Circle("C2",P6,P2); R1=Ray("R1",P6,P5); C21=Circle("C21",P61,P4); R11=Ray("R11",P61,P51); V1=OrderedIntersection("V1",C1,C2,1); U1=OrderedIntersection("U1",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); U2=OrderedIntersection("U2",C1,C21,1); V2=OrderedIntersection("V2",C1,C21,0); P91=OrderedIntersection("P91",R11,C21,0); C4=Arc3pts("C4",V1,P9,U1); C41=Arc3pts("C41",U2,P91,V2); L4=Line("L4",V2,V1); O1=Center("O1",C4); O2=Center("O2",C41); L3=Line("L3",O2,O1); I=OrderedIntersection("I",L4,L3,0); M2=MidPoint("M2",Ohz,I); C3=Circle("C3",M2,Ohz); P7=OrderedIntersection("P7",C1,C3,0); P8=OrderedIntersection("P8",C1,C3,1); C5=Circle("C5",I,P7); M3=MidPoint("M3",P8,P7); R2=Ray("R2",I,M3); P10=OrderedIntersection("P10",R2,C5,0); C6=Arc3pts("C6",P8,P10,P7); return [C6]; }}; $macros["Cercle Hyp Ctr Pt"]={ name:"Cercle Hyp Ctr Pt", parameters:["circle","point","point"], exec: function (C1, O, A) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,O); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",O,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); o=OrderedIntersection("o'",L1,Par2,0); K=MidPoint("K",o,O); C2=Circle("C2",K,O); L11=Line("L11",K,A); L2=Line("L2",K,A); Perp11=Perpendicular("Perp11",L11,K); P21=OrderedIntersection("P21",L11,C2,0); P11=OrderedIntersection("P11",Perp11,C2,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); Par11=Parallel("Par11",S11,P21); P31=OrderedIntersection("P31",Perp11,Par11,0); Par21=Parallel("Par21",S21,P31); A1=OrderedIntersection("A'",L11,Par21,0); J=MidPoint("J",A1,A); Perp2=Perpendicular("Perp2",L2,J); I=OrderedIntersection("I",L1,Perp2,0); C3=Circle("C3",I,A); return [C3]; }}; $macros["Droite faisceau 1pt"]={ name:"Droite faisceau 1pt", parameters:["point","point","point","point","point","circle"], exec: function (P1, P2, P3, P4, P10, C1) { O=Center("O",C1); L1=Line("L1",O,P2); L2=PerpendicularBisector("L2",P1,P2); L11=Line("L11",O,P4); L21=PerpendicularBisector("L21",P3,P4); L12=Line("L12",O,P10); Perp1=Perpendicular("Perp1",L1,O); P21=OrderedIntersection("P21",L1,C1,0); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); Perp12=Perpendicular("Perp12",L12,O); P23=OrderedIntersection("P23",L12,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P13=OrderedIntersection("P13",Perp12,C1,0); S1=Segment("S1",P2,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P4,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",P10,P13); S22=Segment("S22",P13,P23); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); M1=MidPoint("M1",P2,P41); M11=MidPoint("M11",P4,P42); M2=MidPoint("M2",P10,P43); L4=Line("L4",O,P43); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); Perp3=Perpendicular("Perp3",L4,M2); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); L3=Line("L3",P6,P61); P14=OrderedIntersection("P14",Perp3,L3,0); C3=Circle("C3",P14,P10); P15=OrderedIntersection("P15",C1,C3,0); P16=OrderedIntersection("P16",C1,C3,1); C5=Arc3pts("C5",P15,P10,P16); return [C5]; }}; $macros["Droite Hyp"]={ name:"Droite Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P7=OrderedIntersection("P7",C1,C2,1); P8=OrderedIntersection("P8",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); C4=Arc3pts("C4",P7,P9,P8); return [C4]; }}; $macros["Inter hyp"]={ name:"Inter hyp", parameters:["point","point","point","point","circle"], exec: function (b1, b2, c2, c1, C1) { O=Center("O",C1); L11=Line("L11",O,b2); L21=PerpendicularBisector("L21",b1,b2); L12=Line("L12",O,c2); L22=PerpendicularBisector("L22",c1,c2); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); Perp12=Perpendicular("Perp12",L12,O); P23=OrderedIntersection("P23",L12,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P16=OrderedIntersection("P16",Perp12,C1,0); S11=Segment("S11",b2,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",c2,P16); S22=Segment("S22",P16,P23); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); M11=MidPoint("M11",b2,P42); M12=MidPoint("M12",c2,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); CTRb=OrderedIntersection("CTRb",L21,Perp21,0); CTRc=OrderedIntersection("CTRc",L22,Perp22,0); C21=Circle("C21",CTRb,b1); C22=Circle("C22",CTRc,c1); P1=OrderedIntersection("P1",C21,C22,0); L1=Line("L1",O,P1); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); I=OrderedIntersection("I",L1,Par2,0); M1=MidPoint("M1",I,P1); S3=Segment("S3",O,M1); J=OrderedIntersection("J",S3,C22,1); return [J]; }}; $macros["Inverse 1pt"]={ name:"Inverse 1pt", parameters:["circle","point"], exec: function (C1, A) { O=Center("O",C1); L1=Line("L1",O,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); return [P4]; }}; $macros["Mediatrice Hyp"]={ name:"Mediatrice Hyp", parameters:["circle","point","point"], exec: function (C1, A, O) { Ohz=Center("Ohz",C1); L1=Line("L1",Ohz,O); L11=Line("L11",Ohz,A); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); Perp12=Perpendicular("Perp12",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P1=OrderedIntersection("P1",Perp1,C1,0); P12=OrderedIntersection("P12",Perp12,C1,0); S1=Segment("S1",O,P1); S2=Segment("S2",P1,P2); S12=Segment("S12",A,P12); S22=Segment("S22",P12,P22); Par1=Parallel("Par1",S1,P2); Par12=Parallel("Par12",S12,P22); P3=OrderedIntersection("P3",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp12,Par12,0); Par2=Parallel("Par2",S2,P3); Par22=Parallel("Par22",S22,P32); o=OrderedIntersection("o'",L1,Par2,0); o1=OrderedIntersection("o'1",L11,Par22,0); K=MidPoint("K",o,O); K1=MidPoint("K1",o1,A); C2=Circle("C2",K,O); DtrACacher=Line("DtrACacher",K,A); L2=Line("L2",K,A); C21=Circle("C21",K1,A); L111=Line("L111",K1,O); L21=Line("L21",K1,O); Perp11=Perpendicular("Perp11",DtrACacher,K); P21=OrderedIntersection("P21",DtrACacher,C2,0); Perp111=Perpendicular("Perp111",L111,K1); P211=OrderedIntersection("P211",L111,C21,0); P11=OrderedIntersection("P11",Perp11,C2,0); P111=OrderedIntersection("P111",Perp111,C21,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); S111=Segment("S111",O,P111); S211=Segment("S211",P111,P211); Par11=Parallel("Par11",S11,P21); Par111=Parallel("Par111",S111,P211); P31=OrderedIntersection("P31",Perp11,Par11,0); P311=OrderedIntersection("P311",Perp111,Par111,0); Par21=Parallel("Par21",S21,P31); Par211=Parallel("Par211",S211,P311); A1=OrderedIntersection("A'",DtrACacher,Par21,0); A11=OrderedIntersection("A'1",L111,Par211,0); J=MidPoint("J",A1,A); J1=MidPoint("J1",A11,O); Perp2=Perpendicular("Perp2",L2,J); Perp21=Perpendicular("Perp21",L21,J1); I=OrderedIntersection("I",L1,Perp2,0); I1=OrderedIntersection("I1",L11,Perp21,0); C3=Circle("C3",I,A); C31=Circle("C31",I1,O); P4=OrderedIntersection("P4",C3,C31,0); P5=OrderedIntersection("P5",C3,C31,1); L12=Line("L12",Ohz,P4); L22=PerpendicularBisector("L22",P5,P4); S3=Segment("S3",P5,P4); Perp13=Perpendicular("Perp13",L12,Ohz); P23=OrderedIntersection("P23",L12,C1,0); P51=OrderedIntersection("P51",L22,S3,0); P13=OrderedIntersection("P13",Perp13,C1,0); S13=Segment("S13",P4,P13); S23=Segment("S23",P13,P23); Par13=Parallel("Par13",S13,P23); P33=OrderedIntersection("P33",Perp13,Par13,0); Par23=Parallel("Par23",S23,P33); P41=OrderedIntersection("P41",L12,Par23,0); M1=MidPoint("M1",P4,P41); Perp22=Perpendicular("Perp22",L12,M1); P6=OrderedIntersection("P6",L22,Perp22,0); C22=Circle("C22",P6,P5); R1=Ray("R1",P6,P51); P7=OrderedIntersection("P7",C1,C22,1); P8=OrderedIntersection("P8",C1,C22,0); P9=OrderedIntersection("P9",R1,C22,0); C4=Arc3pts("C4",P7,P9,P8); return [C4]; }}; $macros["pComHyp AB CD"]={ name:"pComHyp AB CD", parameters:["circle","point","point","point","point"], exec: function (C1, P1, P2, P4, P3) { O=Center("O",C1); L1=Line("L1",O,P1); L2=PerpendicularBisector("L2",P2,P1); L11=Line("L11",O,P4); L21=PerpendicularBisector("L21",P3,P4); Perp1=Perpendicular("Perp1",L1,O); P21=OrderedIntersection("P21",L1,C1,0); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P4,P12); S21=Segment("S21",P12,P22); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P4,P42); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); L3=Line("L3",P6,P61); P10=OrderedIntersection("P10",L3,C1,0); P13=OrderedIntersection("P13",L3,C1,1); S4=Segment("S4",O,P10); S5=Segment("S5",O,P13); Perp3=Perpendicular("Perp3",S5,P13); Perp4=Perpendicular("Perp4",S4,P10); P14=OrderedIntersection("P14",Perp3,Perp4,0); C3=Circle("C3",P14,P13); R2=Ray("R2",P14,O); P15=OrderedIntersection("P15",R2,C3,0); C5=Arc3pts("C5",P13,P15,P10); return [C5]; }}; $macros["PerpHyper A B M"]={ name:"PerpHyper A B M", parameters:["circle","point","point","point"], exec: function (C1, A, B, M) { O=Center("O",C1); L11=Line("L11",O,A); L2=PerpendicularBisector("L2",B,A); L13=Line("L13",O,M); Perp11=Perpendicular("Perp11",L11,O); P21=OrderedIntersection("P21",L11,C1,0); Perp13=Perpendicular("Perp13",L13,O); P23=OrderedIntersection("P23",L13,C1,0); P11=OrderedIntersection("P11",Perp11,C1,0); P13=OrderedIntersection("P13",Perp13,C1,0); S11=Segment("S11",A,P11); S21=Segment("S21",P11,P21); S13=Segment("S13",M,P13); S23=Segment("S23",P13,P23); Par11=Parallel("Par11",S11,P21); Par13=Parallel("Par13",S13,P23); P31=OrderedIntersection("P31",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp13,Par13,0); Par21=Parallel("Par21",S21,P31); Par23=Parallel("Par23",S23,P33); P41=OrderedIntersection("P41",L11,Par21,0); P43=OrderedIntersection("P43",L13,Par23,0); M11=MidPoint("M11",A,P41); M2=MidPoint("M2",P43,M); L3=Line("L3",O,P43); Perp21=Perpendicular("Perp21",L11,M11); Perp3=Perpendicular("Perp3",L3,M2); P6=OrderedIntersection("P6",L2,Perp21,0); C2=Circle("C2",P6,B); L14=Line("L14",P6,M); L4=Line("L4",P6,M); Perp14=Perpendicular("Perp14",L14,P6); P24=OrderedIntersection("P24",L14,C2,0); P14=OrderedIntersection("P14",Perp14,C2,0); S14=Segment("S14",M,P14); S24=Segment("S24",P14,P24); Par14=Parallel("Par14",S14,P24); P34=OrderedIntersection("P34",Perp14,Par14,0); Par24=Parallel("Par24",S24,P34); P44=OrderedIntersection("P44",L14,Par24,0); M3=MidPoint("M3",M,P44); Perp4=Perpendicular("Perp4",L4,M3); P10=OrderedIntersection("P10",Perp3,Perp4,0); C3=Circle("C3",P10,M); P15=OrderedIntersection("P15",C1,C3,1); P16=OrderedIntersection("P16",C3,C1,1); C5=Arc3pts("C5",P15,M,P16); return [C5]; }}; $macros["Segment Hyp"]={ name:"Segment Hyp", parameters:["circle","point","point"], exec: function (C1, A, B) { O=Center("O",C1); L1=Line("L1",O,A); L2=PerpendicularBisector("L2",B,A); S3=Segment("S3",B,A); Perp1=Perpendicular("Perp1",L1,O); P2=OrderedIntersection("P2",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); P1=OrderedIntersection("P1",Perp1,C1,0); S1=Segment("S1",A,P1); S2=Segment("S2",P1,P2); Par1=Parallel("Par1",S1,P2); P3=OrderedIntersection("P3",Perp1,Par1,0); Par2=Parallel("Par2",S2,P3); P4=OrderedIntersection("P4",L1,Par2,0); M1=MidPoint("M1",A,P4); Perp2=Perpendicular("Perp2",L1,M1); P6=OrderedIntersection("P6",L2,Perp2,0); C2=Circle("C2",P6,B); R1=Ray("R1",P6,P5); P9=OrderedIntersection("P9",R1,C2,0); C3=Arc3pts("C3",B,P9,A); return [C3]; }}; // Coordinates System : SetCoords(380.2572725479378,317.4894473777793,6.619979281001083); // Geometry : Ohz=Point("Ohz",-3.5375000000000925,-0.42499999999983784); P1=Point("P1",-26.787935834318475,-10.435877769841287); P2=Point("P2",-20.077598238247646,31.942632573632626); P3=Point("P3",30.034964690057066,13.316724228599059); P4=Point("P4",2.096102172506596,33.420879267682906); P13=Point("P13",24.121977913855925,-21.126423742772598); P14=Point("P14",-1.5290709830538327,-15.90132490604102); C1=Circle1("C1",Ohz,44.86146449312702); L1=Line("L1",Ohz,P1); L2=PerpendicularBisector("L2",P2,P1); S3=Segment("S3",P2,P1); L11=Line("L11",Ohz,P3); L21=PerpendicularBisector("L21",P4,P3); S31=Segment("S31",P4,P3); L12=Line("L12",Ohz,P13); L22=PerpendicularBisector("L22",P14,P13); S32=Segment("S32",P14,P13); L13=Line("L13",Ohz,P1); L23=PerpendicularBisector("L23",P2,P1); S33=Segment("S33",P2,P1); L111=Line("L111",Ohz,P13); L211=PerpendicularBisector("L211",P14,P13); S311=Segment("S311",P14,P13); L15=Line("L15",Ohz,P13); L24=PerpendicularBisector("L24",P14,P13); S35=Segment("S35",P14,P13); L113=Line("L113",Ohz,P4); L213=PerpendicularBisector("L213",P3,P4); S312=Segment("S312",P3,P4); L114=Line("L114",Ohz,P4); L25=PerpendicularBisector("L25",P3,P4); L122=Line("L122",Ohz,P4); L222=PerpendicularBisector("L222",P3,P4); L117=Line("L117",Ohz,P2); L27=PerpendicularBisector("L27",P1,P2); L118=Line("L118",Ohz,P1); L215=PerpendicularBisector("L215",P2,P1); L119=Line("L119",Ohz,P14); L28=PerpendicularBisector("L28",P13,P14); L124=Line("L124",Ohz,P13); L224=PerpendicularBisector("L224",P14,P13); L110=Line("L110",Ohz,P2); L29=PerpendicularBisector("L29",P1,P2); L1111=Line("L1111",Ohz,P4); L217=PerpendicularBisector("L217",P3,P4); L120=Line("L120",Ohz,P14); L210=PerpendicularBisector("L210",P13,P14); L1112=Line("L1112",Ohz,P1); L218=PerpendicularBisector("L218",P2,P1); L127=Line("L127",Ohz,P3); L219=PerpendicularBisector("L219",P4,P3); L1113=Line("L1113",Ohz,P13); L2110=PerpendicularBisector("L2110",P14,P13); Perp1=Perpendicular("Perp1",L1,Ohz); P21=OrderedIntersection("P21",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); Perp11=Perpendicular("Perp11",L11,Ohz); P22=OrderedIntersection("P22",L11,C1,0); P51=OrderedIntersection("P51",L21,S31,0); Perp12=Perpendicular("Perp12",L12,Ohz); P23=OrderedIntersection("P23",L12,C1,0); P52=OrderedIntersection("P52",L22,S32,0); Perp13=Perpendicular("Perp13",L13,Ohz); P211=OrderedIntersection("P211",L13,C1,0); P53=OrderedIntersection("P53",L23,S33,0); Perp111=Perpendicular("Perp111",L111,Ohz); P221=OrderedIntersection("P221",L111,C1,0); P511=OrderedIntersection("P511",L211,S311,0); Perp15=Perpendicular("Perp15",L15,Ohz); P212=OrderedIntersection("P212",L15,C1,0); P54=OrderedIntersection("P54",L24,S35,0); Perp113=Perpendicular("Perp113",L113,Ohz); P223=OrderedIntersection("P223",L113,C1,0); P512=OrderedIntersection("P512",L213,S312,0); Perp114=Perpendicular("Perp114",L114,Ohz); P213=OrderedIntersection("P213",L114,C1,0); Perp122=Perpendicular("Perp122",L122,Ohz); P233=OrderedIntersection("P233",L122,C1,0); Perp117=Perpendicular("Perp117",L117,Ohz); P215=OrderedIntersection("P215",L117,C1,0); Perp118=Perpendicular("Perp118",L118,Ohz); P225=OrderedIntersection("P225",L118,C1,0); Perp119=Perpendicular("Perp119",L119,Ohz); P216=OrderedIntersection("P216",L119,C1,0); Perp124=Perpendicular("Perp124",L124,Ohz); P237=OrderedIntersection("P237",L124,C1,0); Perp110=Perpendicular("Perp110",L110,Ohz); P217=OrderedIntersection("P217",L110,C1,0); Perp1111=Perpendicular("Perp1111",L1111,Ohz); P227=OrderedIntersection("P227",L1111,C1,0); Perp120=Perpendicular("Perp120",L120,Ohz); P218=OrderedIntersection("P218",L120,C1,0); Perp1112=Perpendicular("Perp1112",L1112,Ohz); P228=OrderedIntersection("P228",L1112,C1,0); Perp127=Perpendicular("Perp127",L127,Ohz); P219=OrderedIntersection("P219",L127,C1,0); Perp1113=Perpendicular("Perp1113",L1113,Ohz); P229=OrderedIntersection("P229",L1113,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P15=OrderedIntersection("P15",Perp12,C1,0); P111=OrderedIntersection("P111",Perp13,C1,0); P121=OrderedIntersection("P121",Perp111,C1,0); P113=OrderedIntersection("P113",Perp15,C1,0); P123=OrderedIntersection("P123",Perp113,C1,0); P114=OrderedIntersection("P114",Perp114,C1,0); P162=OrderedIntersection("P162",Perp122,C1,0); P117=OrderedIntersection("P117",Perp117,C1,0); P125=OrderedIntersection("P125",Perp118,C1,0); P119=OrderedIntersection("P119",Perp119,C1,0); P166=OrderedIntersection("P166",Perp124,C1,0); P1111=OrderedIntersection("P1111",Perp110,C1,0); P127=OrderedIntersection("P127",Perp1111,C1,0); P1112=OrderedIntersection("P1112",Perp120,C1,0); P128=OrderedIntersection("P128",Perp1112,C1,0); P1113=OrderedIntersection("P1113",Perp127,C1,0); P129=OrderedIntersection("P129",Perp1113,C1,0); S1=Segment("S1",P1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",P3,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",P13,P15); S22=Segment("S22",P15,P23); S13=Segment("S13",P1,P111); S23=Segment("S23",P111,P211); S111=Segment("S111",P13,P121); S211=Segment("S211",P121,P221); S15=Segment("S15",P13,P113); S25=Segment("S25",P113,P212); S113=Segment("S113",P4,P123); S213=Segment("S213",P123,P223); S114=Segment("S114",P4,P114); S214=Segment("S214",P114,P213); S122=Segment("S122",P4,P162); S222=Segment("S222",P162,P233); S117=Segment("S117",P2,P117); S217=Segment("S217",P117,P215); S118=Segment("S118",P1,P125); S218=Segment("S218",P125,P225); S119=Segment("S119",P14,P119); S219=Segment("S219",P119,P216); S124=Segment("S124",P13,P166); S224=Segment("S224",P166,P237); S110=Segment("S110",P2,P1111); S210=Segment("S210",P1111,P217); S1111=Segment("S1111",P4,P127); S2111=Segment("S2111",P127,P227); S120=Segment("S120",P14,P1112); S220=Segment("S220",P1112,P218); S1112=Segment("S1112",P1,P128); S2112=Segment("S2112",P128,P228); S127=Segment("S127",P3,P1113); S227=Segment("S227",P1113,P219); S1113=Segment("S1113",P13,P129); S2113=Segment("S2113",P129,P229); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); Par13=Parallel("Par13",S13,P211); Par111=Parallel("Par111",S111,P221); Par15=Parallel("Par15",S15,P212); Par113=Parallel("Par113",S113,P223); Par114=Parallel("Par114",S114,P213); Par122=Parallel("Par122",S122,P233); Par117=Parallel("Par117",S117,P215); Par118=Parallel("Par118",S118,P225); Par119=Parallel("Par119",S119,P216); Par124=Parallel("Par124",S124,P237); Par110=Parallel("Par110",S110,P217); Par1111=Parallel("Par1111",S1111,P227); Par120=Parallel("Par120",S120,P218); Par1112=Parallel("Par1112",S1112,P228); Par127=Parallel("Par127",S127,P219); Par1113=Parallel("Par1113",S1113,P229); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); P311=OrderedIntersection("P311",Perp13,Par13,0); P321=OrderedIntersection("P321",Perp111,Par111,0); P312=OrderedIntersection("P312",Perp15,Par15,0); P323=OrderedIntersection("P323",Perp113,Par113,0); P313=OrderedIntersection("P313",Perp114,Par114,0); P333=OrderedIntersection("P333",Perp122,Par122,0); P315=OrderedIntersection("P315",Perp117,Par117,0); P325=OrderedIntersection("P325",Perp118,Par118,0); P316=OrderedIntersection("P316",Perp119,Par119,0); P337=OrderedIntersection("P337",Perp124,Par124,0); P317=OrderedIntersection("P317",Perp110,Par110,0); P327=OrderedIntersection("P327",Perp1111,Par1111,0); P318=OrderedIntersection("P318",Perp120,Par120,0); P328=OrderedIntersection("P328",Perp1112,Par1112,0); P319=OrderedIntersection("P319",Perp127,Par127,0); P329=OrderedIntersection("P329",Perp1113,Par1113,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); Par23=Parallel("Par23",S23,P311); Par211=Parallel("Par211",S211,P321); Par25=Parallel("Par25",S25,P312); Par213=Parallel("Par213",S213,P323); Par214=Parallel("Par214",S214,P313); Par222=Parallel("Par222",S222,P333); Par217=Parallel("Par217",S217,P315); Par218=Parallel("Par218",S218,P325); Par219=Parallel("Par219",S219,P316); Par224=Parallel("Par224",S224,P337); Par210=Parallel("Par210",S210,P317); Par2111=Parallel("Par2111",S2111,P327); Par220=Parallel("Par220",S220,P318); Par2112=Parallel("Par2112",S2112,P328); Par227=Parallel("Par227",S227,P319); Par2113=Parallel("Par2113",S2113,P329); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); P411=OrderedIntersection("P411",L13,Par23,0); P421=OrderedIntersection("P421",L111,Par211,0); P412=OrderedIntersection("P412",L15,Par25,0); P423=OrderedIntersection("P423",L113,Par213,0); P413=OrderedIntersection("P413",L114,Par214,0); P433=OrderedIntersection("P433",L122,Par222,0); P414=OrderedIntersection("P414",L117,Par217,0); P425=OrderedIntersection("P425",L118,Par218,0); P415=OrderedIntersection("P415",L119,Par219,0); P437=OrderedIntersection("P437",L124,Par224,0); P416=OrderedIntersection("P416",L110,Par210,0); P427=OrderedIntersection("P427",L1111,Par2111,0); P417=OrderedIntersection("P417",L120,Par220,0); P428=OrderedIntersection("P428",L1112,Par2112,0); P418=OrderedIntersection("P418",L127,Par227,0); P429=OrderedIntersection("P429",L1113,Par2113,0); M1=MidPoint("M1",P1,P41); M11=MidPoint("M11",P3,P42); M12=MidPoint("M12",P13,P43); M13=MidPoint("M13",P1,P411); M111=MidPoint("M111",P13,P421); M15=MidPoint("M15",P13,P412); M113=MidPoint("M113",P4,P423); M114=MidPoint("M114",P4,P413); M122=MidPoint("M122",P4,P433); M116=MidPoint("M116",P2,P414); M117=MidPoint("M117",P1,P425); M118=MidPoint("M118",P14,P415); M124=MidPoint("M124",P13,P437); M19=MidPoint("M19",P2,P416); M1110=MidPoint("M1110",P4,P427); M110=MidPoint("M110",P14,P417); M1111=MidPoint("M1111",P1,P428); M120=MidPoint("M120",P3,P418); M1112=MidPoint("M1112",P13,P429); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); Perp23=Perpendicular("Perp23",L13,M13); Perp211=Perpendicular("Perp211",L111,M111); Perp24=Perpendicular("Perp24",L15,M15); Perp213=Perpendicular("Perp213",L113,M113); Perp214=Perpendicular("Perp214",L114,M114); Perp222=Perpendicular("Perp222",L122,M122); Perp216=Perpendicular("Perp216",L117,M116); Perp217=Perpendicular("Perp217",L118,M117); Perp218=Perpendicular("Perp218",L119,M118); Perp224=Perpendicular("Perp224",L124,M124); Perp26=Perpendicular("Perp26",L110,M19); Perp2110=Perpendicular("Perp2110",L1111,M1110); Perp27=Perpendicular("Perp27",L120,M110); Perp2111=Perpendicular("Perp2111",L1112,M1111); Perp28=Perpendicular("Perp28",L127,M120); Perp2112=Perpendicular("Perp2112",L1113,M1112); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); P62=OrderedIntersection("P62",L22,Perp22,0); P63=OrderedIntersection("P63",L23,Perp23,0); P611=OrderedIntersection("P611",L211,Perp211,0); P64=OrderedIntersection("P64",L24,Perp24,0); P612=OrderedIntersection("P612",L213,Perp213,0); P65=OrderedIntersection("P65",L25,Perp214,0); CTRc1=OrderedIntersection("CTRc1",L222,Perp222,0); P66=OrderedIntersection("P66",L27,Perp216,0); CTRb2=OrderedIntersection("CTRb2",L215,Perp217,0); P67=OrderedIntersection("P67",L28,Perp218,0); CTRc3=OrderedIntersection("CTRc3",L224,Perp224,0); P68=OrderedIntersection("P68",L29,Perp26,0); P613=OrderedIntersection("P613",L217,Perp2110,0); P69=OrderedIntersection("P69",L210,Perp27,0); P614=OrderedIntersection("P614",L218,Perp2111,0); P610=OrderedIntersection("P610",L219,Perp28,0); P615=OrderedIntersection("P615",L2110,Perp2112,0); C2=Circle("C2",P6,P2); R1=Ray("R1",P6,P5); C21=Circle("C21",P61,P4); R11=Ray("R11",P61,P51); C22=Circle("C22",P62,P14); R12=Ray("R12",P62,P52); C23=Circle("C23",P63,P2); R13=Ray("R13",P63,P53); C211=Circle("C211",P611,P14); R111=Ray("R111",P611,P511); C24=Circle("C24",P64,P14); R14=Ray("R14",P64,P54); C213=Circle("C213",P612,P3); R112=Ray("R112",P612,P512); C25=Circle("C25",P65,P3); C222=Circle("C222",CTRc1,P3); C27=Circle("C27",P66,P1); C215=Circle("C215",CTRb2,P2); C28=Circle("C28",P67,P13); C224=Circle("C224",CTRc3,P14); L36=Line("L36",P68,P613); L37=Line("L37",P69,P614); L38=Line("L38",P610,P615); V1=OrderedIntersection("V1",C1,C2,1); U1=OrderedIntersection("U1",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); U2=OrderedIntersection("U2",C1,C21,1); V2=OrderedIntersection("V2",C1,C21,0); P91=OrderedIntersection("P91",R11,C21,0); P71=OrderedIntersection("P71",C1,C22,1); P81=OrderedIntersection("P81",C1,C22,0); P92=OrderedIntersection("P92",R12,C22,0); V11=OrderedIntersection("V11",C1,C23,1); U11=OrderedIntersection("U11",C1,C23,0); P93=OrderedIntersection("P93",R13,C23,0); U21=OrderedIntersection("U21",C1,C211,1); V21=OrderedIntersection("V21",C1,C211,0); P911=OrderedIntersection("P911",R111,C211,0); V12=OrderedIntersection("V12",C1,C24,1); U12=OrderedIntersection("U12",C1,C24,0); P94=OrderedIntersection("P94",R14,C24,0); U22=OrderedIntersection("U22",C1,C213,1); V22=OrderedIntersection("V22",C1,C213,0); P912=OrderedIntersection("P912",R112,C213,0); C4=Arc3pts("C4",V1,P9,U1); C41=Arc3pts("C41",U2,P91,V2); L4=Line("L4",V2,V1); L5=Line("L5",U1,V2); L6=Line("L6",U1,V1); L7=Line("L7",U2,V2); C42=Arc3pts("C42",P71,P92,P81); C43=Arc3pts("C43",V11,P93,U11); C411=Arc3pts("C411",U21,P911,V21); L41=Line("L41",V21,V11); C44=Arc3pts("C44",V12,P94,U12); C412=Arc3pts("C412",U22,P912,V22); L42=Line("L42",V22,V12); Center1=Center("Center1",C4); Center2=Center("Center2",C41); Center3=Center("Center3",C42); Center4=Center("Center4",C43); Center5=Center("Center5",C411); Center6=Center("Center6",C44); Center7=Center("Center7",C412); Crad=OrderedIntersection("Crad",L6,L7,0); P20=PointOn("P20",C41,2.7579725037477565); L3=Line("L3",Center2,Center1); L31=Line("L31",Center5,Center4); L32=Line("L32",Center7,Center6); I=OrderedIntersection("I",L4,L3,0); J=OrderedIntersection("J",L5,L3,0); I1=OrderedIntersection("I1",L41,L31,0); I3=OrderedIntersection("I3",L42,L32,0); M2=MidPoint("M2",Ohz,I); L9=Line("L9",Ohz,J); M21=MidPoint("M21",Ohz,I1); M22=MidPoint("M22",Ohz,I3); C3=Circle("C3",M2,Ohz); C31=Circle("C31",M21,Ohz); C32=Circle("C32",M22,Ohz); P7=OrderedIntersection("P7",C1,C3,0); P8=OrderedIntersection("P8",C1,C3,1); P72=OrderedIntersection("P72",C1,C31,0); P82=OrderedIntersection("P82",C1,C31,1); P73=OrderedIntersection("P73",C1,C32,0); P83=OrderedIntersection("P83",C1,C32,1); C5=Circle("C5",I,P7); L8=Line("L8",P7,P8); M3=MidPoint("M3",P8,P7); C51=Circle("C51",I1,P72); M31=MidPoint("M31",P82,P72); L112=Line("L112",Ohz,P72); C52=Circle("C52",I3,P73); M32=MidPoint("M32",P83,P73); R2=Ray("R2",I,M3); R21=Ray("R21",I1,M31); Perp112=Perpendicular("Perp112",L112,Ohz); P222=OrderedIntersection("P222",L112,C1,0); R22=Ray("R22",I3,M32); P10=OrderedIntersection("P10",R2,C5,0); P101=OrderedIntersection("P101",R21,C51,0); P122=OrderedIntersection("P122",Perp112,C1,0); P102=OrderedIntersection("P102",R22,C52,0); C6=Arc3pts("C6",P8,P10,P7); C61=Arc3pts("C61",P82,P101,P72); L212=PerpendicularBisector("L212",P101,P72); L121=Line("L121",Ohz,P10); L221=PerpendicularBisector("L221",P8,P10); S112=Segment("S112",P72,P122); S212=Segment("S212",P122,P222); C62=Arc3pts("C62",P83,P102,P73); Center8=Center("Center8",C6); Center9=Center("Center9",C61); Center10=Center("Center10",C62); Perp121=Perpendicular("Perp121",L121,Ohz); P231=OrderedIntersection("P231",L121,C1,0); Par112=Parallel("Par112",S112,P222); P16=OrderedIntersection("P16",Perp121,C1,0); P322=OrderedIntersection("P322",Perp112,Par112,0); S121=Segment("S121",P10,P16); S221=Segment("S221",P16,P231); Par212=Parallel("Par212",S212,P322); Par121=Parallel("Par121",S121,P231); P422=OrderedIntersection("P422",L112,Par212,0); P331=OrderedIntersection("P331",Perp121,Par121,0); M112=MidPoint("M112",P72,P422); Par221=Parallel("Par221",S221,P331); Perp212=Perpendicular("Perp212",L112,M112); P431=OrderedIntersection("P431",L121,Par221,0); CTRb=OrderedIntersection("CTRb",L212,Perp212,0); M121=MidPoint("M121",P10,P431); C212=Circle("C212",CTRb,P101); Perp221=Perpendicular("Perp221",L121,M121); CTRc=OrderedIntersection("CTRc",L221,Perp221,0); C221=Circle("C221",CTRc,P8); P17=OrderedIntersection("P17",C212,C221,0); L14=Line("L14",Ohz,P17); Perp14=Perpendicular("Perp14",L14,Ohz); P24=OrderedIntersection("P24",L14,C1,0); P112=OrderedIntersection("P112",Perp14,C1,0); S14=Segment("S14",P17,P112); S24=Segment("S24",P112,P24); Par14=Parallel("Par14",S14,P24); P34=OrderedIntersection("P34",Perp14,Par14,0); Par24=Parallel("Par24",S24,P34); I2=OrderedIntersection("I2",L14,Par24,0); M14=MidPoint("M14",I2,P17); S34=Segment("S34",Ohz,M14); Insc=OrderedIntersection("Insc",S34,C221,1); L131=Line("L131",Ohz,Insc); L141=Line("L141",P65,Insc); L43=Line("L43",P65,Insc); L17=Line("L17",Ohz,Insc); L132=Line("L132",Ohz,Insc); L142=Line("L142",P66,Insc); L44=Line("L44",P66,Insc); L123=Line("L123",Ohz,Insc); L133=Line("L133",Ohz,Insc); L143=Line("L143",P67,Insc); L45=Line("L45",P67,Insc); Perp131=Perpendicular("Perp131",L131,Ohz); P232=OrderedIntersection("P232",L131,C1,0); Perp141=Perpendicular("Perp141",L141,P65); P241=OrderedIntersection("P241",L141,C25,0); Perp17=Perpendicular("Perp17",L17,Ohz); P26=OrderedIntersection("P26",L17,C1,0); Perp132=Perpendicular("Perp132",L132,Ohz); P234=OrderedIntersection("P234",L132,C1,0); Perp142=Perpendicular("Perp142",L142,P66); P242=OrderedIntersection("P242",L142,C27,0); Perp123=Perpendicular("Perp123",L123,Ohz); P235=OrderedIntersection("P235",L123,C1,0); Perp133=Perpendicular("Perp133",L133,Ohz); P236=OrderedIntersection("P236",L133,C1,0); Perp143=Perpendicular("Perp143",L143,P67); P243=OrderedIntersection("P243",L143,C28,0); P131=OrderedIntersection("P131",Perp131,C1,0); P141=OrderedIntersection("P141",Perp141,C25,0); P19=OrderedIntersection("P19",Perp17,C1,0); P132=OrderedIntersection("P132",Perp132,C1,0); P142=OrderedIntersection("P142",Perp142,C27,0); P164=OrderedIntersection("P164",Perp123,C1,0); P133=OrderedIntersection("P133",Perp133,C1,0); P143=OrderedIntersection("P143",Perp143,C28,0); S131=Segment("S131",Insc,P131); S231=Segment("S231",P131,P232); S141=Segment("S141",Insc,P141); S241=Segment("S241",P141,P241); S17=Segment("S17",Insc,P19); S27=Segment("S27",P19,P26); S132=Segment("S132",Insc,P132); S232=Segment("S232",P132,P234); S142=Segment("S142",Insc,P142); S242=Segment("S242",P142,P242); S123=Segment("S123",Insc,P164); S223=Segment("S223",P164,P235); S133=Segment("S133",Insc,P133); S233=Segment("S233",P133,P236); S143=Segment("S143",Insc,P143); S243=Segment("S243",P143,P243); Par131=Parallel("Par131",S131,P232); Par141=Parallel("Par141",S141,P241); Par17=Parallel("Par17",S17,P26); Par132=Parallel("Par132",S132,P234); Par142=Parallel("Par142",S142,P242); Par123=Parallel("Par123",S123,P235); Par133=Parallel("Par133",S133,P236); Par143=Parallel("Par143",S143,P243); P332=OrderedIntersection("P332",Perp131,Par131,0); P341=OrderedIntersection("P341",Perp141,Par141,0); P36=OrderedIntersection("P36",Perp17,Par17,0); P334=OrderedIntersection("P334",Perp132,Par132,0); P342=OrderedIntersection("P342",Perp142,Par142,0); P335=OrderedIntersection("P335",Perp123,Par123,0); P336=OrderedIntersection("P336",Perp133,Par133,0); P343=OrderedIntersection("P343",Perp143,Par143,0); Par231=Parallel("Par231",S231,P332); Par241=Parallel("Par241",S241,P341); Par27=Parallel("Par27",S27,P36); Par232=Parallel("Par232",S232,P334); Par242=Parallel("Par242",S242,P342); Par223=Parallel("Par223",S223,P335); Par233=Parallel("Par233",S233,P336); Par243=Parallel("Par243",S243,P343); P432=OrderedIntersection("P432",L131,Par231,0); P44=OrderedIntersection("P44",L141,Par241,0); o=OrderedIntersection("o'",L17,Par27,0); P434=OrderedIntersection("P434",L132,Par232,0); P441=OrderedIntersection("P441",L142,Par242,0); P435=OrderedIntersection("P435",L123,Par223,0); P436=OrderedIntersection("P436",L133,Par233,0); P442=OrderedIntersection("P442",L143,Par243,0); M23=MidPoint("M23",P432,Insc); L33=Line("L33",Ohz,P432); M33=MidPoint("M33",Insc,P44); K=MidPoint("K",o,Insc); M24=MidPoint("M24",P434,Insc); L34=Line("L34",Ohz,P434); M34=MidPoint("M34",Insc,P441); M123=MidPoint("M123",Insc,P435); M25=MidPoint("M25",P436,Insc); L35=Line("L35",Ohz,P436); M35=MidPoint("M35",Insc,P442); Perp3=Perpendicular("Perp3",L33,M23); Perp4=Perpendicular("Perp4",L43,M33); C26=Circle("C26",K,Insc); Perp31=Perpendicular("Perp31",L34,M24); Perp41=Perpendicular("Perp41",L44,M34); Perp223=Perpendicular("Perp223",L123,M123); Perp32=Perpendicular("Perp32",L35,M25); Perp42=Perpendicular("Perp42",L45,M35); P103=OrderedIntersection("P103",Perp3,Perp4,0); P104=OrderedIntersection("P104",Perp31,Perp41,0); P105=OrderedIntersection("P105",Perp32,Perp42,0); C33=Circle("C33",P103,Insc); C35=Circle("C35",P104,Insc); C36=Circle("C36",P105,Insc); P151=OrderedIntersection("P151",C1,C33,1); P161=OrderedIntersection("P161",C33,C1,1); P152=OrderedIntersection("P152",C1,C35,1); P163=OrderedIntersection("P163",C35,C1,1); P153=OrderedIntersection("P153",C1,C36,1); P165=OrderedIntersection("P165",C36,C1,1); C53=Arc3pts("C53",P151,Insc,P161); L115=Line("L115",Ohz,P151); L214=PerpendicularBisector("L214",Insc,P151); C54=Arc3pts("C54",P152,Insc,P163); L223=PerpendicularBisector("L223",P152,Insc); C55=Arc3pts("C55",P153,Insc,P165); L1110=Line("L1110",Ohz,P165); L216=PerpendicularBisector("L216",Insc,P165); Center11=Center("Center11",C53); Center12=Center("Center12",C54); Center13=Center("Center13",C55); Perp115=Perpendicular("Perp115",L115,Ohz); P224=OrderedIntersection("P224",L115,C1,0); CTRc2=OrderedIntersection("CTRc2",L223,Perp223,0); Perp1110=Perpendicular("Perp1110",L1110,Ohz); P226=OrderedIntersection("P226",L1110,C1,0); P124=OrderedIntersection("P124",Perp115,C1,0); C223=Circle("C223",CTRc2,P152); P126=OrderedIntersection("P126",Perp1110,C1,0); S115=Segment("S115",P151,P124); S215=Segment("S215",P124,P224); P110=OrderedIntersection("P110",C215,C223,0); S1110=Segment("S1110",P165,P126); S2110=Segment("S2110",P126,P226); Par115=Parallel("Par115",S115,P224); L18=Line("L18",Ohz,P110); Par1110=Parallel("Par1110",S1110,P226); P324=OrderedIntersection("P324",Perp115,Par115,0); Perp18=Perpendicular("Perp18",L18,Ohz); P27=OrderedIntersection("P27",L18,C1,0); P326=OrderedIntersection("P326",Perp1110,Par1110,0); Par215=Parallel("Par215",S215,P324); P118=OrderedIntersection("P118",Perp18,C1,0); Par2110=Parallel("Par2110",S2110,P326); P424=OrderedIntersection("P424",L115,Par215,0); S18=Segment("S18",P110,P118); S28=Segment("S28",P118,P27); P426=OrderedIntersection("P426",L1110,Par2110,0); M115=MidPoint("M115",P151,P424); Par18=Parallel("Par18",S18,P27); M119=MidPoint("M119",P165,P426); Perp215=Perpendicular("Perp215",L115,M115); P37=OrderedIntersection("P37",Perp18,Par18,0); Perp219=Perpendicular("Perp219",L1110,M119); CTRb1=OrderedIntersection("CTRb1",L214,Perp215,0); Par28=Parallel("Par28",S28,P37); CTRb3=OrderedIntersection("CTRb3",L216,Perp219,0); C214=Circle("C214",CTRb1,Insc); I6=OrderedIntersection("I6",L18,Par28,0); C216=Circle("C216",CTRb3,Insc); P18=OrderedIntersection("P18",C214,C222,0); M17=MidPoint("M17",I6,P110); P120=OrderedIntersection("P120",C216,C224,0); L16=Line("L16",Ohz,P18); S37=Segment("S37",Ohz,M17); L19=Line("L19",Ohz,P120); Perp16=Perpendicular("Perp16",L16,Ohz); P25=OrderedIntersection("P25",L16,C1,0); J4=OrderedIntersection("J4",S37,C223,1); Perp19=Perpendicular("Perp19",L19,Ohz); P28=OrderedIntersection("P28",L19,C1,0); P115=OrderedIntersection("P115",Perp16,C1,0); P1110=OrderedIntersection("P1110",Perp19,C1,0); L128=Line("L128",Ohz,J4); S16=Segment("S16",P18,P115); S26=Segment("S26",P115,P25); S19=Segment("S19",P120,P1110); S29=Segment("S29",P1110,P28); Perp128=Perpendicular("Perp128",L128,Ohz); P2310=OrderedIntersection("P2310",L128,C1,0); Par16=Parallel("Par16",S16,P25); Par19=Parallel("Par19",S19,P28); P136=OrderedIntersection("P136",Perp128,C1,0); P35=OrderedIntersection("P35",Perp16,Par16,0); P38=OrderedIntersection("P38",Perp19,Par19,0); S128=Segment("S128",J4,P136); S228=Segment("S228",P136,P2310); Par26=Parallel("Par26",S26,P35); Par29=Parallel("Par29",S29,P38); Par128=Parallel("Par128",S128,P2310); I4=OrderedIntersection("I4",L16,Par26,0); I7=OrderedIntersection("I7",L19,Par29,0); P3310=OrderedIntersection("P3310",Perp128,Par128,0); M16=MidPoint("M16",I4,P18); M18=MidPoint("M18",I7,P120); Par228=Parallel("Par228",S228,P3310); S36=Segment("S36",Ohz,M16); S38=Segment("S38",Ohz,M18); P4310=OrderedIntersection("P4310",L128,Par228,0); J2=OrderedIntersection("J2",S36,C222,1); J5=OrderedIntersection("J5",S38,C224,1); M28=MidPoint("M28",J4,P4310); L48=Line("L48",Ohz,P4310); L116=Line("L116",K,J2); L26=Line("L26",K,J2); L125=Line("L125",Ohz,J5); L126=Line("L126",Ohz,J2); Perp35=Perpendicular("Perp35",L48,M28); L129=Line("L129",Ohz,J2); Perp116=Perpendicular("Perp116",L116,K); P214=OrderedIntersection("P214",L116,C26,0); Perp125=Perpendicular("Perp125",L125,Ohz); P238=OrderedIntersection("P238",L125,C1,0); Perp126=Perpendicular("Perp126",L126,Ohz); P239=OrderedIntersection("P239",L126,C1,0); P146=OrderedIntersection("P146",Perp35,L38,0); Perp129=Perpendicular("Perp129",L129,Ohz); P2311=OrderedIntersection("P2311",L129,C1,0); P116=OrderedIntersection("P116",Perp116,C26,0); P134=OrderedIntersection("P134",Perp125,C1,0); P135=OrderedIntersection("P135",Perp126,C1,0); C39=Circle("C39",P146,J4); P1610=OrderedIntersection("P1610",Perp129,C1,0); S116=Segment("S116",J2,P116); S216=Segment("S216",P116,P214); S125=Segment("S125",J5,P134); S225=Segment("S225",P134,P238); S126=Segment("S126",J2,P135); S226=Segment("S226",P135,P239); P156=OrderedIntersection("P156",C1,C39,0); P169=OrderedIntersection("P169",C1,C39,1); S129=Segment("S129",J2,P1610); S229=Segment("S229",P1610,P2311); Par116=Parallel("Par116",S116,P214); Par125=Parallel("Par125",S125,P238); Par126=Parallel("Par126",S126,P239); C58=Arc3pts("C58",P156,J4,P169); Par129=Parallel("Par129",S129,P2311); Center14=Center("Center14",C58); P314=OrderedIntersection("P314",Perp116,Par116,0); P338=OrderedIntersection("P338",Perp125,Par125,0); P339=OrderedIntersection("P339",Perp126,Par126,0); P3311=OrderedIntersection("P3311",Perp129,Par129,0); P30=OrderedIntersection("P30",C62,C58,1); Par216=Parallel("Par216",S216,P314); Par225=Parallel("Par225",S225,P338); Par226=Parallel("Par226",S226,P339); Par229=Parallel("Par229",S229,P3311); A1=OrderedIntersection("A'",L116,Par216,0); P438=OrderedIntersection("P438",L125,Par225,0); P439=OrderedIntersection("P439",L126,Par226,0); P4311=OrderedIntersection("P4311",L129,Par229,0); J3=MidPoint("J3",A1,J2); M26=MidPoint("M26",J5,P438); L46=Line("L46",Ohz,P438); M27=MidPoint("M27",J2,P439); L47=Line("L47",Ohz,P439); M125=MidPoint("M125",J2,P4311); Perp25=Perpendicular("Perp25",L26,J3); Perp33=Perpendicular("Perp33",L46,M26); Perp34=Perpendicular("Perp34",L47,M27); Perp225=Perpendicular("Perp225",L129,M125); I5=OrderedIntersection("I5",L17,Perp25,0); P144=OrderedIntersection("P144",Perp33,L36,0); P145=OrderedIntersection("P145",Perp34,L37,0); C34=Circle("C34",I5,J2); C37=Circle("C37",P144,J5); C38=Circle("C38",P145,J2); P154=OrderedIntersection("P154",C1,C37,0); P167=OrderedIntersection("P167",C1,C37,1); P155=OrderedIntersection("P155",C1,C38,0); P168=OrderedIntersection("P168",C1,C38,1); C56=Arc3pts("C56",P154,J5,P167); C57=Arc3pts("C57",P155,J2,P168); L1114=Line("L1114",Ohz,P167); L2111=PerpendicularBisector("L2111",J5,P167); L225=PerpendicularBisector("L225",P155,J2); Center15=Center("Center15",C56); Center16=Center("Center16",C57); Perp1114=Perpendicular("Perp1114",L1114,Ohz); P2210=OrderedIntersection("P2210",L1114,C1,0); CTRc4=OrderedIntersection("CTRc4",L225,Perp225,0); P40=OrderedIntersection("P40",C61,C57,0); P1210=OrderedIntersection("P1210",Perp1114,C1,0); C225=Circle("C225",CTRc4,P155); S1114=Segment("S1114",P167,P1210); S2114=Segment("S2114",P1210,P2210); Par1114=Parallel("Par1114",S1114,P2210); P3210=OrderedIntersection("P3210",Perp1114,Par1114,0); Par2114=Parallel("Par2114",S2114,P3210); P4210=OrderedIntersection("P4210",L1114,Par2114,0); M1113=MidPoint("M1113",P167,P4210); Perp2113=Perpendicular("Perp2113",L1114,M1113); CTRb4=OrderedIntersection("CTRb4",L2111,Perp2113,0); C217=Circle("C217",CTRb4,J5); P130=OrderedIntersection("P130",C217,C225,0); L130=Line("L130",Ohz,P130); Perp130=Perpendicular("Perp130",L130,Ohz); P29=OrderedIntersection("P29",L130,C1,0); P1114=OrderedIntersection("P1114",Perp130,C1,0); S130=Segment("S130",P130,P1114); S230=Segment("S230",P1114,P29); Par130=Parallel("Par130",S130,P29); P39=OrderedIntersection("P39",Perp130,Par130,0); Par230=Parallel("Par230",S230,P39); I8=OrderedIntersection("I8",L130,Par230,0); M126=MidPoint("M126",I8,P130); S39=Segment("S39",Ohz,M126); Gerg=OrderedIntersection("Gerg",S39,C225,1); // Styles : STL(Ohz,"c:#0000b2;h:1;s:5;f:16"); STL(P1,"c:#0000b2;o:1;s:6;f:16"); STL(P2,"c:#0000b2;o:1;s:6;f:16"); STL(P3,"c:#0000b2;o:1;s:6;f:16"); STL(P4,"c:#0000b2;o:1;s:6;f:16"); STL(P13,"c:#0000b2;o:1;s:6;f:30"); STL(P14,"c:#0000b2;o:1;s:6;f:30"); STL(C1,"c:#cc66cc;s:1;f:30;p:0"); STL(L1,"c:#780013;h:1;s:1;f:30;p:0"); STL(L2,"c:#780013;h:1;s:1;f:30;p:0"); STL(S3,"c:#006633;h:1;s:1;f:24"); STL(L11,"c:#780013;h:1;s:1;f:30;p:0"); STL(L21,"c:#780013;h:1;s:1;f:30;p:0"); STL(S31,"c:#006633;h:1;s:1;f:24"); STL(L12,"c:#780013;h:1;s:1;f:30;p:0"); STL(L22,"c:#780013;h:1;s:1;f:30;p:0"); STL(S32,"c:#006633;h:1;s:1;f:24"); STL(L13,"c:#780013;h:1;s:1;f:30;p:0"); STL(L23,"c:#780013;h:1;s:1;f:30;p:0"); STL(S33,"c:#006633;h:1;s:1;f:24"); STL(L111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L211,"c:#780013;h:1;s:1;f:30;p:0"); STL(S311,"c:#006633;h:1;s:1;f:24"); STL(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(L24,"c:#780013;h:1;s:1;f:30;p:0"); STL(S35,"c:#006633;h:1;s:1;f:24"); STL(L113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L213,"c:#780013;h:1;s:1;f:30;p:0"); STL(S312,"c:#006633;h:1;s:1;f:24"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;h:1;s:1;f:30;p:0"); STL(L122,"c:#780013;h:1;s:1;f:30;p:0"); STL(L222,"c:#780013;h:1;s:1;f:30;p:0"); STL(L117,"c:#780013;h:1;s:1;f:30;p:0"); STL(L27,"c:#780013;h:1;s:1;f:30;p:0"); STL(L118,"c:#780013;h:1;s:1;f:30;p:0"); STL(L215,"c:#780013;h:1;s:1;f:30;p:0"); STL(L119,"c:#780013;h:1;s:1;f:30;p:0"); STL(L28,"c:#780013;h:1;s:1;f:30;p:0"); STL(L124,"c:#780013;h:1;s:1;f:30;p:0"); STL(L224,"c:#780013;h:1;s:1;f:30;p:0"); STL(L110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L29,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L217,"c:#780013;h:1;s:1;f:30;p:0"); STL(L120,"c:#780013;h:1;s:1;f:30;p:0"); STL(L210,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L218,"c:#780013;h:1;s:1;f:30;p:0"); STL(L127,"c:#780013;h:1;s:1;f:30;p:0"); STL(L219,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1,"c:#780013;h:1;s:1;f:30;p:0"); STL(P21,"c:#0000b2;h:1;s:6;f:16"); STL(P5,"c:#0000b2;h:1;s:6;f:16"); STL(Perp11,"c:#780013;h:1;s:1;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:16"); STL(P51,"c:#0000b2;h:1;s:6;f:16"); STL(Perp12,"c:#780013;h:1;s:1;f:30;p:0"); STL(P23,"c:#0000b2;h:1;s:6;f:30"); STL(P52,"c:#0000b2;h:1;s:6;f:30"); STL(Perp13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:30"); STL(P53,"c:#0000b2;h:1;s:6;f:30"); STL(Perp111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:30"); STL(P511,"c:#0000b2;h:1;s:6;f:30"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:30"); STL(P54,"c:#0000b2;h:1;s:6;f:30"); STL(Perp113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P223,"c:#0000b2;h:1;s:6;f:30"); STL(P512,"c:#0000b2;h:1;s:6;f:30"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:30"); STL(Perp122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:30"); STL(Perp117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P215,"c:#0000b2;h:1;s:6;f:30"); STL(Perp118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P225,"c:#0000b2;h:1;s:6;f:30"); STL(Perp119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P216,"c:#0000b2;h:1;s:6;f:30"); STL(Perp124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P237,"c:#0000b2;h:1;s:6;f:30"); STL(Perp110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P217,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P227,"c:#0000b2;h:1;s:6;f:30"); STL(Perp120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P218,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P228,"c:#0000b2;h:1;s:6;f:30"); STL(Perp127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P219,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P229,"c:#0000b2;h:1;s:6;f:30"); STL(P11,"c:#0000b2;h:1;s:6;f:16"); STL(P12,"c:#0000b2;h:1;s:6;f:16"); STL(P15,"c:#0000b2;h:1;s:6;f:30"); STL(P111,"c:#0000b2;h:1;s:6;f:30"); STL(P121,"c:#0000b2;h:1;s:6;f:30"); STL(P113,"c:#0000b2;h:1;s:6;f:30"); STL(P123,"c:#0000b2;h:1;s:6;f:30"); STL(P114,"c:#0000b2;h:1;s:6;f:30"); STL(P162,"c:#0000b2;h:1;s:6;f:30"); STL(P117,"c:#0000b2;h:1;s:6;f:30"); STL(P125,"c:#0000b2;h:1;s:6;f:30"); STL(P119,"c:#0000b2;h:1;s:6;f:30"); STL(P166,"c:#0000b2;h:1;s:6;f:30"); STL(P1111,"c:#0000b2;h:1;s:6;f:30"); STL(P127,"c:#0000b2;h:1;s:6;f:30"); STL(P1112,"c:#0000b2;h:1;s:6;f:30"); STL(P128,"c:#0000b2;h:1;s:6;f:30"); STL(P1113,"c:#0000b2;h:1;s:6;f:30"); STL(P129,"c:#0000b2;h:1;s:6;f:30"); STL(S1,"c:#006633;h:1;s:1;f:24"); STL(S2,"c:#006633;h:1;s:1;f:24"); STL(S11,"c:#006633;h:1;s:1;f:24"); STL(S21,"c:#006633;h:1;s:1;f:24"); STL(S12,"c:#006633;h:1;s:1;f:24"); STL(S22,"c:#006633;h:1;s:1;f:24"); STL(S13,"c:#006633;h:1;s:1;f:24"); STL(S23,"c:#006633;h:1;s:1;f:24"); STL(S111,"c:#006633;h:1;s:1;f:24"); STL(S211,"c:#006633;h:1;s:1;f:24"); STL(S15,"c:#006633;h:1;s:1;f:24"); STL(S25,"c:#006633;h:1;s:1;f:24"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S213,"c:#006633;h:1;s:1;f:24"); STL(S114,"c:#006633;h:1;s:1;f:24"); STL(S214,"c:#006633;h:1;s:1;f:24"); STL(S122,"c:#006633;h:1;s:1;f:24"); STL(S222,"c:#006633;h:1;s:1;f:24"); STL(S117,"c:#006633;h:1;s:1;f:24"); STL(S217,"c:#006633;h:1;s:1;f:24"); STL(S118,"c:#006633;h:1;s:1;f:24"); STL(S218,"c:#006633;h:1;s:1;f:24"); STL(S119,"c:#006633;h:1;s:1;f:24"); STL(S219,"c:#006633;h:1;s:1;f:24"); STL(S124,"c:#006633;h:1;s:1;f:24"); STL(S224,"c:#006633;h:1;s:1;f:24"); STL(S110,"c:#006633;h:1;s:1;f:24"); STL(S210,"c:#006633;h:1;s:1;f:24"); STL(S1111,"c:#006633;h:1;s:1;f:24"); STL(S2111,"c:#006633;h:1;s:1;f:24"); STL(S120,"c:#006633;h:1;s:1;f:24"); STL(S220,"c:#006633;h:1;s:1;f:24"); STL(S1112,"c:#006633;h:1;s:1;f:24"); STL(S2112,"c:#006633;h:1;s:1;f:24"); STL(S127,"c:#006633;h:1;s:1;f:24"); STL(S227,"c:#006633;h:1;s:1;f:24"); STL(S1113,"c:#006633;h:1;s:1;f:24"); STL(S2113,"c:#006633;h:1;s:1;f:24"); STL(Par1,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par12,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par13,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par117,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par118,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par120,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par127,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P31,"c:#0000b2;h:1;s:6;f:16"); STL(P32,"c:#0000b2;h:1;s:6;f:16"); STL(P33,"c:#0000b2;h:1;s:6;f:30"); STL(P311,"c:#0000b2;h:1;s:6;f:30"); STL(P321,"c:#0000b2;h:1;s:6;f:30"); STL(P312,"c:#0000b2;h:1;s:6;f:30"); STL(P323,"c:#0000b2;h:1;s:6;f:30"); STL(P313,"c:#0000b2;h:1;s:6;f:30"); STL(P333,"c:#0000b2;h:1;s:6;f:30"); STL(P315,"c:#0000b2;h:1;s:6;f:30"); STL(P325,"c:#0000b2;h:1;s:6;f:30"); STL(P316,"c:#0000b2;h:1;s:6;f:30"); STL(P337,"c:#0000b2;h:1;s:6;f:30"); STL(P317,"c:#0000b2;h:1;s:6;f:30"); STL(P327,"c:#0000b2;h:1;s:6;f:30"); STL(P318,"c:#0000b2;h:1;s:6;f:30"); STL(P328,"c:#0000b2;h:1;s:6;f:30"); STL(P319,"c:#0000b2;h:1;s:6;f:30"); STL(P329,"c:#0000b2;h:1;s:6;f:30"); STL(Par2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par21,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par220,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par227,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:16"); STL(P42,"c:#0000b2;h:1;s:6;f:16"); STL(P43,"c:#0000b2;h:1;s:6;f:30"); STL(P411,"c:#0000b2;h:1;s:6;f:30"); STL(P421,"c:#0000b2;h:1;s:6;f:30"); STL(P412,"c:#0000b2;h:1;s:6;f:30"); STL(P423,"c:#0000b2;h:1;s:6;f:30"); STL(P413,"c:#0000b2;h:1;s:6;f:30"); STL(P433,"c:#0000b2;h:1;s:6;f:30"); STL(P414,"c:#0000b2;h:1;s:6;f:30"); STL(P425,"c:#0000b2;h:1;s:6;f:30"); STL(P415,"c:#0000b2;h:1;s:6;f:30"); STL(P437,"c:#0000b2;h:1;s:6;f:30"); STL(P416,"c:#0000b2;h:1;s:6;f:30"); STL(P427,"c:#0000b2;h:1;s:6;f:30"); STL(P417,"c:#0000b2;h:1;s:6;f:30"); STL(P428,"c:#0000b2;h:1;s:6;f:30"); STL(P418,"c:#0000b2;h:1;s:6;f:30"); STL(P429,"c:#0000b2;h:1;s:6;f:30"); STL(M1,"c:#0000b2;h:1;s:6;f:16"); STL(M11,"c:#0000b2;h:1;s:6;f:16"); STL(M12,"c:#0000b2;h:1;s:6;f:30"); STL(M13,"c:#0000b2;h:1;s:6;f:30"); STL(M111,"c:#0000b2;h:1;s:6;f:30"); STL(M15,"c:#0000b2;h:1;s:6;f:30"); STL(M113,"c:#0000b2;h:1;s:6;f:30"); STL(M114,"c:#0000b2;h:1;s:6;f:30"); STL(M122,"c:#0000b2;h:1;s:6;f:30"); STL(M116,"c:#0000b2;h:1;s:6;f:30"); STL(M117,"c:#0000b2;h:1;s:6;f:30"); STL(M118,"c:#0000b2;h:1;s:6;f:30"); STL(M124,"c:#0000b2;h:1;s:6;f:30"); STL(M19,"c:#0000b2;h:1;s:6;f:30"); STL(M1110,"c:#0000b2;h:1;s:6;f:30"); STL(M110,"c:#0000b2;h:1;s:6;f:30"); STL(M1111,"c:#0000b2;h:1;s:6;f:30"); STL(M120,"c:#0000b2;h:1;s:6;f:30"); STL(M1112,"c:#0000b2;h:1;s:6;f:30"); STL(Perp2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp21,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P6,"c:#0000b2;h:1;s:6;f:16"); STL(P61,"c:#0000b2;h:1;s:6;f:16"); STL(P62,"c:#0000b2;h:1;s:6;f:30"); STL(P63,"c:#0000b2;h:1;s:6;f:30"); STL(P611,"c:#0000b2;h:1;s:6;f:30"); STL(P64,"c:#0000b2;h:1;s:6;f:30"); STL(P612,"c:#0000b2;h:1;s:6;f:30"); STL(P65,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc1,"c:#0000b2;h:1;s:6;f:30"); STL(P66,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb2,"c:#0000b2;h:1;s:6;f:30"); STL(P67,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc3,"c:#0000b2;h:1;s:6;f:30"); STL(P68,"c:#0000b2;h:1;s:6;f:30"); STL(P613,"c:#0000b2;h:1;s:6;f:30"); STL(P69,"c:#0000b2;h:1;s:6;f:30"); STL(P614,"c:#0000b2;h:1;s:6;f:30"); STL(P610,"c:#0000b2;h:1;s:6;f:30"); STL(P615,"c:#0000b2;h:1;s:6;f:30"); STL(C2,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R1,"c:#993300;h:1;s:1;f:30;p:0"); STL(C21,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R11,"c:#993300;h:1;s:1;f:30;p:0"); STL(C22,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R12,"c:#993300;h:1;s:1;f:30;p:0"); STL(C23,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R13,"c:#993300;h:1;s:1;f:30;p:0"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R111,"c:#993300;h:1;s:1;f:30;p:0"); STL(C24,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R14,"c:#993300;h:1;s:1;f:30;p:0"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R112,"c:#993300;h:1;s:1;f:30;p:0"); STL(C25,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C222,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C27,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C215,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C28,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C224,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L36,"c:#780013;h:1;s:1;f:30;p:0"); STL(L37,"c:#780013;h:1;s:1;f:30;p:0"); STL(L38,"c:#780013;h:1;s:1;f:30;p:0"); STL(V1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(U1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(P9,"c:#0000b2;h:1;s:6;f:16;sp:1"); STL(U2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(V2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(P91,"c:#0000b2;h:1;s:6;f:16;sp:1"); STL(P71,"c:#0000b2;h:1;s:6;f:30"); STL(P81,"c:#0000b2;h:1;s:6;f:30"); STL(P92,"c:#0000b2;h:1;s:6;f:30"); STL(V11,"c:#0000b2;h:1;s:6;f:30"); STL(U11,"c:#0000b2;h:1;s:6;f:30"); STL(P93,"c:#0000b2;h:1;s:6;f:30"); STL(U21,"c:#0000b2;h:1;s:6;f:30"); STL(V21,"c:#0000b2;h:1;s:6;f:30"); STL(P911,"c:#0000b2;h:1;s:6;f:30"); STL(V12,"c:#0000b2;h:1;s:6;f:30"); STL(U12,"c:#0000b2;h:1;s:6;f:30"); STL(P94,"c:#0000b2;h:1;s:6;f:30"); STL(U22,"c:#0000b2;h:1;s:6;f:30"); STL(V22,"c:#0000b2;h:1;s:6;f:30"); STL(P912,"c:#0000b2;h:1;s:6;f:30"); STL(C4,"c:#0000b2;s:2;f:30;p:0"); STL(C41,"c:#0000b2;s:2;f:30;p:0"); STL(L4,"c:#780013;h:1;s:1;f:30;p:0"); STL(L5,"c:#780013;h:1;s:1;f:30;p:0"); STL(L6,"c:#b40000;h:1;s:1;f:30;p:0"); STL(L7,"c:#b40000;h:1;s:1;f:30;p:0"); STL(C42,"c:#0000b2;s:2;f:30;p:0"); STL(C43,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C411,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L41,"c:#780013;h:1;s:1;f:30;p:0"); STL(C44,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C412,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L42,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(Center2,"c:#0000b2;h:1;s:6;sn:true;f:16"); STL(Center3,"c:#0000b2;h:1;s:6;f:30"); STL(Center4,"c:#0000b2;h:1;s:6;f:30"); STL(Center5,"c:#0000b2;h:1;s:6;f:30"); STL(Center6,"c:#0000b2;h:1;s:6;f:30"); STL(Center7,"c:#0000b2;h:1;s:6;f:30"); STL(Crad,"c:#0000b2;h:1;s:6;sn:true;f:20"); STL(P20,"c:#0000b2;h:1;s:12;f:30"); STL(L3,"c:#780013;h:1;s:1;f:30;p:0"); STL(L31,"c:#780013;h:1;s:1;f:30;p:0"); STL(L32,"c:#780013;h:1;s:1;f:30;p:0"); STL(I,"c:#0000b2;h:1;s:6;sn:true;f:20"); STL(J,"c:#0000b2;h:1;s:6;sn:true;f:20"); STL(I1,"c:#0000b2;h:1;s:6;f:30"); STL(I3,"c:#0000b2;h:1;s:6;f:30"); STL(M2,"c:#0000b2;h:1;s:6;f:30"); STL(L9,"c:#780013;h:1;s:1;f:30;p:0"); STL(M21,"c:#0000b2;h:1;s:6;f:30"); STL(M22,"c:#0000b2;h:1;s:6;f:30"); STL(C3,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C31,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C32,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P7,"c:#0000b2;h:1;s:6;f:30"); STL(P8,"c:#0000b2;h:1;s:6;f:30"); STL(P72,"c:#0000b2;h:1;s:6;f:30"); STL(P82,"c:#0000b2;h:1;s:6;f:30"); STL(P73,"c:#0000b2;h:1;s:6;f:30"); STL(P83,"c:#0000b2;h:1;s:6;f:30"); STL(C5,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L8,"c:#780013;h:1;s:1;f:30;p:0"); STL(M3,"c:#0000b2;h:1;s:6;f:30"); STL(C51,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(M31,"c:#0000b2;h:1;s:6;f:30"); STL(L112,"c:#780013;h:1;s:1;f:30;p:0"); STL(C52,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(M32,"c:#0000b2;h:1;s:6;f:30"); STL(R2,"c:#993300;h:1;s:1;f:30;p:0"); STL(R21,"c:#993300;h:1;s:1;f:30;p:0"); STL(Perp112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:30"); STL(R22,"c:#993300;h:1;s:1;f:30;p:0"); STL(P10,"c:#0000b2;h:1;s:6;f:30"); STL(P101,"c:#0000b2;h:1;s:6;f:30"); STL(P122,"c:#0000b2;h:1;s:6;f:30"); STL(P102,"c:#0000b2;h:1;s:6;f:30"); STL(C6,"c:#007c00;s:2;f:30;p:0"); STL(C61,"c:#007c00;s:2;f:30;p:0"); STL(L212,"c:#780013;h:1;s:1;f:30;p:0"); STL(L121,"c:#780013;h:1;s:1;f:30;p:0"); STL(L221,"c:#780013;h:1;s:1;f:30;p:0"); STL(S112,"c:#006633;h:1;s:1;f:24"); STL(S212,"c:#006633;h:1;s:1;f:24"); STL(C62,"c:#007c00;s:2;f:30;p:0"); STL(Center8,"c:#0000b2;h:1;s:6;f:30"); STL(Center9,"c:#0000b2;h:1;s:6;f:30"); STL(Center10,"c:#0000b2;h:1;s:6;f:30"); STL(Perp121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:30"); STL(Par112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P16,"c:#0000b2;h:1;s:6;f:30"); STL(P322,"c:#0000b2;h:1;s:6;f:30"); STL(S121,"c:#006633;h:1;s:1;f:24"); STL(S221,"c:#006633;h:1;s:1;f:24"); STL(Par212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P422,"c:#0000b2;h:1;s:6;f:30"); STL(P331,"c:#0000b2;h:1;s:6;f:30"); STL(M112,"c:#0000b2;h:1;s:6;f:30"); STL(Par221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp212,"c:#780013;h:1;s:1;f:30;p:0"); STL(P431,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb,"c:#0000b2;h:1;s:6;f:30"); STL(M121,"c:#0000b2;h:1;s:6;f:30"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Perp221,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRc,"c:#0000b2;h:1;s:6;f:30"); STL(C221,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P17,"c:#0000b2;h:1;s:6;f:30"); STL(L14,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P24,"c:#0000b2;h:1;s:6;f:30"); STL(P112,"c:#0000b2;h:1;s:6;f:30"); STL(S14,"c:#006633;h:1;s:1;f:24"); STL(S24,"c:#006633;h:1;s:1;f:24"); STL(Par14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P34,"c:#0000b2;h:1;s:6;f:30"); STL(Par24,"c:#780013;h:1;s:1;f:30;p:0"); STL(I2,"c:#0000b2;h:1;s:6;f:30"); STL(M14,"c:#0000b2;h:1;s:6;f:30"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(Insc,"c:#007c00;s:6;sn:true;f:15"); STL(L131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L43,"c:#780013;h:1;s:1;f:30;p:0"); STL(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(L132,"c:#780013;h:1;s:1;f:30;p:0"); STL(L142,"c:#780013;h:1;s:1;f:30;p:0"); STL(L44,"c:#780013;h:1;s:1;f:30;p:0"); STL(L123,"c:#780013;h:1;s:1;f:30;p:0"); STL(L133,"c:#780013;h:1;s:1;f:30;p:0"); STL(L143,"c:#780013;h:1;s:1;f:30;p:0"); STL(L45,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:30"); STL(Perp141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P241,"c:#0000b2;h:1;s:6;f:30"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:30"); STL(Perp132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P234,"c:#0000b2;h:1;s:6;f:30"); STL(Perp142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P242,"c:#0000b2;h:1;s:6;f:30"); STL(Perp123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P235,"c:#0000b2;h:1;s:6;f:30"); STL(Perp133,"c:#780013;h:1;s:1;f:30;p:0"); STL(P236,"c:#0000b2;h:1;s:6;f:30"); STL(Perp143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P243,"c:#0000b2;h:1;s:6;f:30"); STL(P131,"c:#0000b2;h:1;s:6;f:30"); STL(P141,"c:#0000b2;h:1;s:6;f:30"); STL(P19,"c:#0000b2;h:1;s:6;f:30"); STL(P132,"c:#0000b2;h:1;s:6;f:30"); STL(P142,"c:#0000b2;h:1;s:6;f:30"); STL(P164,"c:#0000b2;h:1;s:6;f:30"); STL(P133,"c:#0000b2;h:1;s:6;f:30"); STL(P143,"c:#0000b2;h:1;s:6;f:30"); STL(S131,"c:#006633;h:1;s:1;f:24"); STL(S231,"c:#006633;h:1;s:1;f:24"); STL(S141,"c:#006633;h:1;s:1;f:24"); STL(S241,"c:#006633;h:1;s:1;f:24"); STL(S17,"c:#006633;h:1;s:1;f:24"); STL(S27,"c:#006633;h:1;s:1;f:24"); STL(S132,"c:#006633;h:1;s:1;f:24"); STL(S232,"c:#006633;h:1;s:1;f:24"); STL(S142,"c:#006633;h:1;s:1;f:24"); STL(S242,"c:#006633;h:1;s:1;f:24"); STL(S123,"c:#006633;h:1;s:1;f:24"); STL(S223,"c:#006633;h:1;s:1;f:24"); STL(S133,"c:#006633;h:1;s:1;f:24"); STL(S233,"c:#006633;h:1;s:1;f:24"); STL(S143,"c:#006633;h:1;s:1;f:24"); STL(S243,"c:#006633;h:1;s:1;f:24"); STL(Par131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par132,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par142,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P332,"c:#0000b2;h:1;s:6;f:30"); STL(P341,"c:#0000b2;h:1;s:6;f:30"); STL(P36,"c:#0000b2;h:1;s:6;f:30"); STL(P334,"c:#0000b2;h:1;s:6;f:30"); STL(P342,"c:#0000b2;h:1;s:6;f:30"); STL(P335,"c:#0000b2;h:1;s:6;f:30"); STL(P336,"c:#0000b2;h:1;s:6;f:30"); STL(P343,"c:#0000b2;h:1;s:6;f:30"); STL(Par231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par241,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par232,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par242,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par233,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par243,"c:#780013;h:1;s:1;f:30;p:0"); STL(P432,"c:#0000b2;h:1;s:6;f:30"); STL(P44,"c:#0000b2;h:1;s:6;f:30"); STL(o,"c:#0000b2;h:1;s:6;f:30"); STL(P434,"c:#0000b2;h:1;s:6;f:30"); STL(P441,"c:#0000b2;h:1;s:6;f:30"); STL(P435,"c:#0000b2;h:1;s:6;f:30"); STL(P436,"c:#0000b2;h:1;s:6;f:30"); STL(P442,"c:#0000b2;h:1;s:6;f:30"); STL(M23,"c:#0000b2;h:1;s:6;f:30"); STL(L33,"c:#780013;h:1;s:1;f:30;p:0"); STL(M33,"c:#0000b2;h:1;s:6;f:30"); STL(K,"c:#0000b2;h:1;s:6;f:30"); STL(M24,"c:#0000b2;h:1;s:6;f:30"); STL(L34,"c:#780013;h:1;s:1;f:30;p:0"); STL(M34,"c:#0000b2;h:1;s:6;f:30"); STL(M123,"c:#0000b2;h:1;s:6;f:30"); STL(M25,"c:#0000b2;h:1;s:6;f:30"); STL(L35,"c:#780013;h:1;s:1;f:30;p:0"); STL(M35,"c:#0000b2;h:1;s:6;f:30"); STL(Perp3,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp4,"c:#780013;h:1;s:1;f:30;p:0"); STL(C26,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Perp31,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp41,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp32,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp42,"c:#780013;h:1;s:1;f:30;p:0"); STL(P103,"c:#0000b2;h:1;s:6;f:30"); STL(P104,"c:#0000b2;h:1;s:6;f:30"); STL(P105,"c:#0000b2;h:1;s:6;f:30"); STL(C33,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C35,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C36,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P151,"c:#0000b2;h:1;s:6;f:30"); STL(P161,"c:#0000b2;h:1;s:6;f:30"); STL(P152,"c:#0000b2;h:1;s:6;f:30"); STL(P163,"c:#0000b2;h:1;s:6;f:30"); STL(P153,"c:#0000b2;h:1;s:6;f:30"); STL(P165,"c:#0000b2;h:1;s:6;f:30"); STL(C53,"c:#966400;h:1;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(C54,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L223,"c:#780013;h:1;s:1;f:30;p:0"); STL(C55,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center11,"c:#0000b2;h:1;s:6;f:30"); STL(Center12,"c:#0000b2;h:1;s:6;f:30"); STL(Center13,"c:#0000b2;h:1;s:6;f:30"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc2,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P226,"c:#0000b2;h:1;s:6;f:30"); STL(P124,"c:#0000b2;h:1;s:6;f:30"); STL(C223,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P126,"c:#0000b2;h:1;s:6;f:30"); STL(S115,"c:#006633;h:1;s:1;f:24"); STL(S215,"c:#006633;h:1;s:1;f:24"); STL(P110,"c:#0000b2;h:1;s:6;f:30"); STL(S1110,"c:#006633;h:1;s:1;f:24"); STL(S2110,"c:#006633;h:1;s:1;f:24"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(L18,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P324,"c:#0000b2;h:1;s:6;f:30"); STL(Perp18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P27,"c:#0000b2;h:1;s:6;f:30"); STL(P326,"c:#0000b2;h:1;s:6;f:30"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P118,"c:#0000b2;h:1;s:6;f:30"); STL(Par2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P424,"c:#0000b2;h:1;s:6;f:30"); STL(S18,"c:#006633;h:1;s:1;f:24"); STL(S28,"c:#006633;h:1;s:1;f:24"); STL(P426,"c:#0000b2;h:1;s:6;f:30"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(Par18,"c:#780013;h:1;s:1;f:30;p:0"); STL(M119,"c:#0000b2;h:1;s:6;f:30"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P37,"c:#0000b2;h:1;s:6;f:30"); STL(Perp219,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRb1,"c:#0000b2;h:1;s:6;f:30"); STL(Par28,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRb3,"c:#0000b2;h:1;s:6;f:30"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(I6,"c:#0000b2;h:1;s:6;f:30"); STL(C216,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P18,"c:#0000b2;h:1;s:6;f:30"); STL(M17,"c:#0000b2;h:1;s:6;f:30"); STL(P120,"c:#0000b2;h:1;s:6;f:30"); STL(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(S37,"c:#006633;h:1;s:1;f:24"); STL(L19,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:30"); STL(J4,"c:#b40000;s:6;f:30"); STL(Perp19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P28,"c:#0000b2;h:1;s:6;f:30"); STL(P115,"c:#0000b2;h:1;s:6;f:30"); STL(P1110,"c:#0000b2;h:1;s:6;f:30"); STL(L128,"c:#780013;h:1;s:1;f:30;p:0"); STL(S16,"c:#006633;h:1;s:1;f:24"); STL(S26,"c:#006633;h:1;s:1;f:24"); STL(S19,"c:#006633;h:1;s:1;f:24"); STL(S29,"c:#006633;h:1;s:1;f:24"); STL(Perp128,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2310,"c:#0000b2;h:1;s:6;f:30"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P136,"c:#0000b2;h:1;s:6;f:30"); STL(P35,"c:#0000b2;h:1;s:6;f:30"); STL(P38,"c:#0000b2;h:1;s:6;f:30"); STL(S128,"c:#006633;h:1;s:1;f:24"); STL(S228,"c:#006633;h:1;s:1;f:24"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par128,"c:#780013;h:1;s:1;f:30;p:0"); STL(I4,"c:#0000b2;h:1;s:6;f:30"); STL(I7,"c:#0000b2;h:1;s:6;f:30"); STL(P3310,"c:#0000b2;h:1;s:6;f:30"); STL(M16,"c:#0000b2;h:1;s:6;f:30"); STL(M18,"c:#0000b2;h:1;s:6;f:30"); STL(Par228,"c:#780013;h:1;s:1;f:30;p:0"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(S38,"c:#006633;h:1;s:1;f:24"); STL(P4310,"c:#0000b2;h:1;s:6;f:30"); STL(J2,"c:#b40000;s:6;f:30"); STL(J5,"c:#b40000;s:6;f:30"); STL(M28,"c:#0000b2;h:1;s:6;f:30"); STL(L48,"c:#780013;h:1;s:1;f:30;p:0"); STL(L116,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"c:#780013;h:1;s:1;f:30;p:0"); STL(L125,"c:#780013;h:1;s:1;f:30;p:0"); STL(L126,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp35,"c:#780013;h:1;s:1;f:30;p:0"); STL(L129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(Perp125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P238,"c:#0000b2;h:1;s:6;f:30"); STL(Perp126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P239,"c:#0000b2;h:1;s:6;f:30"); STL(P146,"c:#0000b2;h:1;s:6;f:30"); STL(Perp129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2311,"c:#0000b2;h:1;s:6;f:30"); STL(P116,"c:#0000b2;h:1;s:6;f:30"); STL(P134,"c:#0000b2;h:1;s:6;f:30"); STL(P135,"c:#0000b2;h:1;s:6;f:30"); STL(C39,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P1610,"c:#0000b2;h:1;s:6;f:30"); STL(S116,"c:#006633;h:1;s:1;f:24"); STL(S216,"c:#006633;h:1;s:1;f:24"); STL(S125,"c:#006633;h:1;s:1;f:24"); STL(S225,"c:#006633;h:1;s:1;f:24"); STL(S126,"c:#006633;h:1;s:1;f:24"); STL(S226,"c:#006633;h:1;s:1;f:24"); STL(P156,"c:#0000b2;h:1;s:6;f:30"); STL(P169,"c:#0000b2;h:1;s:6;f:30"); STL(S129,"c:#006633;h:1;s:1;f:24"); STL(S229,"c:#006633;h:1;s:1;f:24"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par125,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par126,"c:#780013;h:1;s:1;f:30;p:0"); STL(C58,"c:#cc66cc;s:2;f:30;p:0"); STL(Par129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center14,"c:#0000b2;h:1;s:6;f:30"); STL(P314,"c:#0000b2;h:1;s:6;f:30"); STL(P338,"c:#0000b2;h:1;s:6;f:30"); STL(P339,"c:#0000b2;h:1;s:6;f:30"); STL(P3311,"c:#0000b2;h:1;s:6;f:30"); STL(P30,"c:#0000b2;s:12;f:30"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par225,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par226,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par229,"c:#780013;h:1;s:1;f:30;p:0"); STL(A1,"c:#0000b2;h:1;s:6;f:30"); STL(P438,"c:#0000b2;h:1;s:6;f:30"); STL(P439,"c:#0000b2;h:1;s:6;f:30"); STL(P4311,"c:#0000b2;h:1;s:6;f:30"); STL(J3,"c:#0000b2;h:1;s:6;f:30"); STL(M26,"c:#0000b2;h:1;s:6;f:30"); STL(L46,"c:#780013;h:1;s:1;f:30;p:0"); STL(M27,"c:#0000b2;h:1;s:6;f:30"); STL(L47,"c:#780013;h:1;s:1;f:30;p:0"); STL(M125,"c:#0000b2;h:1;s:6;f:30"); STL(Perp25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp33,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp34,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp225,"c:#780013;h:1;s:1;f:30;p:0"); STL(I5,"c:#0000b2;h:1;s:6;f:30"); STL(P144,"c:#0000b2;h:1;s:6;f:30"); STL(P145,"c:#0000b2;h:1;s:6;f:30"); STL(C34,"c:#b40000;s:2;f:30;p:0"); STL(C37,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C38,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P154,"c:#0000b2;h:1;s:6;f:30"); STL(P167,"c:#0000b2;h:1;s:6;f:30"); STL(P155,"c:#0000b2;h:1;s:6;f:30"); STL(P168,"c:#0000b2;h:1;s:6;f:30"); STL(C56,"c:#cc66cc;s:2;f:30;p:0"); STL(C57,"c:#cc66cc;s:2;f:30;p:0"); STL(L1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L225,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center15,"c:#0000b2;h:1;s:6;f:30"); STL(Center16,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2210,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc4,"c:#0000b2;h:1;s:6;f:30"); STL(P40,"c:#0000b2;s:12;f:30"); STL(P1210,"c:#0000b2;h:1;s:6;f:30"); STL(C225,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(S1114,"c:#006633;h:1;s:1;f:24"); STL(S2114,"c:#006633;h:1;s:1;f:24"); STL(Par1114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3210,"c:#0000b2;h:1;s:6;f:30"); STL(Par2114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4210,"c:#0000b2;h:1;s:6;f:30"); STL(M1113,"c:#0000b2;h:1;s:6;f:30"); STL(Perp2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRb4,"c:#0000b2;h:1;s:6;f:30"); STL(C217,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P130,"c:#0000b2;h:1;s:6;f:30"); STL(L130,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp130,"c:#780013;h:1;s:1;f:30;p:0"); STL(P29,"c:#0000b2;h:1;s:6;f:30"); STL(P1114,"c:#0000b2;h:1;s:6;f:30"); STL(S130,"c:#006633;h:1;s:1;f:24"); STL(S230,"c:#006633;h:1;s:1;f:24"); STL(Par130,"c:#780013;h:1;s:1;f:30;p:0"); STL(P39,"c:#0000b2;h:1;s:6;f:30"); STL(Par230,"c:#780013;h:1;s:1;f:30;p:0"); STL(I8,"c:#0000b2;h:1;s:6;f:30"); STL(M126,"c:#0000b2;h:1;s:6;f:30"); STL(S39,"c:#006633;h:1;s:1;f:24"); STL(Gerg,"c:#e52697;s:6;sn:true;f:16"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");