// Macros : $macros={}; $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["Hauteur faisceau 6 pts AB CD MN"]={ name:"Hauteur faisceau 6 pts AB CD MN", parameters:["point","point","point","point","point","point","circle"], exec: function (P1, P2, P3, P4, P10, P13, 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); L22=PerpendicularBisector("L22",P13,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); P16=OrderedIntersection("P16",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,P16); S22=Segment("S22",P16,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); M12=MidPoint("M12",P10,P43); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); P62=OrderedIntersection("P62",L22,Perp22,0); L3=Line("L3",P6,P61); C22=Circle("C22",P62,P13); P72=OrderedIntersection("P72",C1,C22,1); P82=OrderedIntersection("P82",C1,C22,0); L4=Line("L4",P72,P82); P14=OrderedIntersection("P14",L3,L4,0); M2=MidPoint("M2",P14,O); R2=Ray("R2",P14,O); C3=Circle("C3",M2,O); P15=OrderedIntersection("P15",C1,C3,0); C5=Circle("C5",P14,P15); P18=OrderedIntersection("P18",C1,C5,1); P19=OrderedIntersection("P19",R2,C5,0); C6=Arc3pts("C6",P18,P19,P15); return [C6]; }}; $macros["Inter 2 faisceaux 8 pts"]={ name:"Inter 2 faisceaux 8 pts", parameters:["point","point","point","point","point","point","point","point","circle"], exec: function (P1, P2, P3, P4, P10, P13, P14, P15, 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); L22=PerpendicularBisector("L22",P13,P10); L13=Line("L13",O,P14); L23=PerpendicularBisector("L23",P15,P14); 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); Perp13=Perpendicular("Perp13",L13,O); P24=OrderedIntersection("P24",L13,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P16=OrderedIntersection("P16",Perp12,C1,0); P17=OrderedIntersection("P17",Perp13,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,P16); S22=Segment("S22",P16,P23); S13=Segment("S13",P14,P17); S23=Segment("S23",P17,P24); Par1=Parallel("Par1",S1,P21); Par11=Parallel("Par11",S11,P22); Par12=Parallel("Par12",S12,P23); Par13=Parallel("Par13",S13,P24); P31=OrderedIntersection("P31",Perp1,Par1,0); P32=OrderedIntersection("P32",Perp11,Par11,0); P33=OrderedIntersection("P33",Perp12,Par12,0); P34=OrderedIntersection("P34",Perp13,Par13,0); Par2=Parallel("Par2",S2,P31); Par21=Parallel("Par21",S21,P32); Par22=Parallel("Par22",S22,P33); Par23=Parallel("Par23",S23,P34); P41=OrderedIntersection("P41",L1,Par2,0); P42=OrderedIntersection("P42",L11,Par21,0); P43=OrderedIntersection("P43",L12,Par22,0); P44=OrderedIntersection("P44",L13,Par23,0); M1=MidPoint("M1",P2,P41); M11=MidPoint("M11",P4,P42); M12=MidPoint("M12",P10,P43); M13=MidPoint("M13",P14,P44); Perp2=Perpendicular("Perp2",L1,M1); Perp21=Perpendicular("Perp21",L11,M11); Perp22=Perpendicular("Perp22",L12,M12); Perp23=Perpendicular("Perp23",L13,M13); P6=OrderedIntersection("P6",L2,Perp2,0); P61=OrderedIntersection("P61",L21,Perp21,0); P62=OrderedIntersection("P62",L22,Perp22,0); P63=OrderedIntersection("P63",L23,Perp23,0); L3=Line("L3",P6,P61); L4=Line("L4",P62,P63); P18=OrderedIntersection("P18",L3,L4,0); M2=MidPoint("M2",P18,O); R2=Ray("R2",P18,O); C3=Circle("C3",M2,O); P20=OrderedIntersection("P20",C1,C3,1); C5=Circle("C5",P18,P20); P26=OrderedIntersection("P26",C1,C5,0); P27=OrderedIntersection("P27",R2,C5,0); C6=Arc3pts("C6",P20,P27,P26); return [C6]; }}; $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["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(419.70644827349435,302.2937108802123,1.2978567687173674); // Geometry : O=Point("O",-3.537500000000161,-0.4249999999999904); a2=Point("a2",13.693079272421048,92.52418534217614); a1=Point("a1",-74.66978944931017,93.21995596203232); b1=Point("b1",119.45021349055608,-20.190655074520198); b2=Point("b2",67.26741700134453,-117.59854185438135); c2=Point("c2",-91.36828432585772,-24.36527879365714); c1=Point("c1",-50.31781775434493,-100.20427635797763); P17=Point("P17",4.29811683451823,-0.8035215685506691); C1=Circle1("C1",O,271.05333301089655); L1=Line("L1",O,a1); L2=PerpendicularBisector("L2",a2,a1); S3=Segment("S3",a2,a1); L11=Line("L11",O,b2); L21=PerpendicularBisector("L21",b1,b2); S31=Segment("S31",b1,b2); L12=Line("L12",O,c2); L22=PerpendicularBisector("L22",c1,c2); S32=Segment("S32",c1,c2); L13=Line("L13",O,c1); L23=PerpendicularBisector("L23",c2,c1); L111=Line("L111",O,a2); L211=PerpendicularBisector("L211",a1,a2); L121=Line("L121",O,b2); L221=PerpendicularBisector("L221",b1,b2); L14=Line("L14",O,c2); L24=PerpendicularBisector("L24",c1,c2); L112=Line("L112",O,b1); L212=PerpendicularBisector("L212",b2,b1); L122=Line("L122",O,a1); L222=PerpendicularBisector("L222",a2,a1); L15=Line("L15",O,a2); L25=PerpendicularBisector("L25",a1,a2); L123=Line("L123",O,b2); L223=PerpendicularBisector("L223",b1,b2); L16=Line("L16",O,c2); L26=PerpendicularBisector("L26",c1,c2); L124=Line("L124",O,a1); L224=PerpendicularBisector("L224",a2,a1); L17=Line("L17",O,c1); L27=PerpendicularBisector("L27",c2,c1); L125=Line("L125",O,b2); L225=PerpendicularBisector("L225",b1,b2); Perp1=Perpendicular("Perp1",L1,O); P21=OrderedIntersection("P21",L1,C1,0); P5=OrderedIntersection("P5",L2,S3,0); Perp11=Perpendicular("Perp11",L11,O); P22=OrderedIntersection("P22",L11,C1,0); P51=OrderedIntersection("P51",L21,S31,0); Perp12=Perpendicular("Perp12",L12,O); P23=OrderedIntersection("P23",L12,C1,0); P52=OrderedIntersection("P52",L22,S32,0); Perp13=Perpendicular("Perp13",L13,O); P211=OrderedIntersection("P211",L13,C1,0); Perp111=Perpendicular("Perp111",L111,O); P221=OrderedIntersection("P221",L111,C1,0); Perp121=Perpendicular("Perp121",L121,O); P231=OrderedIntersection("P231",L121,C1,0); Perp14=Perpendicular("Perp14",L14,O); P212=OrderedIntersection("P212",L14,C1,0); Perp112=Perpendicular("Perp112",L112,O); P222=OrderedIntersection("P222",L112,C1,0); Perp122=Perpendicular("Perp122",L122,O); P232=OrderedIntersection("P232",L122,C1,0); Perp15=Perpendicular("Perp15",L15,O); P213=OrderedIntersection("P213",L15,C1,0); Perp123=Perpendicular("Perp123",L123,O); P233=OrderedIntersection("P233",L123,C1,0); Perp16=Perpendicular("Perp16",L16,O); P214=OrderedIntersection("P214",L16,C1,0); Perp124=Perpendicular("Perp124",L124,O); P234=OrderedIntersection("P234",L124,C1,0); Perp17=Perpendicular("Perp17",L17,O); P215=OrderedIntersection("P215",L17,C1,0); Perp125=Perpendicular("Perp125",L125,O); P235=OrderedIntersection("P235",L125,C1,0); P11=OrderedIntersection("P11",Perp1,C1,0); P12=OrderedIntersection("P12",Perp11,C1,0); P16=OrderedIntersection("P16",Perp12,C1,0); P111=OrderedIntersection("P111",Perp13,C1,0); P121=OrderedIntersection("P121",Perp111,C1,0); P161=OrderedIntersection("P161",Perp121,C1,0); P112=OrderedIntersection("P112",Perp14,C1,0); P122=OrderedIntersection("P122",Perp112,C1,0); P162=OrderedIntersection("P162",Perp122,C1,0); P113=OrderedIntersection("P113",Perp15,C1,0); P163=OrderedIntersection("P163",Perp123,C1,0); P114=OrderedIntersection("P114",Perp16,C1,0); P164=OrderedIntersection("P164",Perp124,C1,0); P115=OrderedIntersection("P115",Perp17,C1,0); P165=OrderedIntersection("P165",Perp125,C1,0); S1=Segment("S1",a1,P11); S2=Segment("S2",P11,P21); S11=Segment("S11",b2,P12); S21=Segment("S21",P12,P22); S12=Segment("S12",c2,P16); S22=Segment("S22",P16,P23); S13=Segment("S13",c1,P111); S23=Segment("S23",P111,P211); S111=Segment("S111",a2,P121); S211=Segment("S211",P121,P221); S121=Segment("S121",b2,P161); S221=Segment("S221",P161,P231); S14=Segment("S14",c2,P112); S24=Segment("S24",P112,P212); S112=Segment("S112",b1,P122); S212=Segment("S212",P122,P222); S122=Segment("S122",a1,P162); S222=Segment("S222",P162,P232); S15=Segment("S15",a2,P113); S25=Segment("S25",P113,P213); S123=Segment("S123",b2,P163); S223=Segment("S223",P163,P233); S16=Segment("S16",c2,P114); S26=Segment("S26",P114,P214); S124=Segment("S124",a1,P164); S224=Segment("S224",P164,P234); S17=Segment("S17",c1,P115); S27=Segment("S27",P115,P215); S125=Segment("S125",b2,P165); S225=Segment("S225",P165,P235); 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); Par121=Parallel("Par121",S121,P231); Par14=Parallel("Par14",S14,P212); Par112=Parallel("Par112",S112,P222); Par122=Parallel("Par122",S122,P232); Par15=Parallel("Par15",S15,P213); Par123=Parallel("Par123",S123,P233); Par16=Parallel("Par16",S16,P214); Par124=Parallel("Par124",S124,P234); Par17=Parallel("Par17",S17,P215); Par125=Parallel("Par125",S125,P235); 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); P331=OrderedIntersection("P331",Perp121,Par121,0); P312=OrderedIntersection("P312",Perp14,Par14,0); P322=OrderedIntersection("P322",Perp112,Par112,0); P332=OrderedIntersection("P332",Perp122,Par122,0); P313=OrderedIntersection("P313",Perp15,Par15,0); P333=OrderedIntersection("P333",Perp123,Par123,0); P314=OrderedIntersection("P314",Perp16,Par16,0); P334=OrderedIntersection("P334",Perp124,Par124,0); P315=OrderedIntersection("P315",Perp17,Par17,0); P335=OrderedIntersection("P335",Perp125,Par125,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); Par221=Parallel("Par221",S221,P331); Par24=Parallel("Par24",S24,P312); Par212=Parallel("Par212",S212,P322); Par222=Parallel("Par222",S222,P332); Par25=Parallel("Par25",S25,P313); Par223=Parallel("Par223",S223,P333); Par26=Parallel("Par26",S26,P314); Par224=Parallel("Par224",S224,P334); Par27=Parallel("Par27",S27,P315); Par225=Parallel("Par225",S225,P335); 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); P431=OrderedIntersection("P431",L121,Par221,0); P412=OrderedIntersection("P412",L14,Par24,0); P422=OrderedIntersection("P422",L112,Par212,0); P432=OrderedIntersection("P432",L122,Par222,0); P413=OrderedIntersection("P413",L15,Par25,0); P433=OrderedIntersection("P433",L123,Par223,0); P414=OrderedIntersection("P414",L16,Par26,0); P434=OrderedIntersection("P434",L124,Par224,0); P415=OrderedIntersection("P415",L17,Par27,0); P435=OrderedIntersection("P435",L125,Par225,0); M1=MidPoint("M1",a1,P41); M11=MidPoint("M11",b2,P42); M12=MidPoint("M12",c2,P43); M13=MidPoint("M13",c1,P411); M111=MidPoint("M111",a2,P421); M121=MidPoint("M121",b2,P431); M14=MidPoint("M14",c2,P412); M112=MidPoint("M112",b1,P422); M122=MidPoint("M122",a1,P432); M15=MidPoint("M15",a2,P413); M123=MidPoint("M123",b2,P433); M16=MidPoint("M16",c2,P414); M124=MidPoint("M124",a1,P434); M17=MidPoint("M17",c1,P415); M125=MidPoint("M125",b2,P435); 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); Perp221=Perpendicular("Perp221",L121,M121); Perp24=Perpendicular("Perp24",L14,M14); Perp212=Perpendicular("Perp212",L112,M112); Perp222=Perpendicular("Perp222",L122,M122); Perp25=Perpendicular("Perp25",L15,M15); Perp223=Perpendicular("Perp223",L123,M123); Perp26=Perpendicular("Perp26",L16,M16); Perp224=Perpendicular("Perp224",L124,M124); Perp27=Perpendicular("Perp27",L17,M17); Perp225=Perpendicular("Perp225",L125,M125); CTRa=OrderedIntersection("CTRa",L2,Perp2,0); CTRb=OrderedIntersection("CTRb",L21,Perp21,0); CTRc=OrderedIntersection("CTRc",L22,Perp22,0); P63=OrderedIntersection("P63",L23,Perp23,0); P611=OrderedIntersection("P611",L211,Perp211,0); P621=OrderedIntersection("P621",L221,Perp221,0); P64=OrderedIntersection("P64",L24,Perp24,0); P612=OrderedIntersection("P612",L212,Perp212,0); P622=OrderedIntersection("P622",L222,Perp222,0); P6=OrderedIntersection("P6",L25,Perp25,0); P62=OrderedIntersection("P62",L223,Perp223,0); P65=OrderedIntersection("P65",L26,Perp26,0); P623=OrderedIntersection("P623",L224,Perp224,0); P66=OrderedIntersection("P66",L27,Perp27,0); P624=OrderedIntersection("P624",L225,Perp225,0); C2=Circle("C2",CTRa,a2); R1=Ray("R1",CTRa,P5); C21=Circle("C21",CTRb,b1); R11=Ray("R11",CTRb,P51); L3=Line("L3",CTRa,CTRb); C22=Circle("C22",CTRc,c1); R12=Ray("R12",CTRc,P52); L31=Line("L31",P63,P611); C221=Circle("C221",P621,b1); L32=Line("L32",P64,P612); C222=Circle("C222",P622,a2); P7=OrderedIntersection("P7",C1,C2,1); P8=OrderedIntersection("P8",C1,C2,0); P9=OrderedIntersection("P9",R1,C2,0); P71=OrderedIntersection("P71",C1,C21,1); P81=OrderedIntersection("P81",C1,C21,0); P91=OrderedIntersection("P91",R11,C21,0); P72=OrderedIntersection("P72",C1,C22,1); P82=OrderedIntersection("P82",C1,C22,0); P92=OrderedIntersection("P92",R12,C22,0); P721=OrderedIntersection("P721",C1,C221,1); P821=OrderedIntersection("P821",C1,C221,0); P722=OrderedIntersection("P722",C1,C222,1); P822=OrderedIntersection("P822",C1,C222,0); C4=Arc3pts("C4",P7,P9,P8); C41=Arc3pts("C41",P71,P91,P81); C42=Arc3pts("C42",P72,P92,P82); L4=Line("L4",P72,P82); L41=Line("L41",P721,P821); L42=Line("L42",P722,P822); Center1=Center("Center1",C4); Center2=Center("Center2",C41); Center3=Center("Center3",C42); P14=OrderedIntersection("P14",L3,L4,0); P141=OrderedIntersection("P141",L31,L41,0); P142=OrderedIntersection("P142",L32,L42,0); P4=PointOn("P4",C4,4.855461658648127); M2=MidPoint("M2",P14,O); R2=Ray("R2",P14,O); M21=MidPoint("M21",P141,O); R21=Ray("R21",P141,O); M22=MidPoint("M22",P142,O); R22=Ray("R22",P142,O); C3=Circle("C3",M2,O); C31=Circle("C31",M21,O); C32=Circle("C32",M22,O); L119=Line("L119",O,M2); Efface02=OrderedIntersection("Efface02",C1,C3,0); P151=OrderedIntersection("P151",C1,C31,0); P152=OrderedIntersection("P152",C1,C32,0); Perp119=Perpendicular("Perp119",L119,O); P217=OrderedIntersection("P217",L119,C1,0); C5=Circle("C5",P14,Efface02); C51=Circle("C51",P141,P151); C52=Circle("C52",P142,P152); L114=Line("L114",O,Efface02); L115=Line("L115",O,Efface02); P119=OrderedIntersection("P119",Perp119,C1,0); P18=OrderedIntersection("P18",C1,C5,1); P19=OrderedIntersection("P19",R2,C5,0); P181=OrderedIntersection("P181",C1,C51,1); P191=OrderedIntersection("P191",R21,C51,0); Efface01=OrderedIntersection("Efface01",C1,C52,1); P192=OrderedIntersection("P192",R22,C52,0); Perp114=Perpendicular("Perp114",L114,O); P224=OrderedIntersection("P224",L114,C1,0); Perp115=Perpendicular("Perp115",L115,O); P225=OrderedIntersection("P225",L115,C1,0); S119=Segment("S119",M2,P119); S219=Segment("S219",P119,P217); C6=Arc3pts("C6",P18,P19,Efface02); C61=Arc3pts("C61",P181,P191,P151); C62=Arc3pts("C62",Efface01,P192,P152); L113=Line("L113",O,Efface01); L213=PerpendicularBisector("L213",P192,Efface01); L131=Line("L131",O,P191); L231=PerpendicularBisector("L231",P151,P191); L214=PerpendicularBisector("L214",P19,Efface02); L132=Line("L132",O,P192); L232=PerpendicularBisector("L232",Efface01,P192); P124=OrderedIntersection("P124",Perp114,C1,0); L215=PerpendicularBisector("L215",P19,Efface02); L133=Line("L133",O,P191); L233=PerpendicularBisector("L233",P151,P191); P125=OrderedIntersection("P125",Perp115,C1,0); L116=Line("L116",O,P191); L216=PerpendicularBisector("L216",P181,P191); L126=Line("L126",O,P18); L226=PerpendicularBisector("L226",P19,P18); Par119=Parallel("Par119",S119,P217); Center4=Center("Center4",C6); Center5=Center("Center5",C61); Center6=Center("Center6",C62); Perp113=Perpendicular("Perp113",L113,O); P223=OrderedIntersection("P223",L113,C1,0); Perp131=Perpendicular("Perp131",L131,O); P24=OrderedIntersection("P24",L131,C1,0); Perp132=Perpendicular("Perp132",L132,O); P241=OrderedIntersection("P241",L132,C1,0); S114=Segment("S114",Efface02,P124); S214=Segment("S214",P124,P224); Perp133=Perpendicular("Perp133",L133,O); P242=OrderedIntersection("P242",L133,C1,0); S115=Segment("S115",Efface02,P125); S215=Segment("S215",P125,P225); Perp116=Perpendicular("Perp116",L116,O); P226=OrderedIntersection("P226",L116,C1,0); Perp126=Perpendicular("Perp126",L126,O); P236=OrderedIntersection("P236",L126,C1,0); P317=OrderedIntersection("P317",Perp119,Par119,0); P123=OrderedIntersection("P123",Perp113,C1,0); P171=OrderedIntersection("P171",Perp131,C1,0); P172=OrderedIntersection("P172",Perp132,C1,0); Par114=Parallel("Par114",S114,P224); P173=OrderedIntersection("P173",Perp133,C1,0); Par115=Parallel("Par115",S115,P225); P126=OrderedIntersection("P126",Perp116,C1,0); P166=OrderedIntersection("P166",Perp126,C1,0); Par219=Parallel("Par219",S219,P317); S113=Segment("S113",Efface01,P123); S213=Segment("S213",P123,P223); S131=Segment("S131",P191,P171); S231=Segment("S231",P171,P24); S132=Segment("S132",P192,P172); S232=Segment("S232",P172,P241); P324=OrderedIntersection("P324",Perp114,Par114,0); S133=Segment("S133",P191,P173); S233=Segment("S233",P173,P242); P325=OrderedIntersection("P325",Perp115,Par115,0); S116=Segment("S116",P191,P126); S216=Segment("S216",P126,P226); S126=Segment("S126",P18,P166); S226=Segment("S226",P166,P236); P417=OrderedIntersection("P417",L119,Par219,0); Par113=Parallel("Par113",S113,P223); Par131=Parallel("Par131",S131,P24); Par132=Parallel("Par132",S132,P241); Par214=Parallel("Par214",S214,P324); Par133=Parallel("Par133",S133,P242); Par215=Parallel("Par215",S215,P325); Par116=Parallel("Par116",S116,P226); Par126=Parallel("Par126",S126,P236); M119=MidPoint("M119",M2,P417); P323=OrderedIntersection("P323",Perp113,Par113,0); P34=OrderedIntersection("P34",Perp131,Par131,0); P341=OrderedIntersection("P341",Perp132,Par132,0); P424=OrderedIntersection("P424",L114,Par214,0); P342=OrderedIntersection("P342",Perp133,Par133,0); P425=OrderedIntersection("P425",L115,Par215,0); P326=OrderedIntersection("P326",Perp116,Par116,0); P336=OrderedIntersection("P336",Perp126,Par126,0); Perp219=Perpendicular("Perp219",L119,M119); Par213=Parallel("Par213",S213,P323); Par231=Parallel("Par231",S231,P34); Par232=Parallel("Par232",S232,P341); M114=MidPoint("M114",Efface02,P424); Par233=Parallel("Par233",S233,P342); M115=MidPoint("M115",Efface02,P425); Par216=Parallel("Par216",S216,P326); Par226=Parallel("Par226",S226,P336); P423=OrderedIntersection("P423",L113,Par213,0); P44=OrderedIntersection("P44",L131,Par231,0); P441=OrderedIntersection("P441",L132,Par232,0); Perp214=Perpendicular("Perp214",L114,M114); P442=OrderedIntersection("P442",L133,Par233,0); Perp215=Perpendicular("Perp215",L115,M115); P426=OrderedIntersection("P426",L116,Par216,0); P436=OrderedIntersection("P436",L126,Par226,0); M113=MidPoint("M113",Efface01,P423); M131=MidPoint("M131",P191,P44); M132=MidPoint("M132",P192,P441); P613=OrderedIntersection("P613",L214,Perp214,0); M133=MidPoint("M133",P191,P442); P614=OrderedIntersection("P614",L215,Perp215,0); M116=MidPoint("M116",P191,P426); M126=MidPoint("M126",P18,P436); Perp213=Perpendicular("Perp213",L113,M113); Perp231=Perpendicular("Perp231",L131,M131); Perp232=Perpendicular("Perp232",L132,M132); L34=Line("L34",P65,P613); Perp233=Perpendicular("Perp233",L133,M133); L35=Line("L35",P66,P614); Perp216=Perpendicular("Perp216",L116,M116); Perp226=Perpendicular("Perp226",L126,M126); P61=OrderedIntersection("P61",L213,Perp213,0); P631=OrderedIntersection("P631",L231,Perp231,0); P632=OrderedIntersection("P632",L232,Perp232,0); P633=OrderedIntersection("P633",L233,Perp233,0); CTRb1=OrderedIntersection("CTRb1",L216,Perp216,0); CTRc1=OrderedIntersection("CTRc1",L226,Perp226,0); L33=Line("L33",P6,P61); L43=Line("L43",P62,P631); L44=Line("L44",P623,P632); L45=Line("L45",P624,P633); C211=Circle("C211",CTRb1,P181); C223=Circle("C223",CTRc1,P19); P183=OrderedIntersection("P183",L33,L43,0); P184=OrderedIntersection("P184",L34,L44,0); P185=OrderedIntersection("P185",L35,L45,0); P1=OrderedIntersection("P1",C211,C223,0); M23=MidPoint("M23",P183,O); R23=Ray("R23",P183,O); M24=MidPoint("M24",P184,O); R24=Ray("R24",P184,O); M25=MidPoint("M25",P185,O); R25=Ray("R25",P185,O); L18=Line("L18",O,P1); C33=Circle("C33",M23,O); C34=Circle("C34",M24,O); C35=Circle("C35",M25,O); Perp18=Perpendicular("Perp18",L18,O); P2=OrderedIntersection("P2",L18,C1,0); P20=OrderedIntersection("P20",C1,C33,1); P201=OrderedIntersection("P201",C1,C34,1); P202=OrderedIntersection("P202",C1,C35,1); P116=OrderedIntersection("P116",Perp18,C1,0); C53=Circle("C53",P183,P20); C54=Circle("C54",P184,P201); C55=Circle("C55",P185,P202); S18=Segment("S18",P1,P116); S28=Segment("S28",P116,P2); L29=PerpendicularBisector("L29",P20,M2); P26=OrderedIntersection("P26",C1,C53,0); P27=OrderedIntersection("P27",R23,C53,0); P261=OrderedIntersection("P261",C1,C54,0); P271=OrderedIntersection("P271",R24,C54,0); P262=OrderedIntersection("P262",C1,C55,0); P272=OrderedIntersection("P272",R25,C55,0); Par18=Parallel("Par18",S18,P2); P68=OrderedIntersection("P68",L29,Perp219,0); C63=Arc3pts("C63",P20,P27,P26); C64=Arc3pts("C64",P201,P271,P261); C65=Arc3pts("C65",P202,P272,P262); P3=OrderedIntersection("P3",Perp18,Par18,0); L117=Line("L117",O,P271); L28=PerpendicularBisector("L28",P261,P271); L127=Line("L127",O,P271); L227=PerpendicularBisector("L227",P261,P271); C24=Circle("C24",P68,P20); L1110=Line("L1110",O,P27); L210=PerpendicularBisector("L210",P20,P27); L128=Line("L128",O,P27); L228=PerpendicularBisector("L228",P20,P27); L1112=Line("L1112",O,P272); L219=PerpendicularBisector("L219",P262,P272); L129=Line("L129",O,P272); L229=PerpendicularBisector("L229",P262,P272); Center7=Center("Center7",C63); Center8=Center("Center8",C64); Center9=Center("Center9",C65); Par28=Parallel("Par28",S28,P3); Perp117=Perpendicular("Perp117",L117,O); P216=OrderedIntersection("P216",L117,C1,0); Perp127=Perpendicular("Perp127",L127,O); P238=OrderedIntersection("P238",L127,C1,0); Perp1110=Perpendicular("Perp1110",L1110,O); P218=OrderedIntersection("P218",L1110,C1,0); Perp128=Perpendicular("Perp128",L128,O); P2311=OrderedIntersection("P2311",L128,C1,0); Perp1112=Perpendicular("Perp1112",L1112,O); P219=OrderedIntersection("P219",L1112,C1,0); Perp129=Perpendicular("Perp129",L129,O); P2313=OrderedIntersection("P2313",L129,C1,0); I=OrderedIntersection("I",L18,Par28,0); P117=OrderedIntersection("P117",Perp117,C1,0); P168=OrderedIntersection("P168",Perp127,C1,0); P1110=OrderedIntersection("P1110",Perp1110,C1,0); P1611=OrderedIntersection("P1611",Perp128,C1,0); P1112=OrderedIntersection("P1112",Perp1112,C1,0); P1613=OrderedIntersection("P1613",Perp129,C1,0); M18=MidPoint("M18",I,P1); S117=Segment("S117",P271,P117); S217=Segment("S217",P117,P216); S127=Segment("S127",P271,P168); S227=Segment("S227",P168,P238); S1110=Segment("S1110",P27,P1110); S2110=Segment("S2110",P1110,P218); S128=Segment("S128",P27,P1611); S228=Segment("S228",P1611,P2311); S1112=Segment("S1112",P272,P1112); S2112=Segment("S2112",P1112,P219); S129=Segment("S129",P272,P1613); S229=Segment("S229",P1613,P2313); S33=Segment("S33",O,M18); Par117=Parallel("Par117",S117,P216); Par127=Parallel("Par127",S127,P238); Par1110=Parallel("Par1110",S1110,P218); Par128=Parallel("Par128",S128,P2311); Par1112=Parallel("Par1112",S1112,P219); Par129=Parallel("Par129",S129,P2313); I1=OrderedIntersection("I1",S33,C223,1); P316=OrderedIntersection("P316",Perp117,Par117,0); P338=OrderedIntersection("P338",Perp127,Par127,0); P318=OrderedIntersection("P318",Perp1110,Par1110,0); P3311=OrderedIntersection("P3311",Perp128,Par128,0); P319=OrderedIntersection("P319",Perp1112,Par1112,0); P3313=OrderedIntersection("P3313",Perp129,Par129,0); L134=Line("L134",O,I1); Par217=Parallel("Par217",S217,P316); L118=Line("L118",O,I1); Par227=Parallel("Par227",S227,P338); L135=Line("L135",O,I1); L142=Line("L142",P68,I1); L47=Line("L47",P68,I1); L136=Line("L136",O,I1); Par2110=Parallel("Par2110",S2110,P318); Par228=Parallel("Par228",S228,P3311); L137=Line("L137",O,I1); Par2112=Parallel("Par2112",S2112,P319); L1113=Line("L1113",O,I1); Par229=Parallel("Par229",S229,P3313); Perp134=Perpendicular("Perp134",L134,O); P237=OrderedIntersection("P237",L134,C1,0); P416=OrderedIntersection("P416",L117,Par217,0); Perp118=Perpendicular("Perp118",L118,O); P227=OrderedIntersection("P227",L118,C1,0); P438=OrderedIntersection("P438",L127,Par227,0); Perp135=Perpendicular("Perp135",L135,O); P239=OrderedIntersection("P239",L135,C1,0); Perp142=Perpendicular("Perp142",L142,P68); P244=OrderedIntersection("P244",L142,C24,0); Perp136=Perpendicular("Perp136",L136,O); P2310=OrderedIntersection("P2310",L136,C1,0); P418=OrderedIntersection("P418",L1110,Par2110,0); P4311=OrderedIntersection("P4311",L128,Par228,0); Perp137=Perpendicular("Perp137",L137,O); P2312=OrderedIntersection("P2312",L137,C1,0); P419=OrderedIntersection("P419",L1112,Par2112,0); Perp1113=Perpendicular("Perp1113",L1113,O); P229=OrderedIntersection("P229",L1113,C1,0); P4313=OrderedIntersection("P4313",L129,Par229,0); P13=OrderedIntersection("P13",Perp134,C1,0); M117=MidPoint("M117",P271,P416); P127=OrderedIntersection("P127",Perp118,C1,0); M127=MidPoint("M127",P271,P438); P131=OrderedIntersection("P131",Perp135,C1,0); P144=OrderedIntersection("P144",Perp142,C24,0); P132=OrderedIntersection("P132",Perp136,C1,0); M1110=MidPoint("M1110",P27,P418); M128=MidPoint("M128",P27,P4311); P133=OrderedIntersection("P133",Perp137,C1,0); M1112=MidPoint("M1112",P272,P419); P129=OrderedIntersection("P129",Perp1113,C1,0); M129=MidPoint("M129",P272,P4313); S134=Segment("S134",I1,P13); S234=Segment("S234",P13,P237); Perp217=Perpendicular("Perp217",L117,M117); S118=Segment("S118",I1,P127); S218=Segment("S218",P127,P227); Perp227=Perpendicular("Perp227",L127,M127); S135=Segment("S135",I1,P131); S235=Segment("S235",P131,P239); S142=Segment("S142",I1,P144); S242=Segment("S242",P144,P244); S136=Segment("S136",I1,P132); S236=Segment("S236",P132,P2310); Perp2110=Perpendicular("Perp2110",L1110,M1110); Perp228=Perpendicular("Perp228",L128,M128); S137=Segment("S137",I1,P133); S237=Segment("S237",P133,P2312); Perp2112=Perpendicular("Perp2112",L1112,M1112); S1113=Segment("S1113",I1,P129); S2113=Segment("S2113",P129,P229); Perp229=Perpendicular("Perp229",L129,M129); Par134=Parallel("Par134",S134,P237); P67=OrderedIntersection("P67",L28,Perp217,0); Par118=Parallel("Par118",S118,P227); CTRc2=OrderedIntersection("CTRc2",L227,Perp227,0); Par135=Parallel("Par135",S135,P239); Par142=Parallel("Par142",S142,P244); Par136=Parallel("Par136",S136,P2310); P69=OrderedIntersection("P69",L210,Perp2110,0); CTRc3=OrderedIntersection("CTRc3",L228,Perp228,0); Par137=Parallel("Par137",S137,P2312); P610=OrderedIntersection("P610",L219,Perp2112,0); Par1113=Parallel("Par1113",S1113,P229); CTRc4=OrderedIntersection("CTRc4",L229,Perp229,0); P337=OrderedIntersection("P337",Perp134,Par134,0); C23=Circle("C23",P67,P261); L141=Line("L141",P67,I1); L46=Line("L46",P67,I1); P327=OrderedIntersection("P327",Perp118,Par118,0); C224=Circle("C224",CTRc2,P261); P339=OrderedIntersection("P339",Perp135,Par135,0); P344=OrderedIntersection("P344",Perp142,Par142,0); P3310=OrderedIntersection("P3310",Perp136,Par136,0); C25=Circle("C25",P69,P20); L143=Line("L143",P69,I1); L48=Line("L48",P69,I1); C225=Circle("C225",CTRc3,P20); P3312=OrderedIntersection("P3312",Perp137,Par137,0); C26=Circle("C26",P610,P262); L144=Line("L144",P610,I1); L49=Line("L49",P610,I1); P329=OrderedIntersection("P329",Perp1113,Par1113,0); C226=Circle("C226",CTRc4,P262); Par234=Parallel("Par234",S234,P337); Perp141=Perpendicular("Perp141",L141,P67); P243=OrderedIntersection("P243",L141,C23,0); Par218=Parallel("Par218",S218,P327); Par235=Parallel("Par235",S235,P339); Par242=Parallel("Par242",S242,P344); Par236=Parallel("Par236",S236,P3310); Perp143=Perpendicular("Perp143",L143,P69); P245=OrderedIntersection("P245",L143,C25,0); Par237=Parallel("Par237",S237,P3312); Perp144=Perpendicular("Perp144",L144,P610); P246=OrderedIntersection("P246",L144,C26,0); Par2113=Parallel("Par2113",S2113,P329); P437=OrderedIntersection("P437",L134,Par234,0); P143=OrderedIntersection("P143",Perp141,C23,0); P427=OrderedIntersection("P427",L118,Par218,0); P439=OrderedIntersection("P439",L135,Par235,0); P444=OrderedIntersection("P444",L142,Par242,0); P4310=OrderedIntersection("P4310",L136,Par236,0); P145=OrderedIntersection("P145",Perp143,C25,0); P4312=OrderedIntersection("P4312",L137,Par237,0); P146=OrderedIntersection("P146",Perp144,C26,0); P429=OrderedIntersection("P429",L1113,Par2113,0); M26=MidPoint("M26",P437,I1); L36=Line("L36",O,P437); S141=Segment("S141",I1,P143); S241=Segment("S241",P143,P243); M118=MidPoint("M118",I1,P427); M27=MidPoint("M27",P439,I1); L37=Line("L37",O,P439); M31=MidPoint("M31",I1,P444); M28=MidPoint("M28",P4310,I1); L38=Line("L38",O,P4310); S143=Segment("S143",I1,P145); S243=Segment("S243",P145,P245); M29=MidPoint("M29",P4312,I1); L39=Line("L39",O,P4312); S144=Segment("S144",I1,P146); S244=Segment("S244",P146,P246); M1113=MidPoint("M1113",I1,P429); Perp3=Perpendicular("Perp3",L36,M26); Par141=Parallel("Par141",S141,P243); Perp218=Perpendicular("Perp218",L118,M118); Perp31=Perpendicular("Perp31",L37,M27); Perp41=Perpendicular("Perp41",L47,M31); Perp32=Perpendicular("Perp32",L38,M28); Par143=Parallel("Par143",S143,P245); Perp33=Perpendicular("Perp33",L39,M29); Par144=Parallel("Par144",S144,P246); Perp2113=Perpendicular("Perp2113",L1113,M1113); P343=OrderedIntersection("P343",Perp141,Par141,0); P101=OrderedIntersection("P101",Perp31,Perp41,0); P345=OrderedIntersection("P345",Perp143,Par143,0); P346=OrderedIntersection("P346",Perp144,Par144,0); Par241=Parallel("Par241",S241,P343); C37=Circle("C37",P101,I1); Par243=Parallel("Par243",S243,P345); Par244=Parallel("Par244",S244,P346); P443=OrderedIntersection("P443",L141,Par241,0); P153=OrderedIntersection("P153",C1,C37,1); P169=OrderedIntersection("P169",C37,C1,1); P445=OrderedIntersection("P445",L143,Par243,0); P446=OrderedIntersection("P446",L144,Par244,0); M3=MidPoint("M3",I1,P443); M32=MidPoint("M32",I1,P445); L1111=Line("L1111",O,P445); L218=PerpendicularBisector("L218",I1,P445); M33=MidPoint("M33",I1,P446); Perp4=Perpendicular("Perp4",L46,M3); Perp42=Perpendicular("Perp42",L48,M32); Perp1111=Perpendicular("Perp1111",L1111,O); P228=OrderedIntersection("P228",L1111,C1,0); Perp43=Perpendicular("Perp43",L49,M33); P10=OrderedIntersection("P10",Perp3,Perp4,0); P102=OrderedIntersection("P102",Perp32,Perp42,0); P128=OrderedIntersection("P128",Perp1111,C1,0); P103=OrderedIntersection("P103",Perp33,Perp43,0); C36=Circle("C36",P10,I1); C38=Circle("C38",P102,I1); S1111=Segment("S1111",P445,P128); S2111=Segment("S2111",P128,P228); C39=Circle("C39",P103,I1); P15=OrderedIntersection("P15",C1,C36,1); P167=OrderedIntersection("P167",C36,C1,1); P154=OrderedIntersection("P154",C1,C38,1); P1610=OrderedIntersection("P1610",C38,C1,1); Par1111=Parallel("Par1111",S1111,P228); P155=OrderedIntersection("P155",C1,C39,1); P1612=OrderedIntersection("P1612",C39,C1,1); Cache1=Arc3pts("Cache1",P15,I1,P167); L217=PerpendicularBisector("L217",P15,I1); cache2=Arc3pts("cache2",P154,I1,P1610); P328=OrderedIntersection("P328",Perp1111,Par1111,0); cacher3=Arc3pts("cacher3",P155,I1,P1612); L2110=PerpendicularBisector("L2110",P155,I1); Center10=Center("Center10",Cache1); Center11=Center("Center11",cache2); Center12=Center("Center12",cacher3); CTRb2=OrderedIntersection("CTRb2",L217,Perp218,0); Par2111=Parallel("Par2111",S2111,P328); CTRb4=OrderedIntersection("CTRb4",L2110,Perp2113,0); C212=Circle("C212",CTRb2,P15); P428=OrderedIntersection("P428",L1111,Par2111,0); C214=Circle("C214",CTRb4,P155); P110=OrderedIntersection("P110",C212,C224,0); M1111=MidPoint("M1111",P445,P428); P130=OrderedIntersection("P130",C214,C226,0); L19=Line("L19",O,P110); Perp2111=Perpendicular("Perp2111",L1111,M1111); L120=Line("L120",O,P130); Perp19=Perpendicular("Perp19",L19,O); P25=OrderedIntersection("P25",L19,C1,0); CTRb3=OrderedIntersection("CTRb3",L218,Perp2111,0); Perp120=Perpendicular("Perp120",L120,O); P29=OrderedIntersection("P29",L120,C1,0); P118=OrderedIntersection("P118",Perp19,C1,0); C213=Circle("C213",CTRb3,I1); P1113=OrderedIntersection("P1113",Perp120,C1,0); S19=Segment("S19",P110,P118); S29=Segment("S29",P118,P25); P120=OrderedIntersection("P120",C213,C225,0); S120=Segment("S120",P130,P1113); S220=Segment("S220",P1113,P29); Par19=Parallel("Par19",S19,P25); L110=Line("L110",O,P120); Par120=Parallel("Par120",S120,P29); P35=OrderedIntersection("P35",Perp19,Par19,0); Perp110=Perpendicular("Perp110",L110,O); P28=OrderedIntersection("P28",L110,C1,0); P37=OrderedIntersection("P37",Perp120,Par120,0); Par29=Parallel("Par29",S29,P35); P1111=OrderedIntersection("P1111",Perp110,C1,0); Par220=Parallel("Par220",S220,P37); I2=OrderedIntersection("I2",L19,Par29,0); S110=Segment("S110",P120,P1111); S210=Segment("S210",P1111,P28); I4=OrderedIntersection("I4",L120,Par220,0); M19=MidPoint("M19",I2,P110); Par110=Parallel("Par110",S110,P28); M120=MidPoint("M120",I4,P130); S34=Segment("S34",O,M19); P36=OrderedIntersection("P36",Perp110,Par110,0); S36=Segment("S36",O,M120); U=OrderedIntersection("U",S34,C224,1); Par210=Parallel("Par210",S210,P36); V=OrderedIntersection("V",S36,C226,1); I3=OrderedIntersection("I3",L110,Par210,0); M110=MidPoint("M110",I3,P120); S35=Segment("S35",O,M110); W=OrderedIntersection("W",S35,C225,1); Inscrit=Circle3pts("Inscrit",U,V,W); Center13=Center("Center13",Inscrit); // Styles : STL(O,"c:#0000b2;h:1;s:6;f:30"); STL(a2,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(a1,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(b1,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(b2,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(c2,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(c1,"c:#0000b2;o:1;s:6;sn:true;f:20"); STL(P17,"c:#0000b2;h:1;s:6;f:30"); STL(C1,"c:#cc66cc;s:1;f:30;p:0"); STL(L1,"c:#780013;h:1;s:2;f:30;p:0"); STL(L2,"c:#780013;h:1;s:2;f:30;p:0"); STL(S3,"c:#006633;h:1;s:2;f:24"); STL(L11,"c:#780013;h:1;s:2;f:30;p:0"); STL(L21,"c:#780013;h:1;s:2;f:30;p:0"); STL(S31,"c:#006633;h:1;s:2;f:24"); STL(L12,"c:#780013;h:1;s:2;f:30;p:0"); STL(L22,"c:#780013;h:1;s:2;f:30;p:0"); STL(S32,"c:#006633;h:1;s:2;f:24"); STL(L13,"c:#780013;h:1;s:2;f:30;p:0"); STL(L23,"c:#780013;h:1;s:2;f:30;p:0"); STL(L111,"c:#780013;h:1;s:2;f:30;p:0"); STL(L211,"c:#780013;h:1;s:2;f:30;p:0"); STL(L121,"c:#780013;h:1;s:2;f:30;p:0"); STL(L221,"c:#780013;h:1;s:2;f:30;p:0"); STL(L14,"c:#780013;h:1;s:2;f:30;p:0"); STL(L24,"c:#780013;h:1;s:2;f:30;p:0"); STL(L112,"c:#780013;h:1;s:2;f:30;p:0"); STL(L212,"c:#780013;h:1;s:2;f:30;p:0"); STL(L122,"c:#780013;h:1;s:2;f:30;p:0"); STL(L222,"c:#780013;h:1;s:2;f:30;p:0"); STL(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;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(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"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(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(L27,"c:#780013;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(Perp1,"c:#780013;h:1;s:2;f:30;p:0"); STL(P21,"c:#0000b2;h:1;s:6;f:30"); STL(P5,"c:#0000b2;h:1;s:6;f:30"); STL(Perp11,"c:#780013;h:1;s:2;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:30"); STL(P51,"c:#0000b2;h:1;s:6;f:30"); STL(Perp12,"c:#780013;h:1;s:2;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:2;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:30"); STL(Perp111,"c:#780013;h:1;s:2;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:30"); STL(Perp121,"c:#780013;h:1;s:2;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:30"); STL(Perp14,"c:#780013;h:1;s:2;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:30"); STL(Perp112,"c:#780013;h:1;s:2;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:30"); STL(Perp122,"c:#780013;h:1;s:2;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:30"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:30"); STL(Perp123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:30"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(Perp124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P234,"c:#0000b2;h:1;s:6;f:30"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P215,"c:#0000b2;h:1;s:6;f:30"); STL(Perp125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P235,"c:#0000b2;h:1;s:6;f:30"); STL(P11,"c:#0000b2;h:1;s:6;f:30"); STL(P12,"c:#0000b2;h:1;s:6;f:30"); STL(P16,"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(P161,"c:#0000b2;h:1;s:6;f:30"); STL(P112,"c:#0000b2;h:1;s:6;f:30"); STL(P122,"c:#0000b2;h:1;s:6;f:30"); STL(P162,"c:#0000b2;h:1;s:6;f:30"); STL(P113,"c:#0000b2;h:1;s:6;f:30"); STL(P163,"c:#0000b2;h:1;s:6;f:30"); STL(P114,"c:#0000b2;h:1;s:6;f:30"); STL(P164,"c:#0000b2;h:1;s:6;f:30"); STL(P115,"c:#0000b2;h:1;s:6;f:30"); STL(P165,"c:#0000b2;h:1;s:6;f:30"); STL(S1,"c:#006633;h:1;s:2;f:24"); STL(S2,"c:#006633;h:1;s:2;f:24"); STL(S11,"c:#006633;h:1;s:2;f:24"); STL(S21,"c:#006633;h:1;s:2;f:24"); STL(S12,"c:#006633;h:1;s:2;f:24"); STL(S22,"c:#006633;h:1;s:2;f:24"); STL(S13,"c:#006633;h:1;s:2;f:24"); STL(S23,"c:#006633;h:1;s:2;f:24"); STL(S111,"c:#006633;h:1;s:2;f:24"); STL(S211,"c:#006633;h:1;s:2;f:24"); STL(S121,"c:#006633;h:1;s:2;f:24"); STL(S221,"c:#006633;h:1;s:2;f:24"); STL(S14,"c:#006633;h:1;s:2;f:24"); STL(S24,"c:#006633;h:1;s:2;f:24"); STL(S112,"c:#006633;h:1;s:2;f:24"); STL(S212,"c:#006633;h:1;s:2;f:24"); STL(S122,"c:#006633;h:1;s:2;f:24"); STL(S222,"c:#006633;h:1;s:2;f:24"); STL(S15,"c:#006633;h:1;s:1;f:24"); STL(S25,"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(S16,"c:#006633;h:1;s:1;f:24"); STL(S26,"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(S17,"c:#006633;h:1;s:1;f:24"); STL(S27,"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(Par1,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par11,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par12,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par13,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par121,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par14,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par112,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P31,"c:#0000b2;h:1;s:6;f:30"); STL(P32,"c:#0000b2;h:1;s:6;f:30"); 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(P331,"c:#0000b2;h:1;s:6;f:30"); STL(P312,"c:#0000b2;h:1;s:6;f:30"); STL(P322,"c:#0000b2;h:1;s:6;f:30"); STL(P332,"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(P314,"c:#0000b2;h:1;s:6;f:30"); STL(P334,"c:#0000b2;h:1;s:6;f:30"); STL(P315,"c:#0000b2;h:1;s:6;f:30"); STL(P335,"c:#0000b2;h:1;s:6;f:30"); STL(Par2,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par21,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par22,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par23,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par211,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par221,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par24,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par212,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:2;f:30;p:0"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:30"); STL(P42,"c:#0000b2;h:1;s:6;f:30"); 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(P431,"c:#0000b2;h:1;s:6;f:30"); STL(P412,"c:#0000b2;h:1;s:6;f:30"); STL(P422,"c:#0000b2;h:1;s:6;f:30"); STL(P432,"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(P434,"c:#0000b2;h:1;s:6;f:30"); STL(P415,"c:#0000b2;h:1;s:6;f:30"); STL(P435,"c:#0000b2;h:1;s:6;f:30"); STL(M1,"c:#0000b2;h:1;s:6;f:30"); STL(M11,"c:#0000b2;h:1;s:6;f:30"); 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(M121,"c:#0000b2;h:1;s:6;f:30"); STL(M14,"c:#0000b2;h:1;s:6;f:30"); STL(M112,"c:#0000b2;h:1;s:6;f:30"); STL(M122,"c:#0000b2;h:1;s:6;f:30"); STL(M15,"c:#0000b2;h:1;s:6;f:30"); STL(M123,"c:#0000b2;h:1;s:6;f:30"); STL(M16,"c:#0000b2;h:1;s:6;f:30"); STL(M124,"c:#0000b2;h:1;s:6;f:30"); STL(M17,"c:#0000b2;h:1;s:6;f:30"); STL(M125,"c:#0000b2;h:1;s:6;f:30"); STL(Perp2,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp21,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp22,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp23,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp211,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp221,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp212,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp222,"c:#780013;h:1;s:2;f:30;p:0"); STL(Perp25,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp26,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp225,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRa,"c:#0000b2;h:1;s:6;sn:true;f:30"); STL(CTRb,"c:#0000b2;h:1;s:6;sn:true;f:30"); STL(CTRc,"c:#0000b2;h:1;s:6;sn:true;f:30"); STL(P63,"c:#0000b2;h:1;s:6;f:30"); STL(P611,"c:#0000b2;h:1;s:6;f:30"); STL(P621,"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(P622,"c:#0000b2;h:1;s:6;f:30"); STL(P6,"c:#0000b2;h:1;s:6;f:30"); STL(P62,"c:#0000b2;h:1;s:6;f:30"); STL(P65,"c:#0000b2;h:1;s:6;f:30"); STL(P623,"c:#0000b2;h:1;s:6;f:30"); STL(P66,"c:#0000b2;h:1;s:6;f:30"); STL(P624,"c:#0000b2;h:1;s:6;f:30"); STL(C2,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(R1,"c:#993300;h:1;s:2;f:30;p:0"); STL(C21,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(R11,"c:#993300;h:1;s:2;f:30;p:0"); STL(L3,"c:#780013;h:1;s:2;f:30;p:0"); STL(C22,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(R12,"c:#993300;h:1;s:2;f:30;p:0"); STL(L31,"c:#780013;h:1;s:2;f:30;p:0"); STL(C221,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(L32,"c:#780013;h:1;s:2;f:30;p:0"); STL(C222,"c:#cc66cc;h:1;s:2;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(P9,"c:#0000b2;h:1;s:6;f:30"); STL(P71,"c:#0000b2;h:1;s:6;f:30"); STL(P81,"c:#0000b2;h:1;s:6;f:30"); STL(P91,"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(P92,"c:#0000b2;h:1;s:6;f:30"); STL(P721,"c:#0000b2;h:1;s:6;f:30"); STL(P821,"c:#0000b2;h:1;s:6;f:30"); STL(P722,"c:#0000b2;h:1;s:6;f:30"); STL(P822,"c:#0000b2;h:1;s:6;f:30"); STL(C4,"c:#0000b2;s:3;f:30;p:0"); STL(C41,"c:#0000b2;s:3;f:30;p:0"); STL(C42,"c:#0000b2;s:3;f:30;p:0"); STL(L4,"c:#780013;h:1;s:2;f:30;p:0"); STL(L41,"c:#780013;h:1;s:2;f:30;p:0"); STL(L42,"c:#780013;h:1;s:2;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:12;f:30"); STL(Center2,"c:#0000b2;h:1;s:12;f:30"); STL(Center3,"c:#0000b2;h:1;s:12;f:30"); STL(P14,"c:#0000b2;h:1;s:6;f:30"); STL(P141,"c:#0000b2;h:1;s:6;f:30"); STL(P142,"c:#0000b2;h:1;s:6;f:30"); STL(P4,"c:#0000b2;h:1;s:12;f:30"); STL(M2,"c:#0000b2;h:1;s:6;f:30"); STL(R2,"c:#993300;h:1;s:2;f:30;p:0"); STL(M21,"c:#0000b2;h:1;s:6;f:30"); STL(R21,"c:#993300;h:1;s:2;f:30;p:0"); STL(M22,"c:#0000b2;h:1;s:6;f:30"); STL(R22,"c:#993300;h:1;s:2;f:30;p:0"); STL(C3,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(C31,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(C32,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(L119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Efface02,"c:#0000b2;h:1;s:6;sn:true;f:30"); STL(P151,"c:#0000b2;h:1;s:6;f:30"); STL(P152,"c:#0000b2;h:1;s:6;f:30"); STL(Perp119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P217,"c:#0000b2;h:1;s:6;f:30"); STL(C5,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(C51,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(C52,"c:#cc66cc;h:1;s:2;f:30;p:0"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P119,"c:#0000b2;h:1;s:6;f:30"); STL(P18,"c:#0000b2;s:6;f:30"); STL(P19,"c:#0000b2;h:1;s:6;f:30"); STL(P181,"c:#0000b2;h:1;s:6;f:30"); STL(P191,"c:#0000b2;h:1;s:6;f:30"); STL(Efface01,"c:#0000b2;h:1;s:6;sn:true;f:30"); STL(P192,"c:#0000b2;h:1;s:6;f:30"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:30"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P225,"c:#0000b2;h:1;s:6;f:30"); STL(S119,"c:#006633;h:1;s:1;f:24"); STL(S219,"c:#006633;h:1;s:1;f:24"); STL(C6,"c:#007c7c;s:2.5;f:30;p:0"); STL(C61,"c:#007c7c;s:2.5;f:30;p:0"); STL(C62,"c:#007c7c;s:2.5;f:30;p:0"); 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(L131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L231,"c:#780013;h:1;s:1;f:30;p:0"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(L132,"c:#780013;h:1;s:1;f:30;p:0"); STL(L232,"c:#780013;h:1;s:1;f:30;p:0"); STL(P124,"c:#0000b2;h:1;s:6;f:30"); STL(L215,"c:#780013;h:1;s:1;f:30;p:0"); STL(L133,"c:#780013;h:1;s:1;f:30;p:0"); STL(L233,"c:#780013;h:1;s:1;f:30;p:0"); STL(P125,"c:#0000b2;h:1;s:6;f:30"); 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(L126,"c:#780013;h:1;s:1;f:30;p:0"); STL(L226,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center4,"c:#0000b2;h:1;s:12;f:30"); STL(Center5,"c:#0000b2;h:1;s:12;f:30"); STL(Center6,"c:#0000b2;h:1;s:12;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(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P24,"c:#0000b2;h:1;s:6;f:30"); STL(Perp132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P241,"c:#0000b2;h:1;s:6;f:30"); STL(S114,"c:#006633;h:1;s:1;f:24"); STL(S214,"c:#006633;h:1;s:1;f:24"); STL(Perp133,"c:#780013;h:1;s:1;f:30;p:0"); STL(P242,"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(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P226,"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(P317,"c:#0000b2;h:1;s:6;f:30"); STL(P123,"c:#0000b2;h:1;s:6;f:30"); STL(P171,"c:#0000b2;h:1;s:6;f:30"); STL(P172,"c:#0000b2;h:1;s:6;f:30"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P173,"c:#0000b2;h:1;s:6;f:30"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P126,"c:#0000b2;h:1;s:6;f:30"); STL(P166,"c:#0000b2;h:1;s:6;f:30"); STL(Par219,"c:#780013;h:1;s:1;f:30;p:0"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S213,"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(P324,"c:#0000b2;h:1;s:6;f:30"); STL(S133,"c:#006633;h:1;s:1;f:24"); STL(S233,"c:#006633;h:1;s:1;f:24"); STL(P325,"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(S126,"c:#006633;h:1;s:1;f:24"); STL(S226,"c:#006633;h:1;s:1;f:24"); STL(P417,"c:#0000b2;h:1;s:6;f:30"); STL(Par113,"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(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par126,"c:#780013;h:1;s:1;f:30;p:0"); STL(M119,"c:#0000b2;h:1;s:6;f:30"); STL(P323,"c:#0000b2;h:1;s:6;f:30"); STL(P34,"c:#0000b2;h:1;s:6;f:30"); STL(P341,"c:#0000b2;h:1;s:6;f:30"); STL(P424,"c:#0000b2;h:1;s:6;f:30"); STL(P342,"c:#0000b2;h:1;s:6;f:30"); STL(P425,"c:#0000b2;h:1;s:6;f:30"); STL(P326,"c:#0000b2;h:1;s:6;f:30"); STL(P336,"c:#0000b2;h:1;s:6;f:30"); STL(Perp219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"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(M114,"c:#0000b2;h:1;s:6;f:30"); STL(Par233,"c:#780013;h:1;s:1;f:30;p:0"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P423,"c:#0000b2;h:1;s:6;f:30"); STL(P44,"c:#0000b2;h:1;s:6;f:30"); STL(P441,"c:#0000b2;h:1;s:6;f:30"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(P442,"c:#0000b2;h:1;s:6;f:30"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P426,"c:#0000b2;h:1;s:6;f:30"); STL(P436,"c:#0000b2;h:1;s:6;f:30"); STL(M113,"c:#0000b2;h:1;s:6;f:30"); STL(M131,"c:#0000b2;h:1;s:6;f:30"); STL(M132,"c:#0000b2;h:1;s:6;f:30"); STL(P613,"c:#0000b2;h:1;s:6;f:30"); STL(M133,"c:#0000b2;h:1;s:6;f:30"); STL(P614,"c:#0000b2;h:1;s:6;f:30"); STL(M116,"c:#0000b2;h:1;s:6;f:30"); STL(M126,"c:#0000b2;h:1;s:6;f:30"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp232,"c:#780013;h:1;s:1;f:30;p:0"); STL(L34,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp233,"c:#780013;h:1;s:1;f:30;p:0"); STL(L35,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp226,"c:#780013;h:1;s:1;f:30;p:0"); STL(P61,"c:#0000b2;h:1;s:6;f:30"); STL(P631,"c:#0000b2;h:1;s:6;f:30"); STL(P632,"c:#0000b2;h:1;s:6;f:30"); STL(P633,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb1,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc1,"c:#0000b2;h:1;s:6;f:30"); STL(L33,"c:#780013;h:1;s:1;f:30;p:0"); STL(L43,"c:#780013;h:1;s:1;f:30;p:0"); STL(L44,"c:#780013;h:1;s:1;f:30;p:0"); STL(L45,"c:#780013;h:1;s:1;f:30;p:0"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C223,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P183,"c:#0000b2;h:1;s:6;f:30"); STL(P184,"c:#0000b2;h:1;s:6;f:30"); STL(P185,"c:#0000b2;h:1;s:6;f:30"); STL(P1,"c:#0000b2;h:1;s:6;f:30"); STL(M23,"c:#0000b2;h:1;s:6;f:30"); STL(R23,"c:#993300;h:1;s:1;f:30;p:0"); STL(M24,"c:#0000b2;h:1;s:6;f:30"); STL(R24,"c:#993300;h:1;s:1;f:30;p:0"); STL(M25,"c:#0000b2;h:1;s:6;f:30"); STL(R25,"c:#993300;h:1;s:1;f:30;p:0"); STL(L18,"c:#780013;h:1;s:1;f:30;p:0"); STL(C33,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C34,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C35,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Perp18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2,"c:#0000b2;h:1;s:6;f:30"); STL(P20,"c:#0000b2;h:1;s:6;f:30"); STL(P201,"c:#0000b2;h:1;s:6;f:30"); STL(P202,"c:#0000b2;h:1;s:6;f:30"); STL(P116,"c:#0000b2;h:1;s:6;f:30"); STL(C53,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C54,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C55,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(S18,"c:#006633;h:1;s:1;f:24"); STL(S28,"c:#006633;h:1;s:1;f:24"); STL(L29,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:30"); STL(P27,"c:#0000b2;h:1;s:6;f:30"); STL(P261,"c:#0000b2;h:1;s:6;f:30"); STL(P271,"c:#0000b2;h:1;s:6;f:30"); STL(P262,"c:#0000b2;s:6;f:30"); STL(P272,"c:#0000b2;h:1;s:6;f:30"); STL(Par18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P68,"c:#0000b2;h:1;s:6;f:30"); STL(C63,"c:#b40000;s:2;f:30;p:0"); STL(C64,"c:#b40000;s:2;f:30;p:0"); STL(C65,"c:#b40000;s:2;f:30;p:0"); STL(P3,"c:#0000b2;h:1;s:6;f:30"); 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(L127,"c:#780013;h:1;s:1;f:30;p:0"); STL(L227,"c:#780013;h:1;s:1;f:30;p:0"); STL(C24,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L210,"c:#780013;h:1;s:1;f:30;p:0"); STL(L128,"c:#780013;h:1;s:1;f:30;p:0"); STL(L228,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L219,"c:#780013;h:1;s:1;f:30;p:0"); STL(L129,"c:#780013;h:1;s:1;f:30;p:0"); STL(L229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center7,"c:#0000b2;h:1;s:12;f:30"); STL(Center8,"c:#0000b2;h:1;s:12;f:30"); STL(Center9,"c:#0000b2;h:1;s:12;f:30"); STL(Par28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp117,"c:#780013;h:1;s:1;f:30;p:0"); STL(P216,"c:#0000b2;h:1;s:6;f:30"); STL(Perp127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P238,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P218,"c:#0000b2;h:1;s:6;f:30"); STL(Perp128,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2311,"c:#0000b2;h:1;s:6;f:30"); STL(Perp1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P219,"c:#0000b2;h:1;s:6;f:30"); STL(Perp129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2313,"c:#0000b2;h:1;s:6;f:30"); STL(I,"c:#0000b2;h:1;s:6;f:30"); STL(P117,"c:#0000b2;h:1;s:6;f:30"); STL(P168,"c:#0000b2;h:1;s:6;f:30"); STL(P1110,"c:#0000b2;h:1;s:6;f:30"); STL(P1611,"c:#0000b2;h:1;s:6;f:30"); STL(P1112,"c:#0000b2;h:1;s:6;f:30"); STL(P1613,"c:#0000b2;h:1;s:6;f:30"); STL(M18,"c:#0000b2;h:1;s:6;f:30"); STL(S117,"c:#006633;h:1;s:1;f:24"); STL(S217,"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(S1110,"c:#006633;h:1;s:1;f:24"); STL(S2110,"c:#006633;h:1;s:1;f:24"); STL(S128,"c:#006633;h:1;s:1;f:24"); STL(S228,"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(S129,"c:#006633;h:1;s:1;f:24"); STL(S229,"c:#006633;h:1;s:1;f:24"); STL(S33,"c:#006633;h:1;s:1;f:24"); STL(Par117,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par127,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par128,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par1112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par129,"c:#780013;h:1;s:1;f:30;p:0"); STL(I1,"c:#b40000;o:1;s:6;f:30"); STL(P316,"c:#0000b2;h:1;s:6;f:30"); STL(P338,"c:#0000b2;h:1;s:6;f:30"); STL(P318,"c:#0000b2;h:1;s:6;f:30"); STL(P3311,"c:#0000b2;h:1;s:6;f:30"); STL(P319,"c:#0000b2;h:1;s:6;f:30"); STL(P3313,"c:#0000b2;h:1;s:6;f:30"); STL(L134,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par217,"c:#780013;h:1;s:1;f:30;p:0"); STL(L118,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par227,"c:#780013;h:1;s:1;f:30;p:0"); STL(L135,"c:#780013;h:1;s:1;f:30;p:0"); STL(L142,"c:#780013;h:1;s:1;f:30;p:0"); STL(L47,"c:#780013;h:1;s:1;f:30;p:0"); STL(L136,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par228,"c:#780013;h:1;s:1;f:30;p:0"); STL(L137,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P237,"c:#0000b2;h:1;s:6;f:30"); STL(P416,"c:#0000b2;h:1;s:6;f:30"); STL(Perp118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P227,"c:#0000b2;h:1;s:6;f:30"); STL(P438,"c:#0000b2;h:1;s:6;f:30"); STL(Perp135,"c:#780013;h:1;s:1;f:30;p:0"); STL(P239,"c:#0000b2;h:1;s:6;f:30"); STL(Perp142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P244,"c:#0000b2;h:1;s:6;f:30"); STL(Perp136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2310,"c:#0000b2;h:1;s:6;f:30"); STL(P418,"c:#0000b2;h:1;s:6;f:30"); STL(P4311,"c:#0000b2;h:1;s:6;f:30"); STL(Perp137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2312,"c:#0000b2;h:1;s:6;f:30"); STL(P419,"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(P4313,"c:#0000b2;h:1;s:6;f:30"); STL(P13,"c:#0000b2;h:1;s:6;f:30"); STL(M117,"c:#0000b2;h:1;s:6;f:30"); STL(P127,"c:#0000b2;h:1;s:6;f:30"); STL(M127,"c:#0000b2;h:1;s:6;f:30"); STL(P131,"c:#0000b2;h:1;s:6;f:30"); STL(P144,"c:#0000b2;h:1;s:6;f:30"); STL(P132,"c:#0000b2;h:1;s:6;f:30"); STL(M1110,"c:#0000b2;h:1;s:6;f:30"); STL(M128,"c:#0000b2;h:1;s:6;f:30"); STL(P133,"c:#0000b2;h:1;s:6;f:30"); STL(M1112,"c:#0000b2;h:1;s:6;f:30"); STL(P129,"c:#0000b2;h:1;s:6;f:30"); STL(M129,"c:#0000b2;h:1;s:6;f:30"); STL(S134,"c:#006633;h:1;s:1;f:24"); STL(S234,"c:#006633;h:1;s:1;f:24"); STL(Perp217,"c:#780013;h:1;s:1;f:30;p:0"); STL(S118,"c:#006633;h:1;s:1;f:24"); STL(S218,"c:#006633;h:1;s:1;f:24"); STL(Perp227,"c:#780013;h:1;s:1;f:30;p:0"); STL(S135,"c:#006633;h:1;s:1;f:24"); STL(S235,"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(S136,"c:#006633;h:1;s:1;f:24"); STL(S236,"c:#006633;h:1;s:1;f:24"); STL(Perp2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp228,"c:#780013;h:1;s:1;f:30;p:0"); STL(S137,"c:#006633;h:1;s:1;f:24"); STL(S237,"c:#006633;h:1;s:1;f:24"); STL(Perp2112,"c:#780013;h:1;s:1;f:30;p:0"); STL(S1113,"c:#006633;h:1;s:1;f:24"); STL(S2113,"c:#006633;h:1;s:1;f:24"); STL(Perp229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P67,"c:#0000b2;h:1;s:6;f:30"); STL(Par118,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRc2,"c:#0000b2;h:1;s:6;f:30"); STL(Par135,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par142,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P69,"c:#0000b2;h:1;s:6;f:30"); STL(CTRc3,"c:#0000b2;h:1;s:6;f:30"); STL(Par137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P610,"c:#0000b2;h:1;s:6;f:30"); STL(Par1113,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRc4,"c:#0000b2;h:1;s:6;f:30"); STL(P337,"c:#0000b2;h:1;s:6;f:30"); STL(C23,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L46,"c:#780013;h:1;s:1;f:30;p:0"); STL(P327,"c:#0000b2;h:1;s:6;f:30"); STL(C224,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P339,"c:#0000b2;h:1;s:6;f:30"); STL(P344,"c:#0000b2;h:1;s:6;f:30"); STL(P3310,"c:#0000b2;h:1;s:6;f:30"); STL(C25,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L143,"c:#780013;h:1;s:1;f:30;p:0"); STL(L48,"c:#780013;h:1;s:1;f:30;p:0"); STL(C225,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P3312,"c:#0000b2;h:1;s:6;f:30"); STL(C26,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L144,"c:#780013;h:1;s:1;f:30;p:0"); STL(L49,"c:#780013;h:1;s:1;f:30;p:0"); STL(P329,"c:#0000b2;h:1;s:6;f:30"); STL(C226,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Par234,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P243,"c:#0000b2;h:1;s:6;f:30"); STL(Par218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par235,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par242,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par236,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P245,"c:#0000b2;h:1;s:6;f:30"); STL(Par237,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P246,"c:#0000b2;h:1;s:6;f:30"); STL(Par2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P437,"c:#0000b2;h:1;s:6;f:30"); STL(P143,"c:#0000b2;h:1;s:6;f:30"); STL(P427,"c:#0000b2;h:1;s:6;f:30"); STL(P439,"c:#0000b2;h:1;s:6;f:30"); STL(P444,"c:#0000b2;h:1;s:6;f:30"); STL(P4310,"c:#0000b2;h:1;s:6;f:30"); STL(P145,"c:#0000b2;h:1;s:6;f:30"); STL(P4312,"c:#0000b2;h:1;s:6;f:30"); STL(P146,"c:#0000b2;h:1;s:6;f:30"); STL(P429,"c:#0000b2;h:1;s:6;f:30"); STL(M26,"c:#0000b2;h:1;s:6;f:30"); STL(L36,"c:#780013;h:1;s:1;f:30;p:0"); STL(S141,"c:#006633;h:1;s:1;f:24"); STL(S241,"c:#006633;h:1;s:1;f:24"); STL(M118,"c:#0000b2;h:1;s:6;f:30"); STL(M27,"c:#0000b2;h:1;s:6;f:30"); STL(L37,"c:#780013;h:1;s:1;f:30;p:0"); STL(M31,"c:#0000b2;h:1;s:6;f:30"); STL(M28,"c:#0000b2;h:1;s:6;f:30"); STL(L38,"c:#780013;h:1;s:1;f:30;p:0"); STL(S143,"c:#006633;h:1;s:1;f:24"); STL(S243,"c:#006633;h:1;s:1;f:24"); STL(M29,"c:#0000b2;h:1;s:6;f:30"); STL(L39,"c:#780013;h:1;s:1;f:30;p:0"); STL(S144,"c:#006633;h:1;s:1;f:24"); STL(S244,"c:#006633;h:1;s:1;f:24"); STL(M1113,"c:#0000b2;h:1;s:6;f:30"); STL(Perp3,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par141,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp218,"c:#780013;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(Perp32,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par143,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp33,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par144,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P343,"c:#0000b2;h:1;s:6;f:30"); STL(P101,"c:#0000b2;h:1;s:6;f:30"); STL(P345,"c:#0000b2;h:1;s:6;f:30"); STL(P346,"c:#0000b2;h:1;s:6;f:30"); STL(Par241,"c:#780013;h:1;s:1;f:30;p:0"); STL(C37,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Par243,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par244,"c:#780013;h:1;s:1;f:30;p:0"); STL(P443,"c:#0000b2;h:1;s:6;f:30"); STL(P153,"c:#0000b2;h:1;s:6;f:30"); STL(P169,"c:#0000b2;h:1;s:6;f:30"); STL(P445,"c:#0000b2;h:1;s:6;f:30"); STL(P446,"c:#0000b2;h:1;s:6;f:30"); STL(M3,"c:#0000b2;h:1;s:6;f:30"); STL(M32,"c:#0000b2;h:1;s:6;f:30"); STL(L1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L218,"c:#780013;h:1;s:1;f:30;p:0"); STL(M33,"c:#0000b2;h:1;s:6;f:30"); STL(Perp4,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp42,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P228,"c:#0000b2;h:1;s:6;f:30"); STL(Perp43,"c:#780013;h:1;s:1;f:30;p:0"); STL(P10,"c:#0000b2;h:1;s:6;f:30"); STL(P102,"c:#0000b2;h:1;s:6;f:30"); STL(P128,"c:#0000b2;h:1;s:6;f:30"); STL(P103,"c:#0000b2;h:1;s:6;f:30"); STL(C36,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(C38,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(S1111,"c:#006633;h:1;s:1;f:24"); STL(S2111,"c:#006633;h:1;s:1;f:24"); STL(C39,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P15,"c:#0000b2;h:1;s:6;f:30"); STL(P167,"c:#0000b2;h:1;s:6;f:30"); STL(P154,"c:#0000b2;h:1;s:6;f:30"); STL(P1610,"c:#0000b2;h:1;s:6;f:30"); STL(Par1111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P155,"c:#0000b2;h:1;s:6;f:30"); STL(P1612,"c:#0000b2;h:1;s:6;f:30"); STL(Cache1,"c:#cc66cc;h:1;s:1;sn:true;f:30;p:0"); STL(L217,"c:#780013;h:1;s:1;f:30;p:0"); STL(cache2,"c:#cc66cc;h:1;s:1;sn:true;f:30;p:0"); STL(P328,"c:#0000b2;h:1;s:6;f:30"); STL(cacher3,"c:#cc66cc;h:1;s:1;sn:true;f:30;p:0"); STL(L2110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center10,"c:#0000b2;h:1;s:12;f:30"); STL(Center11,"c:#0000b2;h:1;s:12;f:30"); STL(Center12,"c:#0000b2;h:1;s:12;f:30"); STL(CTRb2,"c:#0000b2;h:1;s:6;f:30"); STL(Par2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(CTRb4,"c:#0000b2;h:1;s:6;f:30"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P428,"c:#0000b2;h:1;s:6;f:30"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P110,"c:#0000b2;h:1;s:6;f:30"); STL(M1111,"c:#0000b2;h:1;s:6;f:30"); STL(P130,"c:#0000b2;h:1;s:6;f:30"); STL(L19,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L120,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:30"); STL(CTRb3,"c:#0000b2;h:1;s:6;f:30"); STL(Perp120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P29,"c:#0000b2;h:1;s:6;f:30"); STL(P118,"c:#0000b2;h:1;s:6;f:30"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P1113,"c:#0000b2;h:1;s:6;f:30"); STL(S19,"c:#006633;h:1;s:1;f:24"); STL(S29,"c:#006633;h:1;s:1;f:24"); STL(P120,"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(Par19,"c:#780013;h:1;s:1;f:30;p:0"); STL(L110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P35,"c:#0000b2;h:1;s:6;f:30"); STL(Perp110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P28,"c:#0000b2;h:1;s:6;f:30"); STL(P37,"c:#0000b2;h:1;s:6;f:30"); STL(Par29,"c:#780013;h:1;s:1;f:30;p:0"); STL(P1111,"c:#0000b2;h:1;s:6;f:30"); STL(Par220,"c:#780013;h:1;s:1;f:30;p:0"); STL(I2,"c:#0000b2;h:1;s:6;f:30"); STL(S110,"c:#006633;h:1;s:1;f:24"); STL(S210,"c:#006633;h:1;s:1;f:24"); STL(I4,"c:#0000b2;h:1;s:6;f:30"); STL(M19,"c:#0000b2;h:1;s:6;f:30"); STL(Par110,"c:#780013;h:1;s:1;f:30;p:0"); STL(M120,"c:#0000b2;h:1;s:6;f:30"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(P36,"c:#0000b2;h:1;s:6;f:30"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(U,"c:#b40000;s:6;sn:true;f:16"); STL(Par210,"c:#780013;h:1;s:1;f:30;p:0"); STL(V,"c:#b40000;s:6;sn:true;f:16"); STL(I3,"c:#0000b2;h:1;s:6;f:30"); STL(M110,"c:#0000b2;h:1;s:6;f:30"); STL(S35,"c:#006633;h:1;s:1;f:24"); STL(W,"c:#b40000;s:6;sn:true;f:16"); STL(Inscrit,"c:#966400;s:2.5;f:30;p:0"); STL(Center13,"c:#0000b2;h:1;s:12;f:30"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");