// Macros : $macros={}; $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 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(556.2439787847375,301.26359817978783,19.26845105484044); // Geometry : Ohz=Point("Ohz",-3.5374999999999512,-0.42500000000003946); A=Point("A",7.142527612821745,-6.214649137357116); C=Point("C",-10.423864260062594,-8.59732463075367); B=Point("B",-4.070062944338473,5.745447456947097); C1=Circle1("C1",Ohz,14.883466094805929); L1=Line("L1",Ohz,A); L2=PerpendicularBisector("L2",C,A); S3=Segment("S3",C,A); L11=Line("L11",Ohz,C); L111=Line("L111",Ohz,A); L112=Line("L112",Ohz,C); L212=PerpendicularBisector("L212",A,C); L14=Line("L14",Ohz,B); L23=PerpendicularBisector("L23",C,B); S33=Segment("S33",C,B); L15=Line("L15",Ohz,B); L24=PerpendicularBisector("L24",A,B); S34=Segment("S34",A,B); L16=Line("L16",Ohz,C); L113=Line("L113",Ohz,B); L114=Line("L114",Ohz,C); L214=PerpendicularBisector("L214",B,C); L18=Line("L18",Ohz,B); L115=Line("L115",Ohz,A); L116=Line("L116",Ohz,B); L216=PerpendicularBisector("L216",A,B); L110=Line("L110",Ohz,B); L118=Line("L118",Ohz,A); L126=Line("L126",Ohz,A); 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); Perp12=Perpendicular("Perp12",L111,Ohz); P221=OrderedIntersection("P221",L111,C1,0); Perp112=Perpendicular("Perp112",L112,Ohz); P222=OrderedIntersection("P222",L112,C1,0); Perp15=Perpendicular("Perp15",L14,Ohz); P25=OrderedIntersection("P25",L14,C1,0); P52=OrderedIntersection("P52",L23,S33,0); Perp16=Perpendicular("Perp16",L15,Ohz); P26=OrderedIntersection("P26",L15,C1,0); P53=OrderedIntersection("P53",L24,S34,0); Perp17=Perpendicular("Perp17",L16,Ohz); P27=OrderedIntersection("P27",L16,C1,0); Perp122=Perpendicular("Perp122",L113,Ohz); P223=OrderedIntersection("P223",L113,C1,0); Perp114=Perpendicular("Perp114",L114,Ohz); P224=OrderedIntersection("P224",L114,C1,0); Perp19=Perpendicular("Perp19",L18,Ohz); P29=OrderedIntersection("P29",L18,C1,0); Perp124=Perpendicular("Perp124",L115,Ohz); P225=OrderedIntersection("P225",L115,C1,0); Perp116=Perpendicular("Perp116",L116,Ohz); P226=OrderedIntersection("P226",L116,C1,0); Perp117=Perpendicular("Perp117",L110,Ohz); P2=OrderedIntersection("P2",L110,C1,0); Perp119=Perpendicular("Perp119",L118,Ohz); P215=OrderedIntersection("P215",L118,C1,0); Perp126=Perpendicular("Perp126",L126,Ohz); P236=OrderedIntersection("P236",L126,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P121=OrderedIntersection("P121",Perp12,C1,0); P122=OrderedIntersection("P122",Perp112,C1,0); P15=OrderedIntersection("P15",Perp15,C1,0); P17=OrderedIntersection("P17",Perp16,C1,0); P18=OrderedIntersection("P18",Perp17,C1,0); P123=OrderedIntersection("P123",Perp122,C1,0); P124=OrderedIntersection("P124",Perp114,C1,0); P110=OrderedIntersection("P110",Perp19,C1,0); P125=OrderedIntersection("P125",Perp124,C1,0); P126=OrderedIntersection("P126",Perp116,C1,0); P1=OrderedIntersection("P1",Perp117,C1,0); P119=OrderedIntersection("P119",Perp119,C1,0); P163=OrderedIntersection("P163",Perp126,C1,0); S1=Segment("S1",A,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",C,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",A,P121); S22=Segment("S22",P121,P221); S112=Segment("S112",C,P122); S212=Segment("S212",P122,P222); S15=Segment("S15",B,P15); S25=Segment("S25",P15,P25); S16=Segment("S16",B,P17); S26=Segment("S26",P17,P26); S17=Segment("S17",C,P18); S27=Segment("S27",P18,P27); S122=Segment("S122",B,P123); S222=Segment("S222",P123,P223); S114=Segment("S114",C,P124); S214=Segment("S214",P124,P224); S19=Segment("S19",B,P110); S29=Segment("S29",P110,P29); S124=Segment("S124",A,P125); S224=Segment("S224",P125,P225); S116=Segment("S116",B,P126); S216=Segment("S216",P126,P226); S117=Segment("S117",B,P1); S217=Segment("S217",P1,P2); S119=Segment("S119",A,P119); S219=Segment("S219",P119,P215); S126=Segment("S126",A,P163); S226=Segment("S226",P163,P236); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P221); Par112=Parallel("Par112",S112,P222); Par15=Parallel("Par15",S15,P25); Par16=Parallel("Par16",S16,P26); Par17=Parallel("Par17",S17,P27); Par122=Parallel("Par122",S122,P223); Par114=Parallel("Par114",S114,P224); Par19=Parallel("Par19",S19,P29); Par124=Parallel("Par124",S124,P225); Par116=Parallel("Par116",S116,P226); Par117=Parallel("Par117",S117,P2); Par119=Parallel("Par119",S119,P215); Par126=Parallel("Par126",S126,P236); P3=OrderedIntersection("P3",Perp1,Par1,0); P31=OrderedIntersection("P31",Perp11,Par11,0); P32=OrderedIntersection("P32",Perp12,Par12,0); P321=OrderedIntersection("P321",Perp112,Par112,0); P35=OrderedIntersection("P35",Perp15,Par15,0); P36=OrderedIntersection("P36",Perp16,Par16,0); P37=OrderedIntersection("P37",Perp17,Par17,0); P322=OrderedIntersection("P322",Perp122,Par122,0); P323=OrderedIntersection("P323",Perp114,Par114,0); P39=OrderedIntersection("P39",Perp19,Par19,0); P324=OrderedIntersection("P324",Perp124,Par124,0); P325=OrderedIntersection("P325",Perp116,Par116,0); P314=OrderedIntersection("P314",Perp117,Par117,0); P316=OrderedIntersection("P316",Perp119,Par119,0); P336=OrderedIntersection("P336",Perp126,Par126,0); Par2=Parallel("Par2",S2,P3); Par21=Parallel("Par21",S21,P31); Par22=Parallel("Par22",S22,P32); Par212=Parallel("Par212",S212,P321); Par25=Parallel("Par25",S25,P35); Par26=Parallel("Par26",S26,P36); Par27=Parallel("Par27",S27,P37); Par222=Parallel("Par222",S222,P322); Par214=Parallel("Par214",S214,P323); Par29=Parallel("Par29",S29,P39); Par224=Parallel("Par224",S224,P324); Par216=Parallel("Par216",S216,P325); Par217=Parallel("Par217",S217,P314); Par219=Parallel("Par219",S219,P316); Par226=Parallel("Par226",S226,P336); P4=OrderedIntersection("P4",L1,Par2,0); o=OrderedIntersection("o'",L11,Par21,0); o1=OrderedIntersection("o'1",L111,Par22,0); P42=OrderedIntersection("P42",L112,Par212,0); P44=OrderedIntersection("P44",L14,Par25,0); P45=OrderedIntersection("P45",L15,Par26,0); o2=OrderedIntersection("o'2",L16,Par27,0); o11=OrderedIntersection("o'11",L113,Par222,0); P421=OrderedIntersection("P421",L114,Par214,0); o3=OrderedIntersection("o'3",L18,Par29,0); o12=OrderedIntersection("o'12",L115,Par224,0); P422=OrderedIntersection("P422",L116,Par216,0); P48=OrderedIntersection("P48",L110,Par217,0); P410=OrderedIntersection("P410",L118,Par219,0); P433=OrderedIntersection("P433",L126,Par226,0); M1=MidPoint("M1",A,P4); K=MidPoint("K",o,C); K1=MidPoint("K1",o1,A); M111=MidPoint("M111",C,P42); M14=MidPoint("M14",B,P44); M15=MidPoint("M15",B,P45); K2=MidPoint("K2",o2,C); K11=MidPoint("K11",o11,B); M112=MidPoint("M112",C,P421); K3=MidPoint("K3",o3,B); K12=MidPoint("K12",o12,A); M113=MidPoint("M113",B,P422); M110=MidPoint("M110",B,P48); M115=MidPoint("M115",A,P410); M123=MidPoint("M123",A,P433); Perp2=Perpendicular("Perp2",L1,M1); C21=Circle("C21",K,C); DtrACacher=Line("DtrACacher",K,A); L21=Line("L21",K,A); C211=Circle("C211",K1,A); L1111=Line("L1111",K1,C); L211=Line("L211",K1,C); Perp212=Perpendicular("Perp212",L112,M111); Perp23=Perpendicular("Perp23",L14,M14); Perp24=Perpendicular("Perp24",L15,M15); C25=Circle("C25",K2,C); DtrACacher1=Line("DtrACacher1",K2,B); L25=Line("L25",K2,B); C213=Circle("C213",K11,B); L1112=Line("L1112",K11,C); L213=Line("L213",K11,C); Perp214=Perpendicular("Perp214",L114,M112); C26=Circle("C26",K3,B); DtrACacher2=Line("DtrACacher2",K3,A); L26=Line("L26",K3,A); C215=Circle("C215",K12,A); L1113=Line("L1113",K12,B); L215=Line("L215",K12,B); Perp216=Perpendicular("Perp216",L116,M113); Perp27=Perpendicular("Perp27",L110,M110); Perp29=Perpendicular("Perp29",L118,M115); Perp226=Perpendicular("Perp226",L126,M123); P6=OrderedIntersection("P6",L2,Perp2,0); Perp111=Perpendicular("Perp111",DtrACacher,K); P211=OrderedIntersection("P211",DtrACacher,C21,0); Perp1111=Perpendicular("Perp1111",L1111,K1); P2111=OrderedIntersection("P2111",L1111,C211,0); CTRb=OrderedIntersection("CTRb",L212,Perp212,0); P62=OrderedIntersection("P62",L23,Perp23,0); P63=OrderedIntersection("P63",L24,Perp24,0); Perp113=Perpendicular("Perp113",DtrACacher1,K2); P212=OrderedIntersection("P212",DtrACacher1,C25,0); Perp1112=Perpendicular("Perp1112",L1112,K11); P2112=OrderedIntersection("P2112",L1112,C213,0); CTRb1=OrderedIntersection("CTRb1",L214,Perp214,0); Perp115=Perpendicular("Perp115",DtrACacher2,K3); P213=OrderedIntersection("P213",DtrACacher2,C26,0); Perp1113=Perpendicular("Perp1113",L1113,K12); P2113=OrderedIntersection("P2113",L1113,C215,0); CTRb2=OrderedIntersection("CTRb2",L216,Perp216,0); C2=Circle("C2",P6,C); R1=Ray("R1",P6,P5); P111=OrderedIntersection("P111",Perp111,C21,0); P1111=OrderedIntersection("P1111",Perp1111,C211,0); C212=Circle("C212",CTRb,A); C23=Circle("C23",P62,C); R12=Ray("R12",P62,P52); C24=Circle("C24",P63,A); R13=Ray("R13",P63,P53); P113=OrderedIntersection("P113",Perp113,C25,0); P1112=OrderedIntersection("P1112",Perp1112,C213,0); C214=Circle("C214",CTRb1,B); P115=OrderedIntersection("P115",Perp115,C26,0); P1113=OrderedIntersection("P1113",Perp1113,C215,0); C216=Circle("C216",CTRb2,A); P9=OrderedIntersection("P9",R1,C2,0); S111=Segment("S111",A,P111); S211=Segment("S211",P111,P211); S1111=Segment("S1111",C,P1111); S2111=Segment("S2111",P1111,P2111); P92=OrderedIntersection("P92",R12,C23,0); P93=OrderedIntersection("P93",R13,C24,0); S113=Segment("S113",B,P113); S213=Segment("S213",P113,P212); S1112=Segment("S1112",C,P1112); S2112=Segment("S2112",P1112,P2112); S115=Segment("S115",A,P115); S215=Segment("S215",P115,P213); S1113=Segment("S1113",B,P1113); S2113=Segment("S2113",P1113,P2113); C3=Arc3pts("C3",C,P9,A); Par111=Parallel("Par111",S111,P211); Par1111=Parallel("Par1111",S1111,P2111); C32=Arc3pts("C32",C,P92,B); C33=Arc3pts("C33",A,P93,B); Par113=Parallel("Par113",S113,P212); Par1112=Parallel("Par1112",S1112,P2112); Par115=Parallel("Par115",S115,P213); Par1113=Parallel("Par1113",S1113,P2113); Center1=Center("Center1",C3); Center2=Center("Center2",C32); Center3=Center("Center3",C33); P311=OrderedIntersection("P311",Perp111,Par111,0); P3111=OrderedIntersection("P3111",Perp1111,Par1111,0); P312=OrderedIntersection("P312",Perp113,Par113,0); P3112=OrderedIntersection("P3112",Perp1112,Par1112,0); P313=OrderedIntersection("P313",Perp115,Par115,0); P3113=OrderedIntersection("P3113",Perp1113,Par1113,0); Par211=Parallel("Par211",S211,P311); Par2111=Parallel("Par2111",S2111,P3111); Par213=Parallel("Par213",S213,P312); Par2112=Parallel("Par2112",S2112,P3112); Par215=Parallel("Par215",S215,P313); Par2113=Parallel("Par2113",S2113,P3113); A1=OrderedIntersection("A'",DtrACacher,Par211,0); A11=OrderedIntersection("A'1",L1111,Par2111,0); A2=OrderedIntersection("A'2",DtrACacher1,Par213,0); A111=OrderedIntersection("A'11",L1112,Par2112,0); A3=OrderedIntersection("A'3",DtrACacher2,Par215,0); A12=OrderedIntersection("A'12",L1113,Par2113,0); J=MidPoint("J",A1,A); J1=MidPoint("J1",A11,C); J3=MidPoint("J3",A2,B); J11=MidPoint("J11",A111,C); J5=MidPoint("J5",A3,A); J12=MidPoint("J12",A12,B); Perp21=Perpendicular("Perp21",L21,J); Perp211=Perpendicular("Perp211",L211,J1); Perp25=Perpendicular("Perp25",L25,J3); Perp213=Perpendicular("Perp213",L213,J11); Perp26=Perpendicular("Perp26",L26,J5); Perp215=Perpendicular("Perp215",L215,J12); I=OrderedIntersection("I",L11,Perp21,0); I1=OrderedIntersection("I1",L111,Perp211,0); I3=OrderedIntersection("I3",L16,Perp25,0); I11=OrderedIntersection("I11",L113,Perp213,0); I5=OrderedIntersection("I5",L18,Perp26,0); I12=OrderedIntersection("I12",L115,Perp215,0); C31=Circle("C31",I,A); C311=Circle("C311",I1,C); C34=Circle("C34",I3,B); C312=Circle("C312",I11,C); C35=Circle("C35",I5,A); C313=Circle("C313",I12,B); P41=OrderedIntersection("P41",C31,C311,0); P51=OrderedIntersection("P51",C31,C311,1); P46=OrderedIntersection("P46",C34,C312,0); P54=OrderedIntersection("P54",C34,C312,1); P47=OrderedIntersection("P47",C35,C313,0); P55=OrderedIntersection("P55",C35,C313,1); L12=Line("L12",Ohz,P41); L22=PerpendicularBisector("L22",P51,P41); S31=Segment("S31",P51,P41); L122=Line("L122",Ohz,P46); L222=PerpendicularBisector("L222",P54,P46); S35=Segment("S35",P54,P46); L124=Line("L124",Ohz,P47); L224=PerpendicularBisector("L224",P55,P47); S37=Segment("S37",P55,P47); Perp13=Perpendicular("Perp13",L12,Ohz); P23=OrderedIntersection("P23",L12,C1,0); P511=OrderedIntersection("P511",L22,S31,0); Perp131=Perpendicular("Perp131",L122,Ohz); P232=OrderedIntersection("P232",L122,C1,0); P512=OrderedIntersection("P512",L222,S35,0); Perp132=Perpendicular("Perp132",L124,Ohz); P234=OrderedIntersection("P234",L124,C1,0); P513=OrderedIntersection("P513",L224,S37,0); P13=OrderedIntersection("P13",Perp13,C1,0); P131=OrderedIntersection("P131",Perp131,C1,0); P132=OrderedIntersection("P132",Perp132,C1,0); S13=Segment("S13",P41,P13); S23=Segment("S23",P13,P23); S131=Segment("S131",P46,P131); S231=Segment("S231",P131,P232); S132=Segment("S132",P47,P132); S232=Segment("S232",P132,P234); Par13=Parallel("Par13",S13,P23); Par131=Parallel("Par131",S131,P232); Par132=Parallel("Par132",S132,P234); P33=OrderedIntersection("P33",Perp13,Par13,0); P332=OrderedIntersection("P332",Perp131,Par131,0); P334=OrderedIntersection("P334",Perp132,Par132,0); Par23=Parallel("Par23",S23,P33); Par231=Parallel("Par231",S231,P332); Par232=Parallel("Par232",S232,P334); P411=OrderedIntersection("P411",L12,Par23,0); P412=OrderedIntersection("P412",L122,Par231,0); P413=OrderedIntersection("P413",L124,Par232,0); M11=MidPoint("M11",P41,P411); M16=MidPoint("M16",P46,P412); M18=MidPoint("M18",P47,P413); Perp22=Perpendicular("Perp22",L12,M11); Perp222=Perpendicular("Perp222",L122,M16); Perp224=Perpendicular("Perp224",L124,M18); P61=OrderedIntersection("P61",L22,Perp22,0); P64=OrderedIntersection("P64",L222,Perp222,0); P65=OrderedIntersection("P65",L224,Perp224,0); C22=Circle("C22",P61,P51); R11=Ray("R11",P61,P511); C222=Circle("C222",P64,P54); R14=Ray("R14",P64,P512); C224=Circle("C224",P65,P55); R15=Ray("R15",P65,P513); P7=OrderedIntersection("P7",C1,C22,1); P8=OrderedIntersection("P8",C1,C22,0); P91=OrderedIntersection("P91",R11,C22,0); P71=OrderedIntersection("P71",C1,C222,1); P81=OrderedIntersection("P81",C1,C222,0); P94=OrderedIntersection("P94",R14,C222,0); P72=OrderedIntersection("P72",C1,C224,1); P82=OrderedIntersection("P82",C1,C224,0); P95=OrderedIntersection("P95",R15,C224,0); C4=Arc3pts("C4",P7,P91,P8); L121=Line("L121",Ohz,P91); L221=PerpendicularBisector("L221",P7,P91); C41=Arc3pts("C41",P71,P94,P81); L123=Line("L123",Ohz,P94); L223=PerpendicularBisector("L223",P71,P94); C42=Arc3pts("C42",P72,P95,P82); L125=Line("L125",Ohz,P95); L225=PerpendicularBisector("L225",P82,P95); Center4=Center("Center4",C4); Center5=Center("Center5",C41); Center6=Center("Center6",C42); Perp121=Perpendicular("Perp121",L121,Ohz); P231=OrderedIntersection("P231",L121,C1,0); Perp123=Perpendicular("Perp123",L123,Ohz); P233=OrderedIntersection("P233",L123,C1,0); Perp125=Perpendicular("Perp125",L125,Ohz); P235=OrderedIntersection("P235",L125,C1,0); P16=OrderedIntersection("P16",Perp121,C1,0); P161=OrderedIntersection("P161",Perp123,C1,0); P162=OrderedIntersection("P162",Perp125,C1,0); S121=Segment("S121",P91,P16); S221=Segment("S221",P16,P231); S123=Segment("S123",P94,P161); S223=Segment("S223",P161,P233); S125=Segment("S125",P95,P162); S225=Segment("S225",P162,P235); Par121=Parallel("Par121",S121,P231); Par123=Parallel("Par123",S123,P233); Par125=Parallel("Par125",S125,P235); P331=OrderedIntersection("P331",Perp121,Par121,0); P333=OrderedIntersection("P333",Perp123,Par123,0); P335=OrderedIntersection("P335",Perp125,Par125,0); Par221=Parallel("Par221",S221,P331); Par223=Parallel("Par223",S223,P333); Par225=Parallel("Par225",S225,P335); P43=OrderedIntersection("P43",L121,Par221,0); P431=OrderedIntersection("P431",L123,Par223,0); P432=OrderedIntersection("P432",L125,Par225,0); M12=MidPoint("M12",P91,P43); M121=MidPoint("M121",P94,P431); M122=MidPoint("M122",P95,P432); Perp221=Perpendicular("Perp221",L121,M12); Perp223=Perpendicular("Perp223",L123,M121); Perp225=Perpendicular("Perp225",L125,M122); CTRc=OrderedIntersection("CTRc",L221,Perp221,0); CTRc1=OrderedIntersection("CTRc1",L223,Perp223,0); CTRc2=OrderedIntersection("CTRc2",L225,Perp225,0); C221=Circle("C221",CTRc,P7); C223=Circle("C223",CTRc1,P71); C225=Circle("C225",CTRc2,P82); P14=OrderedIntersection("P14",C212,C221,0); P19=OrderedIntersection("P19",C214,C223,0); P116=OrderedIntersection("P116",C216,C225,0); L13=Line("L13",Ohz,P14); L17=Line("L17",Ohz,P19); L19=Line("L19",Ohz,P116); Perp14=Perpendicular("Perp14",L13,Ohz); P24=OrderedIntersection("P24",L13,C1,0); Perp18=Perpendicular("Perp18",L17,Ohz); P28=OrderedIntersection("P28",L17,C1,0); Perp110=Perpendicular("Perp110",L19,Ohz); P210=OrderedIntersection("P210",L19,C1,0); P112=OrderedIntersection("P112",Perp14,C1,0); P114=OrderedIntersection("P114",Perp18,C1,0); P117=OrderedIntersection("P117",Perp110,C1,0); S14=Segment("S14",P14,P112); S24=Segment("S24",P112,P24); S18=Segment("S18",P19,P114); S28=Segment("S28",P114,P28); S110=Segment("S110",P116,P117); S210=Segment("S210",P117,P210); Par14=Parallel("Par14",S14,P24); Par18=Parallel("Par18",S18,P28); Par110=Parallel("Par110",S110,P210); P34=OrderedIntersection("P34",Perp14,Par14,0); P38=OrderedIntersection("P38",Perp18,Par18,0); P310=OrderedIntersection("P310",Perp110,Par110,0); Par24=Parallel("Par24",S24,P34); Par28=Parallel("Par28",S28,P38); Par210=Parallel("Par210",S210,P310); I2=OrderedIntersection("I2",L13,Par24,0); I4=OrderedIntersection("I4",L17,Par28,0); I6=OrderedIntersection("I6",L19,Par210,0); M13=MidPoint("M13",I2,P14); M17=MidPoint("M17",I4,P19); M19=MidPoint("M19",I6,P116); S32=Segment("S32",Ohz,M13); S36=Segment("S36",Ohz,M17); S38=Segment("S38",Ohz,M19); N=OrderedIntersection("N",S32,C221,1); M=OrderedIntersection("M",S36,C223,1); P=OrderedIntersection("P",S38,C225,1); L27=PerpendicularBisector("L27",N,B); S39=Segment("S39",N,B); L117=Line("L117",Ohz,P); L28=PerpendicularBisector("L28",C,P); S310=Segment("S310",C,P); L29=PerpendicularBisector("L29",M,A); S311=Segment("S311",M,A); L119=Line("L119",Ohz,N); L217=PerpendicularBisector("L217",B,N); L226=PerpendicularBisector("L226",M,A); P56=OrderedIntersection("P56",L27,S39,0); P66=OrderedIntersection("P66",L27,Perp27,0); Perp118=Perpendicular("Perp118",L117,Ohz); P214=OrderedIntersection("P214",L117,C1,0); P57=OrderedIntersection("P57",L28,S310,0); P58=OrderedIntersection("P58",L29,S311,0); P68=OrderedIntersection("P68",L29,Perp29,0); Perp1110=Perpendicular("Perp1110",L119,Ohz); P227=OrderedIntersection("P227",L119,C1,0); CTRc3=OrderedIntersection("CTRc3",L226,Perp226,0); C27=Circle("C27",P66,N); R16=Ray("R16",P66,P56); P118=OrderedIntersection("P118",Perp118,C1,0); C29=Circle("C29",P68,M); R18=Ray("R18",P68,P58); P127=OrderedIntersection("P127",Perp1110,C1,0); C226=Circle("C226",CTRc3,M); P96=OrderedIntersection("P96",R16,C27,0); S118=Segment("S118",P,P118); S218=Segment("S218",P118,P214); P98=OrderedIntersection("P98",R18,C29,0); S1110=Segment("S1110",N,P127); S2110=Segment("S2110",P127,P227); C36=Arc3pts("C36",N,P96,B); Par118=Parallel("Par118",S118,P214); C38=Arc3pts("C38",M,P98,A); Par1110=Parallel("Par1110",S1110,P227); Center7=Center("Center7",C36); Center8=Center("Center8",C38); P315=OrderedIntersection("P315",Perp118,Par118,0); P326=OrderedIntersection("P326",Perp1110,Par1110,0); Par218=Parallel("Par218",S218,P315); Par2110=Parallel("Par2110",S2110,P326); P49=OrderedIntersection("P49",L117,Par218,0); P423=OrderedIntersection("P423",L119,Par2110,0); M114=MidPoint("M114",P,P49); M116=MidPoint("M116",N,P423); Perp28=Perpendicular("Perp28",L117,M114); Perp217=Perpendicular("Perp217",L119,M116); P67=OrderedIntersection("P67",L28,Perp28,0); CTRb3=OrderedIntersection("CTRb3",L217,Perp217,0); C28=Circle("C28",P67,C); R17=Ray("R17",P67,P57); C217=Circle("C217",CTRb3,B); P97=OrderedIntersection("P97",R17,C28,0); P120=OrderedIntersection("P120",C217,C226,0); C37=Arc3pts("C37",C,P97,P); L120=Line("L120",Ohz,P120); Center9=Center("Center9",C37); Perp120=Perpendicular("Perp120",L120,Ohz); P216=OrderedIntersection("P216",L120,C1,0); P1110=OrderedIntersection("P1110",Perp120,C1,0); S120=Segment("S120",P120,P1110); S220=Segment("S220",P1110,P216); Par120=Parallel("Par120",S120,P216); P317=OrderedIntersection("P317",Perp120,Par120,0); Par220=Parallel("Par220",S220,P317); I7=OrderedIntersection("I7",L120,Par220,0); M117=MidPoint("M117",I7,P120); S312=Segment("S312",Ohz,M117); J2=OrderedIntersection("J2",S312,C226,1); // Styles : STL(Ohz,"c:#0000b2;h:1;s:6;f:19"); STL(A,"c:#0000b2;o:1;s:5;f:19"); STL(C,"c:#0000b2;o:1;s:5;f:19"); STL(B,"c:#0000b2;o:1;s:5;f:19"); 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(L111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L212,"c:#780013;h:1;s:1;f:30;p:0"); STL(L14,"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(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(L24,"c:#780013;h:1;s:1;f:30;p:0"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(L113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(L18,"c:#780013;h:1;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(L116,"c:#780013;h:1;s:1;f:30;p:0"); STL(L216,"c:#780013;h:1;s:1;f:30;p:0"); STL(L110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L118,"c:#780013;h:1;s:1;f:30;p:0"); STL(L126,"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:19"); STL(P5,"c:#0000b2;h:1;s:6;f:19"); STL(Perp11,"c:#780013;h:1;s:1;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:19"); STL(Perp12,"c:#780013;h:1;s:1;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:19"); STL(Perp112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:19"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:19"); STL(P52,"c:#0000b2;h:1;s:6;f:19"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:19"); STL(P53,"c:#0000b2;h:1;s:6;f:19"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P27,"c:#0000b2;h:1;s:6;f:19"); STL(Perp122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P223,"c:#0000b2;h:1;s:6;f:19"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:19"); STL(Perp19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P29,"c:#0000b2;h:1;s:6;f:19"); STL(Perp124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P225,"c:#0000b2;h:1;s:6;f:19"); STL(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P226,"c:#0000b2;h:1;s:6;f:19"); STL(Perp117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2,"c:#0000b2;h:1;s:6;f:30"); STL(Perp119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P215,"c:#0000b2;h:1;s:6;f:30"); STL(Perp126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P236,"c:#0000b2;h:1;s:6;f:30"); STL(P11,"c:#0000b2;h:1;s:6;f:19"); STL(P12,"c:#0000b2;h:1;s:6;f:19"); STL(P121,"c:#0000b2;h:1;s:6;f:19"); STL(P122,"c:#0000b2;h:1;s:6;f:19"); STL(P15,"c:#0000b2;h:1;s:6;f:19"); STL(P17,"c:#0000b2;h:1;s:6;f:19"); STL(P18,"c:#0000b2;h:1;s:6;f:19"); STL(P123,"c:#0000b2;h:1;s:6;f:19"); STL(P124,"c:#0000b2;h:1;s:6;f:19"); STL(P110,"c:#0000b2;h:1;s:6;f:19"); STL(P125,"c:#0000b2;h:1;s:6;f:19"); STL(P126,"c:#0000b2;h:1;s:6;f:19"); STL(P1,"c:#0000b2;h:1;s:6;f:30"); STL(P119,"c:#0000b2;h:1;s:6;f:30"); STL(P163,"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(S112,"c:#006633;h:1;s:1;f:24"); STL(S212,"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(S16,"c:#006633;h:1;s:1;f:24"); STL(S26,"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(S122,"c:#006633;h:1;s:1;f:24"); STL(S222,"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(S19,"c:#006633;h:1;s:1;f:24"); STL(S29,"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(S116,"c:#006633;h:1;s:1;f:24"); STL(S216,"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(S119,"c:#006633;h:1;s:1;f:24"); STL(S219,"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(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(Par112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par19,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par117,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3,"c:#0000b2;h:1;s:6;f:19"); STL(P31,"c:#0000b2;h:1;s:6;f:19"); STL(P32,"c:#0000b2;h:1;s:6;f:19"); STL(P321,"c:#0000b2;h:1;s:6;f:19"); STL(P35,"c:#0000b2;h:1;s:6;f:19"); STL(P36,"c:#0000b2;h:1;s:6;f:19"); STL(P37,"c:#0000b2;h:1;s:6;f:19"); STL(P322,"c:#0000b2;h:1;s:6;f:19"); STL(P323,"c:#0000b2;h:1;s:6;f:19"); STL(P39,"c:#0000b2;h:1;s:6;f:19"); STL(P324,"c:#0000b2;h:1;s:6;f:19"); STL(P325,"c:#0000b2;h:1;s:6;f:19"); STL(P314,"c:#0000b2;h:1;s:6;f:30"); STL(P316,"c:#0000b2;h:1;s:6;f:30"); STL(P336,"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(Par212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P4,"c:#0000b2;h:1;s:6;f:19"); STL(o,"c:#0000b2;h:1;s:6;f:19"); STL(o1,"c:#0000b2;h:1;s:6;f:19"); STL(P42,"c:#0000b2;h:1;s:6;f:19"); STL(P44,"c:#0000b2;h:1;s:6;f:19"); STL(P45,"c:#0000b2;h:1;s:6;f:19"); STL(o2,"c:#0000b2;h:1;s:6;f:19"); STL(o11,"c:#0000b2;h:1;s:6;f:19"); STL(P421,"c:#0000b2;h:1;s:6;f:19"); STL(o3,"c:#0000b2;h:1;s:6;f:19"); STL(o12,"c:#0000b2;h:1;s:6;f:19"); STL(P422,"c:#0000b2;h:1;s:6;f:19"); STL(P48,"c:#0000b2;h:1;s:6;f:30"); STL(P410,"c:#0000b2;h:1;s:6;f:30"); STL(P433,"c:#0000b2;h:1;s:6;f:30"); STL(M1,"c:#0000b2;h:1;s:6;f:19"); STL(K,"c:#0000b2;h:1;s:6;f:19"); STL(K1,"c:#0000b2;h:1;s:6;f:19"); STL(M111,"c:#0000b2;h:1;s:6;f:19"); STL(M14,"c:#0000b2;h:1;s:6;f:19"); STL(M15,"c:#0000b2;h:1;s:6;f:19"); STL(K2,"c:#0000b2;h:1;s:6;f:19"); STL(K11,"c:#0000b2;h:1;s:6;f:19"); STL(M112,"c:#0000b2;h:1;s:6;f:19"); STL(K3,"c:#0000b2;h:1;s:6;f:19"); STL(K12,"c:#0000b2;h:1;s:6;f:19"); STL(M113,"c:#0000b2;h:1;s:6;f:19"); STL(M110,"c:#0000b2;h:1;s:6;f:30"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(M123,"c:#0000b2;h:1;s:6;f:30"); STL(Perp2,"c:#780013;h:1;s:1;f:30;p:0"); STL(C21,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(DtrACacher,"c:#780013;h:1;s:1;f:30;p:0"); STL(L21,"c:#780013;h:1;s:1;f:30;p:0"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:1;f:30;p:0"); STL(C25,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(DtrACacher1,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;h:1;s:1;f:30;p:0"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(C26,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(DtrACacher2,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"c:#780013;h:1;s:1;f:30;p:0"); STL(C215,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P6,"c:#0000b2;h:1;s:6;f:19"); STL(Perp111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:19"); STL(Perp1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2111,"c:#0000b2;h:1;s:6;f:19"); STL(CTRb,"c:#0000b2;h:1;s:6;f:19"); STL(P62,"c:#0000b2;h:1;s:6;f:19"); STL(P63,"c:#0000b2;h:1;s:6;f:19"); STL(Perp113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:19"); STL(Perp1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2112,"c:#0000b2;h:1;s:6;f:19"); STL(CTRb1,"c:#0000b2;h:1;s:6;f:19"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:19"); STL(Perp1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2113,"c:#0000b2;h:1;s:6;f:19"); STL(CTRb2,"c:#0000b2;h:1;s:6;f:19"); 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(P111,"c:#0000b2;h:1;s:6;f:19"); STL(P1111,"c:#0000b2;h:1;s:6;f:19"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C23,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R12,"c:#993300;h:1;s:1;f:30;p:0"); STL(C24,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R13,"c:#993300;h:1;s:1;f:30;p:0"); STL(P113,"c:#0000b2;h:1;s:6;f:19"); STL(P1112,"c:#0000b2;h:1;s:6;f:19"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P115,"c:#0000b2;h:1;s:6;f:19"); STL(P1113,"c:#0000b2;h:1;s:6;f:19"); STL(C216,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P9,"c:#0000b2;h:1;s:6;f:19"); STL(S111,"c:#006633;h:1;s:1;f:24"); STL(S211,"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(P92,"c:#0000b2;h:1;s:6;f:19"); STL(P93,"c:#0000b2;h:1;s:6;f:19"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S213,"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(S115,"c:#006633;h:1;s:1;f:24"); STL(S215,"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(C3,"c:#0000b2;s:2;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(C32,"c:#0000b2;s:2;f:30;p:0"); STL(C33,"c:#0000b2;s:2;f:30;p:0"); STL(Par113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:6;f:19"); STL(Center2,"c:#0000b2;h:1;s:6;f:19"); STL(Center3,"c:#0000b2;h:1;s:6;f:19"); STL(P311,"c:#0000b2;h:1;s:6;f:19"); STL(P3111,"c:#0000b2;h:1;s:6;f:19"); STL(P312,"c:#0000b2;h:1;s:6;f:19"); STL(P3112,"c:#0000b2;h:1;s:6;f:19"); STL(P313,"c:#0000b2;h:1;s:6;f:19"); STL(P3113,"c:#0000b2;h:1;s:6;f:19"); STL(Par211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(A1,"c:#0000b2;h:1;s:6;f:19"); STL(A11,"c:#0000b2;h:1;s:6;f:19"); STL(A2,"c:#0000b2;h:1;s:6;f:19"); STL(A111,"c:#0000b2;h:1;s:6;f:19"); STL(A3,"c:#0000b2;h:1;s:6;f:19"); STL(A12,"c:#0000b2;h:1;s:6;f:19"); STL(J,"c:#0000b2;h:1;s:6;f:19"); STL(J1,"c:#0000b2;h:1;s:6;f:19"); STL(J3,"c:#0000b2;h:1;s:6;f:19"); STL(J11,"c:#0000b2;h:1;s:6;f:19"); STL(J5,"c:#0000b2;h:1;s:6;f:19"); STL(J12,"c:#0000b2;h:1;s:6;f:19"); STL(Perp21,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(I,"c:#0000b2;h:1;s:6;f:19"); STL(I1,"c:#0000b2;h:1;s:6;f:19"); STL(I3,"c:#0000b2;h:1;s:6;f:19"); STL(I11,"c:#0000b2;h:1;s:6;f:19"); STL(I5,"c:#0000b2;h:1;s:6;f:19"); STL(I12,"c:#0000b2;h:1;s:6;f:19"); STL(C31,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C311,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C34,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C312,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C35,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C313,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:19"); STL(P51,"c:#0000b2;h:1;s:6;f:19"); STL(P46,"c:#0000b2;h:1;s:6;f:19"); STL(P54,"c:#0000b2;h:1;s:6;f:19"); STL(P47,"c:#0000b2;h:1;s:6;f:19"); STL(P55,"c:#0000b2;h:1;s:6;f:19"); 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(S31,"c:#006633;h:1;s:1;f:24"); 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(S35,"c:#006633;h:1;s:1;f:24"); 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(S37,"c:#006633;h:1;s:1;f:24"); STL(Perp13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P23,"c:#0000b2;h:1;s:6;f:19"); STL(P511,"c:#0000b2;h:1;s:6;f:19"); STL(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:19"); STL(P512,"c:#0000b2;h:1;s:6;f:19"); STL(Perp132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P234,"c:#0000b2;h:1;s:6;f:19"); STL(P513,"c:#0000b2;h:1;s:6;f:19"); STL(P13,"c:#0000b2;h:1;s:6;f:19"); STL(P131,"c:#0000b2;h:1;s:6;f:19"); STL(P132,"c:#0000b2;h:1;s:6;f:19"); STL(S13,"c:#006633;h:1;s:1;f:24"); STL(S23,"c:#006633;h:1;s:1;f:24"); STL(S131,"c:#006633;h:1;s:1;f:24"); STL(S231,"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(Par13,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P33,"c:#0000b2;h:1;s:6;f:19"); STL(P332,"c:#0000b2;h:1;s:6;f:19"); STL(P334,"c:#0000b2;h:1;s:6;f:19"); STL(Par23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par232,"c:#780013;h:1;s:1;f:30;p:0"); STL(P411,"c:#0000b2;h:1;s:6;f:19"); STL(P412,"c:#0000b2;h:1;s:6;f:19"); STL(P413,"c:#0000b2;h:1;s:6;f:19"); STL(M11,"c:#0000b2;h:1;s:6;f:19"); STL(M16,"c:#0000b2;h:1;s:6;f:19"); STL(M18,"c:#0000b2;h:1;s:6;f:19"); STL(Perp22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp224,"c:#780013;h:1;s:1;f:30;p:0"); STL(P61,"c:#0000b2;h:1;s:6;f:19"); STL(P64,"c:#0000b2;h:1;s:6;f:19"); STL(P65,"c:#0000b2;h:1;s:6;f:19"); STL(C22,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R11,"c:#993300;h:1;s:1;f:30;p:0"); STL(C222,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R14,"c:#993300;h:1;s:1;f:30;p:0"); STL(C224,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R15,"c:#993300;h:1;s:1;f:30;p:0"); STL(P7,"c:#0000b2;h:1;s:6;f:19"); STL(P8,"c:#0000b2;h:1;s:6;f:19"); STL(P91,"c:#0000b2;h:1;s:6;f:19"); STL(P71,"c:#0000b2;h:1;s:6;f:19"); STL(P81,"c:#0000b2;h:1;s:6;f:19"); STL(P94,"c:#0000b2;h:1;s:6;f:19"); STL(P72,"c:#0000b2;h:1;s:6;f:19"); STL(P82,"c:#0000b2;h:1;s:6;f:19"); STL(P95,"c:#0000b2;h:1;s:6;f:19"); STL(C4,"c:#cc66cc;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(C41,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L123,"c:#780013;h:1;s:1;f:30;p:0"); STL(L223,"c:#780013;h:1;s:1;f:30;p:0"); STL(C42,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L125,"c:#780013;h:1;s:1;f:30;p:0"); STL(L225,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center4,"c:#0000b2;h:1;s:6;f:19"); STL(Center5,"c:#0000b2;h:1;s:6;f:19"); STL(Center6,"c:#0000b2;h:1;s:6;f:19"); STL(Perp121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:19"); STL(Perp123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:19"); STL(Perp125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P235,"c:#0000b2;h:1;s:6;f:19"); STL(P16,"c:#0000b2;h:1;s:6;f:19"); STL(P161,"c:#0000b2;h:1;s:6;f:19"); STL(P162,"c:#0000b2;h:1;s:6;f:19"); STL(S121,"c:#006633;h:1;s:1;f:24"); STL(S221,"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(S125,"c:#006633;h:1;s:1;f:24"); STL(S225,"c:#006633;h:1;s:1;f:24"); STL(Par121,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P331,"c:#0000b2;h:1;s:6;f:19"); STL(P333,"c:#0000b2;h:1;s:6;f:19"); STL(P335,"c:#0000b2;h:1;s:6;f:19"); STL(Par221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P43,"c:#0000b2;h:1;s:6;f:19"); STL(P431,"c:#0000b2;h:1;s:6;f:19"); STL(P432,"c:#0000b2;h:1;s:6;f:19"); STL(M12,"c:#0000b2;h:1;s:6;f:19"); STL(M121,"c:#0000b2;h:1;s:6;f:19"); STL(M122,"c:#0000b2;h:1;s:6;f:19"); STL(Perp221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp225,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRc,"c:#0000b2;h:1;s:6;f:19"); STL(CTRc1,"c:#0000b2;h:1;s:6;f:19"); STL(CTRc2,"c:#0000b2;h:1;s:6;f:19"); STL(C221,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C223,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C225,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P14,"c:#0000b2;h:1;s:6;f:19"); STL(P19,"c:#0000b2;h:1;s:6;f:19"); STL(P116,"c:#0000b2;h:1;s:6;f:19"); STL(L13,"c:#780013;h:1;s:1;f:30;p:0"); STL(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(L19,"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:19"); STL(Perp18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P28,"c:#0000b2;h:1;s:6;f:19"); STL(Perp110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P210,"c:#0000b2;h:1;s:6;f:19"); STL(P112,"c:#0000b2;h:1;s:6;f:19"); STL(P114,"c:#0000b2;h:1;s:6;f:19"); STL(P117,"c:#0000b2;h:1;s:6;f:19"); STL(S14,"c:#006633;h:1;s:1;f:24"); STL(S24,"c:#006633;h:1;s:1;f:24"); STL(S18,"c:#006633;h:1;s:1;f:24"); STL(S28,"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(Par14,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par18,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P34,"c:#0000b2;h:1;s:6;f:19"); STL(P38,"c:#0000b2;h:1;s:6;f:19"); STL(P310,"c:#0000b2;h:1;s:6;f:19"); STL(Par24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par210,"c:#780013;h:1;s:1;f:30;p:0"); STL(I2,"c:#0000b2;h:1;s:6;f:19"); STL(I4,"c:#0000b2;h:1;s:6;f:19"); STL(I6,"c:#0000b2;h:1;s:6;f:19"); STL(M13,"c:#0000b2;h:1;s:6;f:19"); STL(M17,"c:#0000b2;h:1;s:6;f:19"); STL(M19,"c:#0000b2;h:1;s:6;f:19"); STL(S32,"c:#006633;h:1;s:1;f:24"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(S38,"c:#006633;h:1;s:1;f:24"); STL(N,"c:#007c00;s:4;f:19"); STL(M,"c:#007c00;s:4;f:19"); STL(P,"c:#007c00;s:4;f:19"); STL(L27,"c:#780013;h:1;s:1;f:30;p:0"); STL(S39,"c:#006633;h:1;s:1;f:24"); STL(L117,"c:#780013;h:1;s:1;f:30;p:0"); STL(L28,"c:#780013;h:1;s:1;f:30;p:0"); STL(S310,"c:#006633;h:1;s:1;f:24"); STL(L29,"c:#780013;h:1;s:1;f:30;p:0"); STL(S311,"c:#006633;h:1;s:1;f:24"); STL(L119,"c:#780013;h:1;s:1;f:30;p:0"); STL(L217,"c:#780013;h:1;s:1;f:30;p:0"); STL(L226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P56,"c:#0000b2;h:1;s:6;f:30"); STL(P66,"c:#0000b2;h:1;s:6;f:30"); STL(Perp118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(P57,"c:#0000b2;h:1;s:6;f:30"); STL(P58,"c:#0000b2;h:1;s:6;f:30"); STL(P68,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P227,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc3,"c:#0000b2;h:1;s:6;f:30"); STL(C27,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R16,"c:#993300;h:1;s:1;f:30;p:0"); STL(P118,"c:#0000b2;h:1;s:6;f:30"); STL(C29,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R18,"c:#993300;h:1;s:1;f:30;p:0"); STL(P127,"c:#0000b2;h:1;s:6;f:30"); STL(C226,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P96,"c:#0000b2;h:1;s:6;f:30"); STL(S118,"c:#006633;h:1;s:1;f:24"); STL(S218,"c:#006633;h:1;s:1;f:24"); STL(P98,"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(C36,"c:#007c00;s:2;sn:true;f:30;p:0"); STL(Par118,"c:#780013;h:1;s:1;f:30;p:0"); STL(C38,"c:#007c00;s:2;sn:true;f:30;p:0"); STL(Par1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center7,"c:#0000b2;h:1;s:6;f:30"); STL(Center8,"c:#0000b2;h:1;s:6;f:30"); STL(P315,"c:#0000b2;h:1;s:6;f:30"); STL(P326,"c:#0000b2;h:1;s:6;f:30"); STL(Par218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P49,"c:#0000b2;h:1;s:6;f:30"); STL(P423,"c:#0000b2;h:1;s:6;f:30"); STL(M114,"c:#0000b2;h:1;s:6;f:30"); STL(M116,"c:#0000b2;h:1;s:6;f:30"); STL(Perp28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp217,"c:#780013;h:1;s:1;f:30;p:0"); STL(P67,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb3,"c:#0000b2;h:1;s:6;f:30"); STL(C28,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R17,"c:#993300;h:1;s:1;f:30;p:0"); STL(C217,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P97,"c:#0000b2;h:1;s:6;f:30"); STL(P120,"c:#0000b2;h:1;s:6;f:30"); STL(C37,"c:#007c00;s:2;sn:true;f:30;p:0"); STL(L120,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center9,"c:#0000b2;h:1;s:6;f:30"); STL(Perp120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P216,"c:#0000b2;h:1;s:6;f:30"); STL(P1110,"c:#0000b2;h:1;s:6;f:30"); STL(S120,"c:#006633;h:1;s:1;f:24"); STL(S220,"c:#006633;h:1;s:1;f:24"); STL(Par120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P317,"c:#0000b2;h:1;s:6;f:30"); STL(Par220,"c:#780013;h:1;s:1;f:30;p:0"); STL(I7,"c:#0000b2;h:1;s:6;f:30"); STL(M117,"c:#0000b2;h:1;s:6;f:30"); STL(S312,"c:#006633;h:1;s:1;f:24"); STL(J2,"c:#b40000;o:0.94;s:4;f:30"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");