// Macros : $macros={}; $macros["Angle 36"]={ name:"Angle 36", parameters:["point","point"], exec: function (P1, P2) { L1=Line("L1",P1,P2); C1=Circle("C1",P1,P2); Symc1=Symmetry("Symc1",P1,P2); Perp1=Perpendicular("Perp1",L1,P1); M1=MidPoint("M1",P1,Symc1); P3=OrderedIntersection("P3",Perp1,C1,1); M2=MidPoint("M2",M1,P1); M3=MidPoint("M3",P1,P3); C2=Circle("C2",M2,M3); P4=OrderedIntersection("P4",L1,C2,0); Perp2=Perpendicular("Perp2",L1,P4); P5=OrderedIntersection("P5",Perp2,C1,1); L2=PerpendicularBisector("L2",P2,P5); P6=OrderedIntersection("P6",L2,C1,1); return [L2,P6]; }}; $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["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(483.99264327059774,359.3812698550562,1.4147678044237562); // Geometry : Ohz=Point("Ohz",-3.7625000000000033,-1.5874999999999655); O=Point("O",-4.209195184780763,-1.4841809777170665); Ou=Point("Ou",0,0); tu=Point("tu",0.3979754267848096,0); Iu=Point("Iu",1.0000000000000937,0); C1=Circle1("C1",Ohz,203.12002857586342); R1=Ray("R1",Ohz,O); M1=MidPoint("M1",Ohz,Iu); M2=MidPoint("M2",Ohz,tu); C2=Circle("C2",Ohz,O); L1=Line("L1",Ohz,O); L14=Line("L14",Ohz,O); Uhz=OrderedIntersection("Uhz",R1,C1,0); Symc1=Symmetry("Symc1",M1,Ou); Symc2=Symmetry("Symc2",M2,Ou); Perp1=Perpendicular("Perp1",L1,Ohz); P2=OrderedIntersection("P2",L1,C1,0); Perp14=Perpendicular("Perp14",L14,Ohz); P24=OrderedIntersection("P24",L14,C1,0); S1=Segment("S1",Symc1,Uhz); P1=OrderedIntersection("P1",Perp1,C1,0); P14=OrderedIntersection("P14",Perp14,C1,0); Par1=Parallel("Par1",S1,Symc2); S11=Segment("S11",O,P1); S2=Segment("S2",P1,P2); S15=Segment("S15",O,P14); S24=Segment("S24",P14,P24); T54=OrderedIntersection("T54",R1,Par1,0); Par11=Parallel("Par11",S11,P2); Par15=Parallel("Par15",S15,P24); P3=OrderedIntersection("P3",Perp1,Par11,0); P34=OrderedIntersection("P34",Perp14,Par15,0); Par2=Parallel("Par2",S2,P3); Par24=Parallel("Par24",S24,P34); Oi=OrderedIntersection("Oi",L1,Par2,0); P44=OrderedIntersection("P44",L14,Par24,0); M3=MidPoint("M3",O,Oi); L12=Line("L12",Oi,T54); M11=MidPoint("M11",O,P44); C3=Circle("C3",M3,Oi); L11=Line("L11",M3,Ohz); Perp12=Perpendicular("Perp12",L12,Oi); Perp2=Perpendicular("Perp2",L14,M11); Perp11=Perpendicular("Perp11",L11,M3); P21=OrderedIntersection("P21",L11,C3,0); P11=OrderedIntersection("P11",Perp11,C3,0); S12=Segment("S12",Ohz,P11); S21=Segment("S21",P11,P21); Par12=Parallel("Par12",S12,P21); P31=OrderedIntersection("P31",Perp11,Par12,0); Par21=Parallel("Par21",S21,P31); P41=OrderedIntersection("P41",L11,Par21,0); Ce=MidPoint("Ce",P41,Ohz); C4=Circle("C4",Ce,Ohz); P4=OrderedIntersection("P4",C2,C4,1); C5=Circle("C5",Oi,P4); P22=OrderedIntersection("P22",L12,C5,0); P12=OrderedIntersection("P12",Perp12,C5,0); S13=Segment("S13",T54,P12); S22=Segment("S22",P12,P22); Par13=Parallel("Par13",S13,P22); P32=OrderedIntersection("P32",Perp12,Par13,0); Par22=Parallel("Par22",S22,P32); P42=OrderedIntersection("P42",L12,Par22,0); L13=Line("L13",M3,P42); Perp13=Perpendicular("Perp13",L13,M3); P23=OrderedIntersection("P23",L13,C3,0); P13=OrderedIntersection("P13",Perp13,C3,0); S14=Segment("S14",P42,P13); S23=Segment("S23",P13,P23); Par14=Parallel("Par14",S14,P23); P33=OrderedIntersection("P33",Perp13,Par14,0); Par23=Parallel("Par23",S23,P33); P43=OrderedIntersection("P43",L13,Par23,0); M4=MidPoint("M4",P43,P42); C6=Circle("C6",M4,P42); M=PointOn("M",C6,4.570787325828758); L2=PerpendicularBisector("L2",M,O); S3=Segment("S3",M,O); L110=Line("L110",Ohz,M); L114=Line("L114",Ohz,M); P51=OrderedIntersection("P51",L2,S3,0); P6=OrderedIntersection("P6",L2,Perp2,0); Perp110=Perpendicular("Perp110",L110,Ohz); P29=OrderedIntersection("P29",L110,C1,0); Perp114=Perpendicular("Perp114",L114,Ohz); P213=OrderedIntersection("P213",L114,C1,0); C21=Circle("C21",P6,M); R11=Ray("R11",P6,P51); P19=OrderedIntersection("P19",Perp110,C1,0); P113=OrderedIntersection("P113",Perp114,C1,0); P9=OrderedIntersection("P9",R11,C21,0); S110=Segment("S110",M,P19); S29=Segment("S29",P19,P29); S114=Segment("S114",M,P113); S213=Segment("S213",P113,P213); C31=Arc3pts("C31",M,P9,O); Par110=Parallel("Par110",S110,P29); Par114=Parallel("Par114",S114,P213); Center1=Center("Center1",C31); P310=OrderedIntersection("P310",Perp110,Par110,0); P314=OrderedIntersection("P314",Perp114,Par114,0); S4=Segment("S4",Center1,O); Par29=Parallel("Par29",S29,P310); Par213=Parallel("Par213",S213,P314); Perp3=Perpendicular("Perp3",S4,O); P410=OrderedIntersection("P410",L110,Par29,0); P414=OrderedIntersection("P414",L114,Par213,0); Perp4=Perpendicular("Perp4",Perp3,M); M13=MidPoint("M13",M,P410); M17=MidPoint("M17",M,P414); P5=OrderedIntersection("P5",Perp3,Perp4,0); Perp22=Perpendicular("Perp22",L110,M13); Perp26=Perpendicular("Perp26",L114,M17); L15=Line("L15",O,P5); C11=Circle("C11",O,P5); Symc11=Symmetry("Symc11",O,P5); Perp15=Perpendicular("Perp15",L15,O); M12=MidPoint("M12",O,Symc11); P35=OrderedIntersection("P35",Perp15,C11,1); M21=MidPoint("M21",M12,O); M31=MidPoint("M31",O,P35); C22=Circle("C22",M21,M31); P45=OrderedIntersection("P45",L15,C22,0); Perp21=Perpendicular("Perp21",L15,P45); P52=OrderedIntersection("P52",Perp21,C11,1); L21=PerpendicularBisector("L21",P5,P52); P61=OrderedIntersection("P61",L21,C11,1); Perp5=Perpendicular("Perp5",L21,O); P7=OrderedIntersection("P7",Perp11,Perp5,0); Cang36=Circle("Cang36",P7,O); L16=Line("L16",P7,M); Perp16=Perpendicular("Perp16",L16,P7); P25=OrderedIntersection("P25",L16,Cang36,0); P15=OrderedIntersection("P15",Perp16,Cang36,0); S16=Segment("S16",M,P15); S25=Segment("S25",P15,P25); Par16=Parallel("Par16",S16,P25); P36=OrderedIntersection("P36",Perp16,Par16,0); Par25=Parallel("Par25",S25,P36); P46=OrderedIntersection("P46",L16,Par25,0); L17=Line("L17",P6,P46); L26=PerpendicularBisector("L26",P46,M); S35=Segment("S35",P46,M); Perp17=Perpendicular("Perp17",L17,P6); P26=OrderedIntersection("P26",L17,C21,0); P66=OrderedIntersection("P66",L26,Perp26,0); P16=OrderedIntersection("P16",Perp17,C21,0); C27=Circle("C27",P66,P46); S17=Segment("S17",P46,P16); S26=Segment("S26",P16,P26); Par17=Parallel("Par17",S17,P26); P37=OrderedIntersection("P37",Perp17,Par17,0); Par26=Parallel("Par26",S26,P37); P47=OrderedIntersection("P47",L17,Par26,0); L18=Line("L18",P7,P47); L22=PerpendicularBisector("L22",P47,M); S31=Segment("S31",P47,M); L111=Line("L111",Ohz,P47); L115=Line("L115",P66,P47); Perp18=Perpendicular("Perp18",L18,P7); P27=OrderedIntersection("P27",L18,Cang36,0); P62=OrderedIntersection("P62",L22,Perp22,0); Perp111=Perpendicular("Perp111",L111,Ohz); P210=OrderedIntersection("P210",L111,C1,0); Perp115=Perpendicular("Perp115",L115,P66); P214=OrderedIntersection("P214",L115,C27,0); P17=OrderedIntersection("P17",Perp18,Cang36,0); C23=Circle("C23",P62,P47); P110=OrderedIntersection("P110",Perp111,C1,0); P114=OrderedIntersection("P114",Perp115,C27,0); L127=Line("L127",P62,P46); S18=Segment("S18",P47,P17); S27=Segment("S27",P17,P27); S111=Segment("S111",P47,P110); S210=Segment("S210",P110,P210); S115=Segment("S115",P47,P114); S214=Segment("S214",P114,P214); Perp127=Perpendicular("Perp127",L127,P62); P226=OrderedIntersection("P226",L127,C23,0); Par18=Parallel("Par18",S18,P27); Par111=Parallel("Par111",S111,P210); Par115=Parallel("Par115",S115,P214); P126=OrderedIntersection("P126",Perp127,C23,0); P38=OrderedIntersection("P38",Perp18,Par18,0); P311=OrderedIntersection("P311",Perp111,Par111,0); P315=OrderedIntersection("P315",Perp115,Par115,0); S127=Segment("S127",P46,P126); S226=Segment("S226",P126,P226); Par27=Parallel("Par27",S27,P38); Par210=Parallel("Par210",S210,P311); Par214=Parallel("Par214",S214,P315); Par127=Parallel("Par127",S127,P226); P48=OrderedIntersection("P48",L18,Par27,0); P411=OrderedIntersection("P411",L111,Par210,0); P415=OrderedIntersection("P415",L115,Par214,0); P327=OrderedIntersection("P327",Perp127,Par127,0); L19=Line("L19",P6,P48); M14=MidPoint("M14",P47,P411); L113=Line("L113",Ohz,P48); L25=PerpendicularBisector("L25",P46,P48); S34=Segment("S34",P46,P48); L116=Line("L116",P66,P48); Par226=Parallel("Par226",S226,P327); L129=Line("L129",P62,P48); L142=Line("L142",Ohz,P415); Perp19=Perpendicular("Perp19",L19,P6); P28=OrderedIntersection("P28",L19,C21,0); Perp23=Perpendicular("Perp23",L111,M14); Perp113=Perpendicular("Perp113",L113,Ohz); P212=OrderedIntersection("P212",L113,C1,0); Perp116=Perpendicular("Perp116",L116,P66); P215=OrderedIntersection("P215",L116,C27,0); P427=OrderedIntersection("P427",L127,Par226,0); Perp129=Perpendicular("Perp129",L129,P62); P228=OrderedIntersection("P228",L129,C23,0); Perp142=Perpendicular("Perp142",L142,Ohz); P241=OrderedIntersection("P241",L142,C1,0); P18=OrderedIntersection("P18",Perp19,C21,0); P112=OrderedIntersection("P112",Perp113,C1,0); P115=OrderedIntersection("P115",Perp116,C27,0); P128=OrderedIntersection("P128",Perp129,C23,0); P141=OrderedIntersection("P141",Perp142,C1,0); S19=Segment("S19",P48,P18); S28=Segment("S28",P18,P28); S113=Segment("S113",P48,P112); S212=Segment("S212",P112,P212); S116=Segment("S116",P48,P115); S215=Segment("S215",P115,P215); S129=Segment("S129",P48,P128); S228=Segment("S228",P128,P228); S142=Segment("S142",P415,P141); S241=Segment("S241",P141,P241); Par19=Parallel("Par19",S19,P28); Par113=Parallel("Par113",S113,P212); Par116=Parallel("Par116",S116,P215); Par129=Parallel("Par129",S129,P228); Par142=Parallel("Par142",S142,P241); P39=OrderedIntersection("P39",Perp19,Par19,0); P313=OrderedIntersection("P313",Perp113,Par113,0); P316=OrderedIntersection("P316",Perp116,Par116,0); P329=OrderedIntersection("P329",Perp129,Par129,0); P342=OrderedIntersection("P342",Perp142,Par142,0); Par28=Parallel("Par28",S28,P39); Par212=Parallel("Par212",S212,P313); Par215=Parallel("Par215",S215,P316); Par228=Parallel("Par228",S228,P329); Par241=Parallel("Par241",S241,P342); P49=OrderedIntersection("P49",L19,Par28,0); P413=OrderedIntersection("P413",L113,Par212,0); P416=OrderedIntersection("P416",L116,Par215,0); P429=OrderedIntersection("P429",L129,Par228,0); P442=OrderedIntersection("P442",L142,Par241,0); L23=PerpendicularBisector("L23",P49,P47); S32=Segment("S32",P49,P47); L112=Line("L112",Ohz,P49); L24=PerpendicularBisector("L24",P48,P49); S33=Segment("S33",P48,P49); M16=MidPoint("M16",P48,P413); L117=Line("L117",P66,P49); L128=Line("L128",P62,P49); L137=Line("L137",P66,P429); M110=MidPoint("M110",P415,P442); L154=Line("L154",Ohz,P429); P63=OrderedIntersection("P63",L23,Perp23,0); Perp112=Perpendicular("Perp112",L112,Ohz); P211=OrderedIntersection("P211",L112,C1,0); Perp25=Perpendicular("Perp25",L113,M16); Perp117=Perpendicular("Perp117",L117,P66); P216=OrderedIntersection("P216",L117,C27,0); Perp128=Perpendicular("Perp128",L128,P62); P227=OrderedIntersection("P227",L128,C23,0); Perp137=Perpendicular("Perp137",L137,P66); P236=OrderedIntersection("P236",L137,C27,0); Perp29=Perpendicular("Perp29",L142,M110); Perp154=Perpendicular("Perp154",L154,Ohz); P253=OrderedIntersection("P253",L154,C1,0); C24=Circle("C24",P63,P49); P111=OrderedIntersection("P111",Perp112,C1,0); P65=OrderedIntersection("P65",L25,Perp25,0); P116=OrderedIntersection("P116",Perp117,C27,0); L124=Line("L124",P63,P48); L125=Line("L125",P63,M); L126=Line("L126",P63,P46); P127=OrderedIntersection("P127",Perp128,C23,0); P136=OrderedIntersection("P136",Perp137,C27,0); L138=Line("L138",P63,P429); P153=OrderedIntersection("P153",Perp154,C1,0); S112=Segment("S112",P49,P111); S211=Segment("S211",P111,P211); C26=Circle("C26",P65,P46); S117=Segment("S117",P49,P116); S216=Segment("S216",P116,P216); L118=Line("L118",P65,M); L119=Line("L119",P65,P49); L120=Line("L120",P65,P47); Perp124=Perpendicular("Perp124",L124,P63); P223=OrderedIntersection("P223",L124,C24,0); Perp125=Perpendicular("Perp125",L125,P63); P224=OrderedIntersection("P224",L125,C24,0); Perp126=Perpendicular("Perp126",L126,P63); P225=OrderedIntersection("P225",L126,C24,0); S128=Segment("S128",P49,P127); S227=Segment("S227",P127,P227); S137=Segment("S137",P429,P136); S236=Segment("S236",P136,P236); Perp138=Perpendicular("Perp138",L138,P63); P237=OrderedIntersection("P237",L138,C24,0); S154=Segment("S154",P429,P153); S253=Segment("S253",P153,P253); Par112=Parallel("Par112",S112,P211); Par117=Parallel("Par117",S117,P216); Perp118=Perpendicular("Perp118",L118,P65); P217=OrderedIntersection("P217",L118,C26,0); Perp119=Perpendicular("Perp119",L119,P65); P218=OrderedIntersection("P218",L119,C26,0); Perp120=Perpendicular("Perp120",L120,P65); P219=OrderedIntersection("P219",L120,C26,0); P123=OrderedIntersection("P123",Perp124,C24,0); P124=OrderedIntersection("P124",Perp125,C24,0); P125=OrderedIntersection("P125",Perp126,C24,0); Par128=Parallel("Par128",S128,P227); Par137=Parallel("Par137",S137,P236); P137=OrderedIntersection("P137",Perp138,C24,0); Par154=Parallel("Par154",S154,P253); P312=OrderedIntersection("P312",Perp112,Par112,0); P317=OrderedIntersection("P317",Perp117,Par117,0); P117=OrderedIntersection("P117",Perp118,C26,0); P118=OrderedIntersection("P118",Perp119,C26,0); P119=OrderedIntersection("P119",Perp120,C26,0); S124=Segment("S124",P48,P123); S223=Segment("S223",P123,P223); S125=Segment("S125",M,P124); S224=Segment("S224",P124,P224); S126=Segment("S126",P46,P125); S225=Segment("S225",P125,P225); P328=OrderedIntersection("P328",Perp128,Par128,0); P337=OrderedIntersection("P337",Perp137,Par137,0); S138=Segment("S138",P429,P137); S237=Segment("S237",P137,P237); P354=OrderedIntersection("P354",Perp154,Par154,0); Par211=Parallel("Par211",S211,P312); Par216=Parallel("Par216",S216,P317); S118=Segment("S118",M,P117); S217=Segment("S217",P117,P217); S119=Segment("S119",P49,P118); S218=Segment("S218",P118,P218); S120=Segment("S120",P47,P119); S219=Segment("S219",P119,P219); Par124=Parallel("Par124",S124,P223); Par125=Parallel("Par125",S125,P224); Par126=Parallel("Par126",S126,P225); Par227=Parallel("Par227",S227,P328); Par236=Parallel("Par236",S236,P337); Par138=Parallel("Par138",S138,P237); Par253=Parallel("Par253",S253,P354); P412=OrderedIntersection("P412",L112,Par211,0); P417=OrderedIntersection("P417",L117,Par216,0); Par118=Parallel("Par118",S118,P217); Par119=Parallel("Par119",S119,P218); Par120=Parallel("Par120",S120,P219); P324=OrderedIntersection("P324",Perp124,Par124,0); P325=OrderedIntersection("P325",Perp125,Par125,0); P326=OrderedIntersection("P326",Perp126,Par126,0); P428=OrderedIntersection("P428",L128,Par227,0); P437=OrderedIntersection("P437",L137,Par236,0); P338=OrderedIntersection("P338",Perp138,Par138,0); P454=OrderedIntersection("P454",L154,Par253,0); M15=MidPoint("M15",P49,P412); P318=OrderedIntersection("P318",Perp118,Par118,0); P319=OrderedIntersection("P319",Perp119,Par119,0); P320=OrderedIntersection("P320",Perp120,Par120,0); Par223=Parallel("Par223",S223,P324); Par224=Parallel("Par224",S224,P325); Par225=Parallel("Par225",S225,P326); L135=Line("L135",P65,P417); L136=Line("L136",P62,P417); Par237=Parallel("Par237",S237,P338); L148=Line("L148",Ohz,P417); L221=PerpendicularBisector("L221",P437,P429); S320=Segment("S320",P437,P429); M122=MidPoint("M122",P429,P454); L155=Line("L155",Ohz,P437); Perp24=Perpendicular("Perp24",L112,M15); Par217=Parallel("Par217",S217,P318); Par218=Parallel("Par218",S218,P319); Par219=Parallel("Par219",S219,P320); P424=OrderedIntersection("P424",L124,Par223,0); P425=OrderedIntersection("P425",L125,Par224,0); P426=OrderedIntersection("P426",L126,Par225,0); Perp135=Perpendicular("Perp135",L135,P65); P234=OrderedIntersection("P234",L135,C26,0); Perp136=Perpendicular("Perp136",L136,P62); P235=OrderedIntersection("P235",L136,C23,0); P438=OrderedIntersection("P438",L138,Par237,0); Perp148=Perpendicular("Perp148",L148,Ohz); P247=OrderedIntersection("P247",L148,C1,0); P517=OrderedIntersection("P517",L221,S320,0); Perp221=Perpendicular("Perp221",L154,M122); Perp155=Perpendicular("Perp155",L155,Ohz); P254=OrderedIntersection("P254",L155,C1,0); P64=OrderedIntersection("P64",L24,Perp24,0); P418=OrderedIntersection("P418",L118,Par217,0); P419=OrderedIntersection("P419",L119,Par218,0); P420=OrderedIntersection("P420",L120,Par219,0); P134=OrderedIntersection("P134",Perp135,C26,0); P135=OrderedIntersection("P135",Perp136,C23,0); L139=Line("L139",P62,P426); L29=PerpendicularBisector("L29",P425,P415); S38=Segment("S38",P425,P415); L144=Line("L144",Ohz,P424); P147=OrderedIntersection("P147",Perp148,C1,0); L152=Line("L152",Ohz,P426); L153=Line("L153",Ohz,P438); L220=PerpendicularBisector("L220",P429,P438); S319=Segment("S319",P429,P438); P621=OrderedIntersection("P621",L221,Perp221,0); P154=OrderedIntersection("P154",Perp155,C1,0); C25=Circle("C25",P64,P48); L121=Line("L121",P64,P46); L122=Line("L122",P64,P47); L123=Line("L123",P64,M); L131=Line("L131",P64,P426); L133=Line("L133",P64,P420); L134=Line("L134",P66,P420); S135=Segment("S135",P417,P134); S234=Segment("S234",P134,P234); S136=Segment("S136",P417,P135); S235=Segment("S235",P135,P235); Perp139=Perpendicular("Perp139",L139,P62); P238=OrderedIntersection("P238",L139,C23,0); L141=Line("L141",Ohz,P418); L28=PerpendicularBisector("L28",P427,P418); S37=Segment("S37",P427,P418); P55=OrderedIntersection("P55",L29,S38,0); P69=OrderedIntersection("P69",L29,Perp29,0); L211=PerpendicularBisector("L211",P419,P424); S310=Segment("S310",P419,P424); Perp144=Perpendicular("Perp144",L144,Ohz); P243=OrderedIntersection("P243",L144,C1,0); L146=Line("L146",Ohz,P420); S148=Segment("S148",P417,P147); S247=Segment("S247",P147,P247); Perp152=Perpendicular("Perp152",L152,Ohz); P251=OrderedIntersection("P251",L152,C1,0); Perp153=Perpendicular("Perp153",L153,Ohz); P252=OrderedIntersection("P252",L153,C1,0); P516=OrderedIntersection("P516",L220,S319,0); C222=Circle("C222",P621,P437); R116=Ray("R116",P621,P517); S155=Segment("S155",P437,P154); S254=Segment("S254",P154,P254); Perp121=Perpendicular("Perp121",L121,P64); P220=OrderedIntersection("P220",L121,C25,0); Perp122=Perpendicular("Perp122",L122,P64); P221=OrderedIntersection("P221",L122,C25,0); Perp123=Perpendicular("Perp123",L123,P64); P222=OrderedIntersection("P222",L123,C25,0); Perp131=Perpendicular("Perp131",L131,P64); P230=OrderedIntersection("P230",L131,C25,0); Perp133=Perpendicular("Perp133",L133,P64); P232=OrderedIntersection("P232",L133,C25,0); Perp134=Perpendicular("Perp134",L134,P66); P233=OrderedIntersection("P233",L134,C27,0); Par135=Parallel("Par135",S135,P234); Par136=Parallel("Par136",S136,P235); P138=OrderedIntersection("P138",Perp139,C23,0); Perp141=Perpendicular("Perp141",L141,Ohz); P240=OrderedIntersection("P240",L141,C1,0); P54=OrderedIntersection("P54",L28,S37,0); C210=Circle("C210",P69,P425); R14=Ray("R14",P69,P55); P57=OrderedIntersection("P57",L211,S310,0); P143=OrderedIntersection("P143",Perp144,C1,0); Perp146=Perpendicular("Perp146",L146,Ohz); P245=OrderedIntersection("P245",L146,C1,0); Par148=Parallel("Par148",S148,P247); P151=OrderedIntersection("P151",Perp152,C1,0); P152=OrderedIntersection("P152",Perp153,C1,0); P915=OrderedIntersection("P915",R116,C222,0); Par155=Parallel("Par155",S155,P254); P120=OrderedIntersection("P120",Perp121,C25,0); P121=OrderedIntersection("P121",Perp122,C25,0); P122=OrderedIntersection("P122",Perp123,C25,0); P130=OrderedIntersection("P130",Perp131,C25,0); P132=OrderedIntersection("P132",Perp133,C25,0); P133=OrderedIntersection("P133",Perp134,C27,0); P335=OrderedIntersection("P335",Perp135,Par135,0); P336=OrderedIntersection("P336",Perp136,Par136,0); S139=Segment("S139",P426,P138); S238=Segment("S238",P138,P238); P140=OrderedIntersection("P140",Perp141,C1,0); P93=OrderedIntersection("P93",R14,C210,0); S144=Segment("S144",P424,P143); S243=Segment("S243",P143,P243); P145=OrderedIntersection("P145",Perp146,C1,0); P348=OrderedIntersection("P348",Perp148,Par148,0); S152=Segment("S152",P426,P151); S251=Segment("S251",P151,P251); S153=Segment("S153",P438,P152); S252=Segment("S252",P152,P252); C316=Arc3pts("C316",P437,P915,P429); P355=OrderedIntersection("P355",Perp155,Par155,0); Center2=Center("Center2",C316); S121=Segment("S121",P46,P120); S220=Segment("S220",P120,P220); S122=Segment("S122",P47,P121); S221=Segment("S221",P121,P221); S123=Segment("S123",M,P122); S222=Segment("S222",P122,P222); S131=Segment("S131",P426,P130); S230=Segment("S230",P130,P230); S133=Segment("S133",P420,P132); S232=Segment("S232",P132,P232); S134=Segment("S134",P420,P133); S233=Segment("S233",P133,P233); Par234=Parallel("Par234",S234,P335); Par235=Parallel("Par235",S235,P336); Par139=Parallel("Par139",S139,P238); S141=Segment("S141",P418,P140); S240=Segment("S240",P140,P240); C34=Arc3pts("C34",P425,P93,P415); Par144=Parallel("Par144",S144,P243); S146=Segment("S146",P420,P145); S245=Segment("S245",P145,P245); Par247=Parallel("Par247",S247,P348); Par152=Parallel("Par152",S152,P251); Par153=Parallel("Par153",S153,P252); Par254=Parallel("Par254",S254,P355); Center3=Center("Center3",C34); Par121=Parallel("Par121",S121,P220); Par122=Parallel("Par122",S122,P221); Par123=Parallel("Par123",S123,P222); Par131=Parallel("Par131",S131,P230); Par133=Parallel("Par133",S133,P232); Par134=Parallel("Par134",S134,P233); P435=OrderedIntersection("P435",L135,Par234,0); P436=OrderedIntersection("P436",L136,Par235,0); P339=OrderedIntersection("P339",Perp139,Par139,0); Par141=Parallel("Par141",S141,P240); P344=OrderedIntersection("P344",Perp144,Par144,0); Par146=Parallel("Par146",S146,P245); P448=OrderedIntersection("P448",L148,Par247,0); P352=OrderedIntersection("P352",Perp152,Par152,0); P353=OrderedIntersection("P353",Perp153,Par153,0); P455=OrderedIntersection("P455",L155,Par254,0); P321=OrderedIntersection("P321",Perp121,Par121,0); P322=OrderedIntersection("P322",Perp122,Par122,0); P323=OrderedIntersection("P323",Perp123,Par123,0); P331=OrderedIntersection("P331",Perp131,Par131,0); P333=OrderedIntersection("P333",Perp133,Par133,0); P334=OrderedIntersection("P334",Perp134,Par134,0); Par238=Parallel("Par238",S238,P339); P341=OrderedIntersection("P341",Perp141,Par141,0); Par243=Parallel("Par243",S243,P344); P346=OrderedIntersection("P346",Perp146,Par146,0); L147=Line("L147",Ohz,P435); L214=PerpendicularBisector("L214",P417,P435); S313=Segment("S313",P417,P435); L215=PerpendicularBisector("L215",P436,P417); S314=Segment("S314",P436,P417); M116=MidPoint("M116",P417,P448); Par251=Parallel("Par251",S251,P352); Par252=Parallel("Par252",S252,P353); L222=PerpendicularBisector("L222",P436,P437); S321=Segment("S321",P436,P437); M123=MidPoint("M123",P437,P455); L156=Line("L156",Ohz,P435); Par220=Parallel("Par220",S220,P321); Par221=Parallel("Par221",S221,P322); Par222=Parallel("Par222",S222,P323); Par230=Parallel("Par230",S230,P331); Par232=Parallel("Par232",S232,P333); Par233=Parallel("Par233",S233,P334); P439=OrderedIntersection("P439",L139,Par238,0); Par240=Parallel("Par240",S240,P341); P444=OrderedIntersection("P444",L144,Par243,0); Par245=Parallel("Par245",S245,P346); Perp147=Perpendicular("Perp147",L147,Ohz); P246=OrderedIntersection("P246",L147,C1,0); P510=OrderedIntersection("P510",L214,S313,0); P511=OrderedIntersection("P511",L215,S314,0); Perp215=Perpendicular("Perp215",L148,M116); P452=OrderedIntersection("P452",L152,Par251,0); P453=OrderedIntersection("P453",L153,Par252,0); P518=OrderedIntersection("P518",L222,S321,0); Perp222=Perpendicular("Perp222",L155,M123); Perp156=Perpendicular("Perp156",L156,Ohz); P255=OrderedIntersection("P255",L156,C1,0); P421=OrderedIntersection("P421",L121,Par220,0); P422=OrderedIntersection("P422",L122,Par221,0); P423=OrderedIntersection("P423",L123,Par222,0); P431=OrderedIntersection("P431",L131,Par230,0); P433=OrderedIntersection("P433",L133,Par232,0); P434=OrderedIntersection("P434",L134,Par233,0); P441=OrderedIntersection("P441",L141,Par240,0); M112=MidPoint("M112",P424,P444); P446=OrderedIntersection("P446",L146,Par245,0); P146=OrderedIntersection("P146",Perp147,C1,0); P615=OrderedIntersection("P615",L215,Perp215,0); L219=PerpendicularBisector("L219",P439,P426); S318=Segment("S318",P439,P426); M120=MidPoint("M120",P426,P452); M121=MidPoint("M121",P438,P453); P622=OrderedIntersection("P622",L222,Perp222,0); P155=OrderedIntersection("P155",Perp156,C1,0); L159=Line("L159",Ohz,P439); L226=PerpendicularBisector("L226",P438,P439); S325=Segment("S325",P438,P439); L130=Line("L130",P63,P423); L132=Line("L132",P65,P423); L140=Line("L140",Ohz,P421); L27=PerpendicularBisector("L27",P416,P421); S36=Segment("S36",P416,P421); M19=MidPoint("M19",P418,P441); L143=Line("L143",Ohz,P422); L210=PerpendicularBisector("L210",P428,P422); S39=Segment("S39",P428,P422); Perp211=Perpendicular("Perp211",L144,M112); L145=Line("L145",Ohz,P433); L212=PerpendicularBisector("L212",P420,P433); S311=Segment("S311",P420,P433); L213=PerpendicularBisector("L213",P434,P420); S312=Segment("S312",P434,P420); M114=MidPoint("M114",P420,P446); S147=Segment("S147",P435,P146); S246=Segment("S246",P146,P246); C216=Circle("C216",P615,P436); R110=Ray("R110",P615,P511); L150=Line("L150",Ohz,P423); L151=Line("L151",Ohz,P431); L218=PerpendicularBisector("L218",P426,P431); S317=Segment("S317",P426,P431); P515=OrderedIntersection("P515",L219,S318,0); Perp219=Perpendicular("Perp219",L152,M120); Perp220=Perpendicular("Perp220",L153,M121); C223=Circle("C223",P622,P436); R117=Ray("R117",P622,P518); L223=PerpendicularBisector("L223",P434,P435); S322=Segment("S322",P434,P435); S156=Segment("S156",P435,P155); S255=Segment("S255",P155,P255); L157=Line("L157",Ohz,P433); Perp159=Perpendicular("Perp159",L159,Ohz); P258=OrderedIntersection("P258",L159,C1,0); P522=OrderedIntersection("P522",L226,S325,0); Perp130=Perpendicular("Perp130",L130,P63); P229=OrderedIntersection("P229",L130,C24,0); Perp132=Perpendicular("Perp132",L132,P65); P231=OrderedIntersection("P231",L132,C26,0); Perp140=Perpendicular("Perp140",L140,Ohz); P239=OrderedIntersection("P239",L140,C1,0); P53=OrderedIntersection("P53",L27,S36,0); Perp28=Perpendicular("Perp28",L141,M19); Perp143=Perpendicular("Perp143",L143,Ohz); P242=OrderedIntersection("P242",L143,C1,0); P56=OrderedIntersection("P56",L210,S39,0); P611=OrderedIntersection("P611",L211,Perp211,0); Perp145=Perpendicular("Perp145",L145,Ohz); P244=OrderedIntersection("P244",L145,C1,0); P58=OrderedIntersection("P58",L212,S311,0); P59=OrderedIntersection("P59",L213,S312,0); Perp213=Perpendicular("Perp213",L146,M114); Par147=Parallel("Par147",S147,P246); P99=OrderedIntersection("P99",R110,C216,0); Perp150=Perpendicular("Perp150",L150,Ohz); P249=OrderedIntersection("P249",L150,C1,0); Perp151=Perpendicular("Perp151",L151,Ohz); P250=OrderedIntersection("P250",L151,C1,0); P514=OrderedIntersection("P514",L218,S317,0); P619=OrderedIntersection("P619",L219,Perp219,0); P620=OrderedIntersection("P620",L220,Perp220,0); P916=OrderedIntersection("P916",R117,C223,0); P519=OrderedIntersection("P519",L223,S322,0); Par156=Parallel("Par156",S156,P255); Perp157=Perpendicular("Perp157",L157,Ohz); P256=OrderedIntersection("P256",L157,C1,0); P158=OrderedIntersection("P158",Perp159,C1,0); P129=OrderedIntersection("P129",Perp130,C24,0); P131=OrderedIntersection("P131",Perp132,C26,0); P139=OrderedIntersection("P139",Perp140,C1,0); P68=OrderedIntersection("P68",L28,Perp28,0); P142=OrderedIntersection("P142",Perp143,C1,0); C212=Circle("C212",P611,P419); R16=Ray("R16",P611,P57); P144=OrderedIntersection("P144",Perp145,C1,0); P613=OrderedIntersection("P613",L213,Perp213,0); P347=OrderedIntersection("P347",Perp147,Par147,0); C310=Arc3pts("C310",P436,P99,P417); P149=OrderedIntersection("P149",Perp150,C1,0); P150=OrderedIntersection("P150",Perp151,C1,0); C220=Circle("C220",P619,P439); R114=Ray("R114",P619,P515); C221=Circle("C221",P620,P429); R115=Ray("R115",P620,P516); C317=Arc3pts("C317",P436,P916,P437); P356=OrderedIntersection("P356",Perp156,Par156,0); P156=OrderedIntersection("P156",Perp157,C1,0); S159=Segment("S159",P439,P158); S258=Segment("S258",P158,P258); Center4=Center("Center4",C310); Center5=Center("Center5",C317); S130=Segment("S130",P423,P129); S229=Segment("S229",P129,P229); S132=Segment("S132",P423,P131); S231=Segment("S231",P131,P231); S140=Segment("S140",P421,P139); S239=Segment("S239",P139,P239); C29=Circle("C29",P68,P427); R13=Ray("R13",P68,P54); S143=Segment("S143",P422,P142); S242=Segment("S242",P142,P242); P95=OrderedIntersection("P95",R16,C212,0); S145=Segment("S145",P433,P144); S244=Segment("S244",P144,P244); C214=Circle("C214",P613,P434); R18=Ray("R18",P613,P59); Par246=Parallel("Par246",S246,P347); S150=Segment("S150",P423,P149); S249=Segment("S249",P149,P249); S151=Segment("S151",P431,P150); S250=Segment("S250",P150,P250); P913=OrderedIntersection("P913",R114,C220,0); P914=OrderedIntersection("P914",R115,C221,0); Par255=Parallel("Par255",S255,P356); S157=Segment("S157",P433,P156); S256=Segment("S256",P156,P256); Par159=Parallel("Par159",S159,P258); Par130=Parallel("Par130",S130,P229); Par132=Parallel("Par132",S132,P231); Par140=Parallel("Par140",S140,P239); P92=OrderedIntersection("P92",R13,C29,0); Par143=Parallel("Par143",S143,P242); C36=Arc3pts("C36",P419,P95,P424); Par145=Parallel("Par145",S145,P244); P97=OrderedIntersection("P97",R18,C214,0); P447=OrderedIntersection("P447",L147,Par246,0); Par150=Parallel("Par150",S150,P249); Par151=Parallel("Par151",S151,P250); C314=Arc3pts("C314",P439,P913,P426); C315=Arc3pts("C315",P429,P914,P438); P456=OrderedIntersection("P456",L156,Par255,0); Par157=Parallel("Par157",S157,P256); P359=OrderedIntersection("P359",Perp159,Par159,0); Center6=Center("Center6",C36); Center7=Center("Center7",C314); Center8=Center("Center8",C315); P330=OrderedIntersection("P330",Perp130,Par130,0); P332=OrderedIntersection("P332",Perp132,Par132,0); P340=OrderedIntersection("P340",Perp140,Par140,0); C33=Arc3pts("C33",P427,P92,P418); P343=OrderedIntersection("P343",Perp143,Par143,0); P345=OrderedIntersection("P345",Perp145,Par145,0); C38=Arc3pts("C38",P434,P97,P420); M115=MidPoint("M115",P435,P447); P350=OrderedIntersection("P350",Perp150,Par150,0); P351=OrderedIntersection("P351",Perp151,Par151,0); M124=MidPoint("M124",P435,P456); P357=OrderedIntersection("P357",Perp157,Par157,0); Par258=Parallel("Par258",S258,P359); P8=PointOn("P8",C36,4.836204248371786); Center9=Center("Center9",C33); Center10=Center("Center10",C38); Par229=Parallel("Par229",S229,P330); Par231=Parallel("Par231",S231,P332); Par239=Parallel("Par239",S239,P340); Par242=Parallel("Par242",S242,P343); Par244=Parallel("Par244",S244,P345); Perp214=Perpendicular("Perp214",L147,M115); Par249=Parallel("Par249",S249,P350); Par250=Parallel("Par250",S250,P351); Perp223=Perpendicular("Perp223",L156,M124); Par256=Parallel("Par256",S256,P357); P459=OrderedIntersection("P459",L159,Par258,0); P430=OrderedIntersection("P430",L130,Par229,0); P432=OrderedIntersection("P432",L132,Par231,0); P440=OrderedIntersection("P440",L140,Par239,0); P443=OrderedIntersection("P443",L143,Par242,0); P445=OrderedIntersection("P445",L145,Par244,0); P614=OrderedIntersection("P614",L214,Perp214,0); P450=OrderedIntersection("P450",L150,Par249,0); P451=OrderedIntersection("P451",L151,Par250,0); P623=OrderedIntersection("P623",L223,Perp223,0); P457=OrderedIntersection("P457",L157,Par256,0); M127=MidPoint("M127",P439,P459); M18=MidPoint("M18",P421,P440); M111=MidPoint("M111",P422,P443); M113=MidPoint("M113",P433,P445); C215=Circle("C215",P614,P417); R19=Ray("R19",P614,P510); L149=Line("L149",Ohz,P432); L216=PerpendicularBisector("L216",P423,P432); S315=Segment("S315",P423,P432); L217=PerpendicularBisector("L217",P430,P423); S316=Segment("S316",P430,P423); M118=MidPoint("M118",P423,P450); M119=MidPoint("M119",P431,P451); C224=Circle("C224",P623,P434); R118=Ray("R118",P623,P519); L224=PerpendicularBisector("L224",P432,P433); S323=Segment("S323",P432,P433); M125=MidPoint("M125",P433,P457); L158=Line("L158",Ohz,P430); L225=PerpendicularBisector("L225",P431,P430); S324=Segment("S324",P431,P430); Perp226=Perpendicular("Perp226",L159,M127); Perp27=Perpendicular("Perp27",L140,M18); Perp210=Perpendicular("Perp210",L143,M111); Perp212=Perpendicular("Perp212",L145,M113); P98=OrderedIntersection("P98",R19,C215,0); Perp149=Perpendicular("Perp149",L149,Ohz); P248=OrderedIntersection("P248",L149,C1,0); P512=OrderedIntersection("P512",L216,S315,0); P513=OrderedIntersection("P513",L217,S316,0); Perp217=Perpendicular("Perp217",L150,M118); Perp218=Perpendicular("Perp218",L151,M119); P917=OrderedIntersection("P917",R118,C224,0); P520=OrderedIntersection("P520",L224,S323,0); Perp224=Perpendicular("Perp224",L157,M125); Perp158=Perpendicular("Perp158",L158,Ohz); P257=OrderedIntersection("P257",L158,C1,0); P521=OrderedIntersection("P521",L225,S324,0); P626=OrderedIntersection("P626",L226,Perp226,0); P67=OrderedIntersection("P67",L27,Perp27,0); P610=OrderedIntersection("P610",L210,Perp210,0); P612=OrderedIntersection("P612",L212,Perp212,0); C39=Arc3pts("C39",P417,P98,P435); P148=OrderedIntersection("P148",Perp149,C1,0); P617=OrderedIntersection("P617",L217,Perp217,0); P618=OrderedIntersection("P618",L218,Perp218,0); C318=Arc3pts("C318",P434,P917,P435); P624=OrderedIntersection("P624",L224,Perp224,0); P157=OrderedIntersection("P157",Perp158,C1,0); C227=Circle("C227",P626,P438); R121=Ray("R121",P626,P522); Center11=Center("Center11",C39); Center12=Center("Center12",C318); C28=Circle("C28",P67,P416); R12=Ray("R12",P67,P53); C211=Circle("C211",P610,P428); R15=Ray("R15",P610,P56); C213=Circle("C213",P612,P420); R17=Ray("R17",P612,P58); S149=Segment("S149",P432,P148); S248=Segment("S248",P148,P248); C218=Circle("C218",P617,P430); R112=Ray("R112",P617,P513); C219=Circle("C219",P618,P426); R113=Ray("R113",P618,P514); C225=Circle("C225",P624,P432); R119=Ray("R119",P624,P520); S158=Segment("S158",P430,P157); S257=Segment("S257",P157,P257); P920=OrderedIntersection("P920",R121,C227,0); P91=OrderedIntersection("P91",R12,C28,0); P94=OrderedIntersection("P94",R15,C211,0); P96=OrderedIntersection("P96",R17,C213,0); Par149=Parallel("Par149",S149,P248); P911=OrderedIntersection("P911",R112,C218,0); P912=OrderedIntersection("P912",R113,C219,0); P918=OrderedIntersection("P918",R119,C225,0); Par158=Parallel("Par158",S158,P257); C321=Arc3pts("C321",P438,P920,P439); Center13=Center("Center13",C321); C32=Arc3pts("C32",P416,P91,P421); C35=Arc3pts("C35",P428,P94,P422); C37=Arc3pts("C37",P420,P96,P433); P349=OrderedIntersection("P349",Perp149,Par149,0); C312=Arc3pts("C312",P430,P911,P423); C313=Arc3pts("C313",P426,P912,P431); C319=Arc3pts("C319",P432,P918,P433); P358=OrderedIntersection("P358",Perp158,Par158,0); Center14=Center("Center14",C32); Center15=Center("Center15",C35); Center16=Center("Center16",C37); Center17=Center("Center17",C312); Center18=Center("Center18",C313); Center19=Center("Center19",C319); Par248=Parallel("Par248",S248,P349); Par257=Parallel("Par257",S257,P358); P449=OrderedIntersection("P449",L149,Par248,0); P458=OrderedIntersection("P458",L158,Par257,0); M117=MidPoint("M117",P432,P449); M126=MidPoint("M126",P430,P458); Perp216=Perpendicular("Perp216",L149,M117); Perp225=Perpendicular("Perp225",L158,M126); P616=OrderedIntersection("P616",L216,Perp216,0); P625=OrderedIntersection("P625",L225,Perp225,0); C217=Circle("C217",P616,P423); R111=Ray("R111",P616,P512); C226=Circle("C226",P625,P431); R120=Ray("R120",P625,P521); P910=OrderedIntersection("P910",R111,C217,0); P919=OrderedIntersection("P919",R120,C226,0); C311=Arc3pts("C311",P423,P910,P432); C320=Arc3pts("C320",P431,P919,P430); Center20=Center("Center20",C311); Center21=Center("Center21",C320); // Styles : STL(Ohz,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(O,"c:#0000b2;o:1;s:6;sn:true;f:15"); STL(Ou,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(tu,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(Iu,"c:#0000b2;h:1;s:4;sn:true;f:15"); STL(C1,"c:#cc66cc;s:1;f:30;p:0"); STL(R1,"c:#993300;h:1;s:1;f:30;p:0"); STL(M1,"c:#0000b2;h:1;s:6;f:15"); STL(M2,"c:#0000b2;h:1;s:6;f:15"); STL(C2,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L1,"c:#780013;h:1;s:1;f:30;p:0"); STL(L14,"c:#780013;h:1;s:1;f:30;p:0"); STL(Uhz,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(Symc1,"c:#0000b2;h:1;s:6;f:15"); STL(Symc2,"c:#0000b2;h:1;s:6;f:15"); STL(Perp1,"c:#780013;h:1;s:1;f:30;p:0"); STL(P2,"c:#0000b2;h:1;s:6;f:15"); STL(Perp14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P24,"c:#0000b2;h:1;s:6;f:30"); STL(S1,"c:#006633;h:1;s:1;f:24"); STL(P1,"c:#0000b2;h:1;s:6;f:15"); STL(P14,"c:#0000b2;h:1;s:6;f:30"); STL(Par1,"c:#780013;h:1;s:1;f:30;p:0"); STL(S11,"c:#006633;h:1;s:1;f:24"); STL(S2,"c:#006633;h:1;s:1;f:24"); STL(S15,"c:#006633;h:1;s:1;f:24"); STL(S24,"c:#006633;h:1;s:1;f:24"); STL(T54,"c:#0000b2;h:1;s:6;sn:true;f:15"); STL(Par11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par15,"c:#780013;h:1;s:1;f:30;p:0"); STL(P3,"c:#0000b2;h:1;s:6;f:15"); STL(P34,"c:#0000b2;h:1;s:6;f:30"); STL(Par2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Oi,"c:#0000b2;s:6;sn:true;f:15"); STL(P44,"c:#0000b2;h:1;s:6;f:30"); STL(M3,"c:#0000b2;h:1;s:6;f:15"); STL(L12,"c:#780013;h:1;s:1;f:30;p:0"); STL(M11,"c:#0000b2;h:1;s:6;f:30"); STL(C3,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(L11,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp12,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp2,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp11,"c:#780013;h:1;s:1;f:30;p:0"); STL(P21,"c:#0000b2;h:1;s:6;f:15"); STL(P11,"c:#0000b2;h:1;s:6;f:15"); STL(S12,"c:#006633;h:1;s:1;f:24"); STL(S21,"c:#006633;h:1;s:1;f:24"); STL(Par12,"c:#780013;h:1;s:1;f:30;p:0"); STL(P31,"c:#0000b2;h:1;s:6;f:15"); STL(Par21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P41,"c:#0000b2;h:1;s:6;f:15"); STL(Ce,"c:#b40000;h:1;s:6;sn:true;f:15"); STL(C4,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P4,"c:#0000b2;h:1;s:6;f:30"); STL(C5,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P22,"c:#0000b2;h:1;s:6;f:30"); STL(P12,"c:#0000b2;h:1;s:6;f:30"); STL(S13,"c:#006633;h:1;s:1;f:24"); STL(S22,"c:#006633;h:1;s:1;f:24"); STL(Par13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P32,"c:#0000b2;h:1;s:6;f:30"); STL(Par22,"c:#780013;h:1;s:1;f:30;p:0"); STL(P42,"c:#0000b2;h:1;s:6;f:30"); STL(L13,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp13,"c:#780013;h:1;s:1;f:30;p:0"); STL(P23,"c:#0000b2;h:1;s:6;f:30"); STL(P13,"c:#0000b2;h:1;s:6;f:30"); STL(S14,"c:#006633;h:1;s:1;f:24"); STL(S23,"c:#006633;h:1;s:1;f:24"); STL(Par14,"c:#780013;h:1;s:1;f:30;p:0"); STL(P33,"c:#0000b2;h:1;s:6;f:30"); STL(Par23,"c:#780013;h:1;s:1;f:30;p:0"); STL(P43,"c:#0000b2;h:1;s:6;f:30"); STL(M4,"c:#0000b2;h:1;s:6;f:30"); STL(C6,"c:#b40000;s:2;f:30;p:0"); STL(M,"c:#b40000;o:1;s:6;sn:true;f:17"); STL(L2,"c:#780013;h:1;s:1;f:30;p:0"); STL(S3,"c:#006633;h:1;s:1;f:24"); STL(L110,"c:#780013;h:1;s:1;f:30;p:0"); STL(L114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P51,"c:#0000b2;h:1;s:6;f:30"); STL(P6,"c:#0000b2;h:1;s:6;f:30"); STL(Perp110,"c:#780013;h:1;s:1;f:30;p:0"); STL(P29,"c:#0000b2;h:1;s:6;f:30"); STL(Perp114,"c:#780013;h:1;s:1;f:30;p:0"); STL(P213,"c:#0000b2;h:1;s:6;f:30"); STL(C21,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R11,"c:#993300;h:1;s:1;f:30;p:0"); STL(P19,"c:#0000b2;h:1;s:6;f:30"); STL(P113,"c:#0000b2;h:1;s:6;f:30"); STL(P9,"c:#0000b2;h:1;s:6;f:30"); STL(S110,"c:#006633;h:1;s:1;f:24"); STL(S29,"c:#006633;h:1;s:1;f:24"); STL(S114,"c:#006633;h:1;s:1;f:24"); STL(S213,"c:#006633;h:1;s:1;f:24"); STL(C31,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Par110,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par114,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center1,"c:#0000b2;h:1;s:6;sn:true;f:17"); STL(P310,"c:#0000b2;h:1;s:6;f:30"); STL(P314,"c:#0000b2;h:1;s:6;f:30"); STL(S4,"c:#006633;h:1;s:1;f:24"); STL(Par29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp3,"c:#780013;h:1;s:1;f:30;p:0"); STL(P410,"c:#0000b2;h:1;s:6;f:30"); STL(P414,"c:#0000b2;h:1;s:6;f:30"); STL(Perp4,"c:#780013;h:1;s:1;f:30;p:0"); STL(M13,"c:#0000b2;h:1;s:6;f:30"); STL(M17,"c:#0000b2;h:1;s:6;f:30"); STL(P5,"c:#0000b2;h:1;s:6;f:30"); STL(Perp22,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp26,"c:#780013;h:1;s:1;f:30;p:0"); STL(L15,"c:#780013;h:1;s:1;f:30;p:0"); STL(C11,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(Symc11,"c:#0000b2;h:1;s:6;f:30"); STL(Perp15,"c:#780013;h:1;s:1;f:30;p:0"); STL(M12,"c:#0000b2;h:1;s:6;f:30"); STL(P35,"c:#0000b2;h:1;s:6;f:30"); STL(M21,"c:#0000b2;h:1;s:6;f:30"); STL(M31,"c:#0000b2;h:1;s:6;f:30"); STL(C22,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(P45,"c:#0000b2;h:1;s:6;f:30"); STL(Perp21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P52,"c:#0000b2;h:1;s:6;f:30"); STL(L21,"c:#780013;h:1;s:1;f:30;p:0"); STL(P61,"c:#0000b2;h:1;s:6;f:30"); STL(Perp5,"c:#780013;h:1;s:1;f:30;p:0"); STL(P7,"c:#0000b2;h:1;s:6;f:30"); STL(Cang36,"c:#0000b2;h:1;s:1;sn:true;f:30;p:0"); STL(L16,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P25,"c:#0000b2;h:1;s:6;f:30"); STL(P15,"c:#0000b2;h:1;s:6;f:30"); STL(S16,"c:#006633;h:1;s:1;f:24"); STL(S25,"c:#006633;h:1;s:1;f:24"); STL(Par16,"c:#780013;h:1;s:1;f:30;p:0"); STL(P36,"c:#0000b2;h:1;s:6;f:30"); STL(Par25,"c:#780013;h:1;s:1;f:30;p:0"); STL(P46,"c:#0000b2;h:1;s:6;f:30"); STL(L17,"c:#780013;h:1;s:1;f:30;p:0"); STL(L26,"c:#780013;h:1;s:1;f:30;p:0"); STL(S35,"c:#006633;h:1;s:1;f:24"); STL(Perp17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P26,"c:#0000b2;h:1;s:6;f:30"); STL(P66,"c:#0000b2;h:1;s:6;f:30"); STL(P16,"c:#0000b2;h:1;s:6;f:30"); STL(C27,"c:#007c00;h:1;s:1;f:30;p:0"); STL(S17,"c:#006633;h:1;s:1;f:24"); STL(S26,"c:#006633;h:1;s:1;f:24"); STL(Par17,"c:#780013;h:1;s:1;f:30;p:0"); STL(P37,"c:#0000b2;h:1;s:6;f:30"); STL(Par26,"c:#780013;h:1;s:1;f:30;p:0"); STL(P47,"c:#0000b2;h:1;s:6;f:30"); STL(L18,"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(L111,"c:#780013;h:1;s:1;f:30;p:0"); STL(L115,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp18,"c:#780013;h:1;s:1;f:30;p:0"); STL(P27,"c:#0000b2;h:1;s:6;f:30"); STL(P62,"c:#0000b2;h:1;s:6;f:30"); STL(Perp111,"c:#780013;h:1;s:1;f:30;p:0"); STL(P210,"c:#0000b2;h:1;s:6;f:30"); STL(Perp115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P214,"c:#0000b2;h:1;s:6;f:30"); STL(P17,"c:#0000b2;h:1;s:6;f:30"); STL(C23,"c:#007c00;h:1;s:1;f:30;p:0"); STL(P110,"c:#0000b2;h:1;s:6;f:30"); STL(P114,"c:#0000b2;h:1;s:6;f:30"); STL(L127,"c:#780013;h:1;s:1;f:30;p:0"); STL(S18,"c:#006633;h:1;s:1;f:24"); STL(S27,"c:#006633;h:1;s:1;f:24"); STL(S111,"c:#006633;h:1;s:1;f:24"); STL(S210,"c:#006633;h:1;s:1;f:24"); STL(S115,"c:#006633;h:1;s:1;f:24"); STL(S214,"c:#006633;h:1;s:1;f:24"); STL(Perp127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P226,"c:#0000b2;h:1;s:6;f:30"); STL(Par18,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par111,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par115,"c:#780013;h:1;s:1;f:30;p:0"); STL(P126,"c:#0000b2;h:1;s:6;f:30"); STL(P38,"c:#0000b2;h:1;s:6;f:30"); STL(P311,"c:#0000b2;h:1;s:6;f:30"); STL(P315,"c:#0000b2;h:1;s:6;f:30"); STL(S127,"c:#006633;h:1;s:1;f:24"); STL(S226,"c:#006633;h:1;s:1;f:24"); STL(Par27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par127,"c:#780013;h:1;s:1;f:30;p:0"); STL(P48,"c:#0000b2;h:1;s:6;f:30"); STL(P411,"c:#0000b2;h:1;s:6;f:30"); STL(P415,"c:#0000b2;h:1;s:6;f:30"); STL(P327,"c:#0000b2;h:1;s:6;f:30"); STL(L19,"c:#780013;h:1;s:1;f:30;p:0"); STL(M14,"c:#0000b2;h:1;s:6;f:30"); STL(L113,"c:#780013;h:1;s:1;f:30;p:0"); STL(L25,"c:#780013;h:1;s:1;f:30;p:0"); STL(S34,"c:#006633;h:1;s:1;f:24"); STL(L116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par226,"c:#780013;h:1;s:1;f:30;p:0"); STL(L129,"c:#780013;h:1;s:1;f:30;p:0"); STL(L142,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp19,"c:#780013;h:1;s:1;f:30;p:0"); STL(P28,"c:#0000b2;h:1;s:6;f:30"); STL(Perp23,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp113,"c:#780013;h:1;s:1;f:30;p:0"); STL(P212,"c:#0000b2;h:1;s:6;f:30"); STL(Perp116,"c:#780013;h:1;s:1;f:30;p:0"); STL(P215,"c:#0000b2;h:1;s:6;f:30"); STL(P427,"c:#0000b2;h:1;s:6;f:30"); STL(Perp129,"c:#780013;h:1;s:1;f:30;p:0"); STL(P228,"c:#0000b2;h:1;s:6;f:30"); STL(Perp142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P241,"c:#0000b2;h:1;s:6;f:30"); STL(P18,"c:#0000b2;h:1;s:6;f:30"); STL(P112,"c:#0000b2;h:1;s:6;f:30"); STL(P115,"c:#0000b2;h:1;s:6;f:30"); STL(P128,"c:#0000b2;h:1;s:6;f:30"); STL(P141,"c:#0000b2;h:1;s:6;f:30"); STL(S19,"c:#006633;h:1;s:1;f:24"); STL(S28,"c:#006633;h:1;s:1;f:24"); STL(S113,"c:#006633;h:1;s:1;f:24"); STL(S212,"c:#006633;h:1;s:1;f:24"); STL(S116,"c:#006633;h:1;s:1;f:24"); STL(S215,"c:#006633;h:1;s:1;f:24"); STL(S129,"c:#006633;h:1;s:1;f:24"); STL(S228,"c:#006633;h:1;s:1;f:24"); STL(S142,"c:#006633;h:1;s:1;f:24"); STL(S241,"c:#006633;h:1;s:1;f:24"); STL(Par19,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par113,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par116,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par129,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par142,"c:#780013;h:1;s:1;f:30;p:0"); STL(P39,"c:#0000b2;h:1;s:6;f:30"); STL(P313,"c:#0000b2;h:1;s:6;f:30"); STL(P316,"c:#0000b2;h:1;s:6;f:30"); STL(P329,"c:#0000b2;h:1;s:6;f:30"); STL(P342,"c:#0000b2;h:1;s:6;f:30"); STL(Par28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par212,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par215,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par228,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par241,"c:#780013;h:1;s:1;f:30;p:0"); STL(P49,"c:#0000b2;h:1;s:6;f:30"); STL(P413,"c:#0000b2;h:1;s:6;f:30"); STL(P416,"c:#0000b2;h:1;s:6;f:30"); STL(P429,"c:#0000b2;h:1;s:6;f:30"); STL(P442,"c:#0000b2;h:1;s:6;f:30"); STL(L23,"c:#780013;h:1;s:1;f:30;p:0"); STL(S32,"c:#006633;h:1;s:1;f:24"); STL(L112,"c:#780013;h:1;s:1;f:30;p:0"); STL(L24,"c:#780013;h:1;s:1;f:30;p:0"); STL(S33,"c:#006633;h:1;s:1;f:24"); STL(M16,"c:#0000b2;h:1;s:6;f:30"); STL(L117,"c:#780013;h:1;s:1;f:30;p:0"); STL(L128,"c:#780013;h:1;s:1;f:30;p:0"); STL(L137,"c:#780013;h:1;s:1;f:30;p:0"); STL(M110,"c:#0000b2;h:1;s:6;f:30"); STL(L154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P63,"c:#0000b2;h:1;s:6;f:30"); STL(Perp112,"c:#780013;h:1;s:1;f:30;p:0"); STL(P211,"c:#0000b2;h:1;s:6;f:30"); STL(Perp25,"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(Perp128,"c:#780013;h:1;s:1;f:30;p:0"); STL(P227,"c:#0000b2;h:1;s:6;f:30"); STL(Perp137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P236,"c:#0000b2;h:1;s:6;f:30"); STL(Perp29,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P253,"c:#0000b2;h:1;s:6;f:30"); STL(C24,"c:#007c00;h:1;s:1;f:30;p:0"); STL(P111,"c:#0000b2;h:1;s:6;f:30"); STL(P65,"c:#0000b2;h:1;s:6;f:30"); STL(P116,"c:#0000b2;h:1;s:6;f:30"); STL(L124,"c:#780013;h:1;s:1;f:30;p:0"); STL(L125,"c:#780013;h:1;s:1;f:30;p:0"); STL(L126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P127,"c:#0000b2;h:1;s:6;f:30"); STL(P136,"c:#0000b2;h:1;s:6;f:30"); STL(L138,"c:#780013;h:1;s:1;f:30;p:0"); STL(P153,"c:#0000b2;h:1;s:6;f:30"); STL(S112,"c:#006633;h:1;s:1;f:24"); STL(S211,"c:#006633;h:1;s:1;f:24"); STL(C26,"c:#007c00;h:1;s:1;f:30;p:0"); STL(S117,"c:#006633;h:1;s:1;f:24"); STL(S216,"c:#006633;h:1;s:1;f:24"); STL(L118,"c:#780013;h:1;s:1;f:30;p:0"); STL(L119,"c:#780013;h:1;s:1;f:30;p:0"); STL(L120,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp124,"c:#780013;h:1;s:1;f:30;p:0"); STL(P223,"c:#0000b2;h:1;s:6;f:30"); STL(Perp125,"c:#780013;h:1;s:1;f:30;p:0"); STL(P224,"c:#0000b2;h:1;s:6;f:30"); STL(Perp126,"c:#780013;h:1;s:1;f:30;p:0"); STL(P225,"c:#0000b2;h:1;s:6;f:30"); STL(S128,"c:#006633;h:1;s:1;f:24"); STL(S227,"c:#006633;h:1;s:1;f:24"); STL(S137,"c:#006633;h:1;s:1;f:24"); STL(S236,"c:#006633;h:1;s:1;f:24"); STL(Perp138,"c:#780013;h:1;s:1;f:30;p:0"); STL(P237,"c:#0000b2;h:1;s:6;f:30"); STL(S154,"c:#006633;h:1;s:1;f:24"); STL(S253,"c:#006633;h:1;s:1;f:24"); STL(Par112,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par117,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp118,"c:#780013;h:1;s:1;f:30;p:0"); STL(P217,"c:#0000b2;h:1;s:6;f:30"); STL(Perp119,"c:#780013;h:1;s:1;f:30;p:0"); STL(P218,"c:#0000b2;h:1;s:6;f:30"); STL(Perp120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P219,"c:#0000b2;h:1;s:6;f:30"); STL(P123,"c:#0000b2;h:1;s:6;f:30"); STL(P124,"c:#0000b2;h:1;s:6;f:30"); STL(P125,"c:#0000b2;h:1;s:6;f:30"); STL(Par128,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par137,"c:#780013;h:1;s:1;f:30;p:0"); STL(P137,"c:#0000b2;h:1;s:6;f:30"); STL(Par154,"c:#780013;h:1;s:1;f:30;p:0"); STL(P312,"c:#0000b2;h:1;s:6;f:30"); STL(P317,"c:#0000b2;h:1;s:6;f:30"); STL(P117,"c:#0000b2;h:1;s:6;f:30"); STL(P118,"c:#0000b2;h:1;s:6;f:30"); STL(P119,"c:#0000b2;h:1;s:6;f:30"); STL(S124,"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(S224,"c:#006633;h:1;s:1;f:24"); STL(S126,"c:#006633;h:1;s:1;f:24"); STL(S225,"c:#006633;h:1;s:1;f:24"); STL(P328,"c:#0000b2;h:1;s:6;f:30"); STL(P337,"c:#0000b2;h:1;s:6;f:30"); STL(S138,"c:#006633;h:1;s:1;f:24"); STL(S237,"c:#006633;h:1;s:1;f:24"); STL(P354,"c:#0000b2;h:1;s:6;f:30"); STL(Par211,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par216,"c:#780013;h:1;s:1;f:30;p:0"); STL(S118,"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(S218,"c:#006633;h:1;s:1;f:24"); STL(S120,"c:#006633;h:1;s:1;f:24"); STL(S219,"c:#006633;h:1;s:1;f:24"); STL(Par124,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par125,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par126,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par227,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par236,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par138,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par253,"c:#780013;h:1;s:1;f:30;p:0"); STL(P412,"c:#0000b2;h:1;s:6;f:30"); STL(P417,"c:#0000b2;h:1;s:6;f:30"); STL(Par118,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par119,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par120,"c:#780013;h:1;s:1;f:30;p:0"); STL(P324,"c:#0000b2;h:1;s:6;f:30"); STL(P325,"c:#0000b2;h:1;s:6;f:30"); STL(P326,"c:#0000b2;h:1;s:6;f:30"); STL(P428,"c:#0000b2;h:1;s:6;f:30"); STL(P437,"c:#0000b2;h:1;s:6;f:30"); STL(P338,"c:#0000b2;h:1;s:6;f:30"); STL(P454,"c:#0000b2;h:1;s:6;f:30"); STL(M15,"c:#0000b2;h:1;s:6;f:30"); STL(P318,"c:#0000b2;h:1;s:6;f:30"); STL(P319,"c:#0000b2;h:1;s:6;f:30"); STL(P320,"c:#0000b2;h:1;s:6;f:30"); STL(Par223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par225,"c:#780013;h:1;s:1;f:30;p:0"); STL(L135,"c:#780013;h:1;s:1;f:30;p:0"); STL(L136,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par237,"c:#780013;h:1;s:1;f:30;p:0"); STL(L148,"c:#780013;h:1;s:1;f:30;p:0"); STL(L221,"c:#780013;h:1;s:1;f:30;p:0"); STL(S320,"c:#006633;h:1;s:1;f:24"); STL(M122,"c:#0000b2;h:1;s:6;f:30"); STL(L155,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp24,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par218,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par219,"c:#780013;h:1;s:1;f:30;p:0"); STL(P424,"c:#0000b2;h:1;s:6;f:30"); STL(P425,"c:#0000b2;h:1;s:6;f:30"); STL(P426,"c:#0000b2;h:1;s:6;f:30"); STL(Perp135,"c:#780013;h:1;s:1;f:30;p:0"); STL(P234,"c:#0000b2;h:1;s:6;f:30"); STL(Perp136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P235,"c:#0000b2;h:1;s:6;f:30"); STL(P438,"c:#0000b2;h:1;s:6;f:30"); STL(Perp148,"c:#780013;h:1;s:1;f:30;p:0"); STL(P247,"c:#0000b2;h:1;s:6;f:30"); STL(P517,"c:#0000b2;h:1;s:6;f:30"); STL(Perp221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp155,"c:#780013;h:1;s:1;f:30;p:0"); STL(P254,"c:#0000b2;h:1;s:6;f:30"); STL(P64,"c:#0000b2;h:1;s:6;f:30"); STL(P418,"c:#0000b2;h:1;s:6;f:30"); STL(P419,"c:#0000b2;h:1;s:6;f:30"); STL(P420,"c:#0000b2;h:1;s:6;f:30"); STL(P134,"c:#0000b2;h:1;s:6;f:30"); STL(P135,"c:#0000b2;h:1;s:6;f:30"); STL(L139,"c:#780013;h:1;s:1;f:30;p:0"); STL(L29,"c:#780013;h:1;s:1;f:30;p:0"); STL(S38,"c:#006633;h:1;s:1;f:24"); STL(L144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P147,"c:#0000b2;h:1;s:6;f:30"); STL(L152,"c:#780013;h:1;s:1;f:30;p:0"); STL(L153,"c:#780013;h:1;s:1;f:30;p:0"); STL(L220,"c:#780013;h:1;s:1;f:30;p:0"); STL(S319,"c:#006633;h:1;s:1;f:24"); STL(P621,"c:#0000b2;h:1;s:6;f:30"); STL(P154,"c:#0000b2;h:1;s:6;f:30"); STL(C25,"c:#007c7c;h:1;s:1;f:30;p:0"); STL(L121,"c:#780013;h:1;s:1;f:30;p:0"); STL(L122,"c:#780013;h:1;s:1;f:30;p:0"); STL(L123,"c:#780013;h:1;s:1;f:30;p:0"); STL(L131,"c:#780013;h:1;s:1;f:30;p:0"); STL(L133,"c:#780013;h:1;s:1;f:30;p:0"); STL(L134,"c:#780013;h:1;s:1;f:30;p:0"); STL(S135,"c:#006633;h:1;s:1;f:24"); STL(S234,"c:#006633;h:1;s:1;f:24"); STL(S136,"c:#006633;h:1;s:1;f:24"); STL(S235,"c:#006633;h:1;s:1;f:24"); STL(Perp139,"c:#780013;h:1;s:1;f:30;p:0"); STL(P238,"c:#0000b2;h:1;s:6;f:30"); STL(L141,"c:#780013;h:1;s:1;f:30;p:0"); STL(L28,"c:#780013;h:1;s:1;f:30;p:0"); STL(S37,"c:#006633;h:1;s:1;f:24"); STL(P55,"c:#0000b2;h:1;s:6;f:30"); STL(P69,"c:#0000b2;h:1;s:6;f:30"); STL(L211,"c:#780013;h:1;s:1;f:30;p:0"); STL(S310,"c:#006633;h:1;s:1;f:24"); STL(Perp144,"c:#780013;h:1;s:1;f:30;p:0"); STL(P243,"c:#0000b2;h:1;s:6;f:30"); STL(L146,"c:#780013;h:1;s:1;f:30;p:0"); STL(S148,"c:#006633;h:1;s:1;f:24"); STL(S247,"c:#006633;h:1;s:1;f:24"); STL(Perp152,"c:#780013;h:1;s:1;f:30;p:0"); STL(P251,"c:#0000b2;h:1;s:6;f:30"); STL(Perp153,"c:#780013;h:1;s:1;f:30;p:0"); STL(P252,"c:#0000b2;h:1;s:6;f:30"); STL(P516,"c:#0000b2;h:1;s:6;f:30"); STL(C222,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R116,"c:#993300;h:1;s:1;f:30;p:0"); STL(S155,"c:#006633;h:1;s:1;f:24"); STL(S254,"c:#006633;h:1;s:1;f:24"); STL(Perp121,"c:#780013;h:1;s:1;f:30;p:0"); STL(P220,"c:#0000b2;h:1;s:6;f:30"); STL(Perp122,"c:#780013;h:1;s:1;f:30;p:0"); STL(P221,"c:#0000b2;h:1;s:6;f:30"); STL(Perp123,"c:#780013;h:1;s:1;f:30;p:0"); STL(P222,"c:#0000b2;h:1;s:6;f:30"); STL(Perp131,"c:#780013;h:1;s:1;f:30;p:0"); STL(P230,"c:#0000b2;h:1;s:6;f:30"); STL(Perp133,"c:#780013;h:1;s:1;f:30;p:0"); STL(P232,"c:#0000b2;h:1;s:6;f:30"); STL(Perp134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P233,"c:#0000b2;h:1;s:6;f:30"); STL(Par135,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par136,"c:#780013;h:1;s:1;f:30;p:0"); STL(P138,"c:#0000b2;h:1;s:6;f:30"); STL(Perp141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P240,"c:#0000b2;h:1;s:6;f:30"); STL(P54,"c:#0000b2;h:1;s:6;f:30"); STL(C210,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R14,"c:#993300;h:1;s:1;f:30;p:0"); STL(P57,"c:#0000b2;h:1;s:6;f:30"); STL(P143,"c:#0000b2;h:1;s:6;f:30"); STL(Perp146,"c:#780013;h:1;s:1;f:30;p:0"); STL(P245,"c:#0000b2;h:1;s:6;f:30"); STL(Par148,"c:#780013;h:1;s:1;f:30;p:0"); STL(P151,"c:#0000b2;h:1;s:6;f:30"); STL(P152,"c:#0000b2;h:1;s:6;f:30"); STL(P915,"c:#0000b2;h:1;s:6;f:30"); STL(Par155,"c:#780013;h:1;s:1;f:30;p:0"); STL(P120,"c:#0000b2;h:1;s:6;f:30"); STL(P121,"c:#0000b2;h:1;s:6;f:30"); STL(P122,"c:#0000b2;h:1;s:6;f:30"); STL(P130,"c:#0000b2;h:1;s:6;f:30"); STL(P132,"c:#0000b2;h:1;s:6;f:30"); STL(P133,"c:#0000b2;h:1;s:6;f:30"); STL(P335,"c:#0000b2;h:1;s:6;f:30"); STL(P336,"c:#0000b2;h:1;s:6;f:30"); STL(S139,"c:#006633;h:1;s:1;f:24"); STL(S238,"c:#006633;h:1;s:1;f:24"); STL(P140,"c:#0000b2;h:1;s:6;f:30"); STL(P93,"c:#0000b2;h:1;s:6;f:30"); STL(S144,"c:#006633;h:1;s:1;f:24"); STL(S243,"c:#006633;h:1;s:1;f:24"); STL(P145,"c:#0000b2;h:1;s:6;f:30"); STL(P348,"c:#0000b2;h:1;s:6;f:30"); STL(S152,"c:#006633;h:1;s:1;f:24"); STL(S251,"c:#006633;h:1;s:1;f:24"); STL(S153,"c:#006633;h:1;s:1;f:24"); STL(S252,"c:#006633;h:1;s:1;f:24"); STL(C316,"c:#007c00;s:2;f:30;p:0"); STL(P355,"c:#0000b2;h:1;s:6;f:30"); STL(Center2,"c:#0000b2;h:1;s:6;f:30"); STL(S121,"c:#006633;h:1;s:1;f:24"); STL(S220,"c:#006633;h:1;s:1;f:24"); STL(S122,"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(S222,"c:#006633;h:1;s:1;f:24"); STL(S131,"c:#006633;h:1;s:1;f:24"); STL(S230,"c:#006633;h:1;s:1;f:24"); STL(S133,"c:#006633;h:1;s:1;f:24"); STL(S232,"c:#006633;h:1;s:1;f:24"); STL(S134,"c:#006633;h:1;s:1;f:24"); STL(S233,"c:#006633;h:1;s:1;f:24"); STL(Par234,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par235,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par139,"c:#780013;h:1;s:1;f:30;p:0"); STL(S141,"c:#006633;h:1;s:1;f:24"); STL(S240,"c:#006633;h:1;s:1;f:24"); STL(C34,"c:#007c00;s:2;f:30;p:0"); STL(Par144,"c:#780013;h:1;s:1;f:30;p:0"); STL(S146,"c:#006633;h:1;s:1;f:24"); STL(S245,"c:#006633;h:1;s:1;f:24"); STL(Par247,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par152,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par153,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par254,"c:#780013;h:1;s:1;f:30;p:0"); STL(Center3,"c:#0000b2;h:1;s:6;f:30"); STL(Par121,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par122,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par123,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par131,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par133,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par134,"c:#780013;h:1;s:1;f:30;p:0"); STL(P435,"c:#0000b2;h:1;s:6;f:30"); STL(P436,"c:#0000b2;h:1;s:6;f:30"); STL(P339,"c:#0000b2;h:1;s:6;f:30"); STL(Par141,"c:#780013;h:1;s:1;f:30;p:0"); STL(P344,"c:#0000b2;h:1;s:6;f:30"); STL(Par146,"c:#780013;h:1;s:1;f:30;p:0"); STL(P448,"c:#0000b2;h:1;s:6;f:30"); STL(P352,"c:#0000b2;h:1;s:6;f:30"); STL(P353,"c:#0000b2;h:1;s:6;f:30"); STL(P455,"c:#0000b2;h:1;s:6;f:30"); STL(P321,"c:#0000b2;h:1;s:6;f:30"); STL(P322,"c:#0000b2;h:1;s:6;f:30"); STL(P323,"c:#0000b2;h:1;s:6;f:30"); STL(P331,"c:#0000b2;h:1;s:6;f:30"); STL(P333,"c:#0000b2;h:1;s:6;f:30"); STL(P334,"c:#0000b2;h:1;s:6;f:30"); STL(Par238,"c:#780013;h:1;s:1;f:30;p:0"); STL(P341,"c:#0000b2;h:1;s:6;f:30"); STL(Par243,"c:#780013;h:1;s:1;f:30;p:0"); STL(P346,"c:#0000b2;h:1;s:6;f:30"); STL(L147,"c:#780013;h:1;s:1;f:30;p:0"); STL(L214,"c:#780013;h:1;s:1;f:30;p:0"); STL(S313,"c:#006633;h:1;s:1;f:24"); STL(L215,"c:#780013;h:1;s:1;f:30;p:0"); STL(S314,"c:#006633;h:1;s:1;f:24"); STL(M116,"c:#0000b2;h:1;s:6;f:30"); STL(Par251,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par252,"c:#780013;h:1;s:1;f:30;p:0"); STL(L222,"c:#780013;h:1;s:1;f:30;p:0"); STL(S321,"c:#006633;h:1;s:1;f:24"); STL(M123,"c:#0000b2;h:1;s:6;f:30"); STL(L156,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par220,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par221,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par230,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par232,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par233,"c:#780013;h:1;s:1;f:30;p:0"); STL(P439,"c:#0000b2;h:1;s:6;f:30"); STL(Par240,"c:#780013;h:1;s:1;f:30;p:0"); STL(P444,"c:#0000b2;h:1;s:6;f:30"); STL(Par245,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp147,"c:#780013;h:1;s:1;f:30;p:0"); STL(P246,"c:#0000b2;h:1;s:6;f:30"); STL(P510,"c:#0000b2;h:1;s:6;f:30"); STL(P511,"c:#0000b2;h:1;s:6;f:30"); STL(Perp215,"c:#780013;h:1;s:1;f:30;p:0"); STL(P452,"c:#0000b2;h:1;s:6;f:30"); STL(P453,"c:#0000b2;h:1;s:6;f:30"); STL(P518,"c:#0000b2;h:1;s:6;f:30"); STL(Perp222,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp156,"c:#780013;h:1;s:1;f:30;p:0"); STL(P255,"c:#0000b2;h:1;s:6;f:30"); STL(P421,"c:#0000b2;h:1;s:6;f:30"); STL(P422,"c:#0000b2;h:1;s:6;f:30"); STL(P423,"c:#0000b2;h:1;s:6;f:30"); STL(P431,"c:#0000b2;h:1;s:6;f:30"); STL(P433,"c:#0000b2;h:1;s:6;f:30"); STL(P434,"c:#0000b2;h:1;s:6;f:30"); STL(P441,"c:#0000b2;h:1;s:6;f:30"); STL(M112,"c:#0000b2;h:1;s:6;f:30"); STL(P446,"c:#0000b2;h:1;s:6;f:30"); STL(P146,"c:#0000b2;h:1;s:6;f:30"); STL(P615,"c:#0000b2;h:1;s:6;f:30"); STL(L219,"c:#780013;h:1;s:1;f:30;p:0"); STL(S318,"c:#006633;h:1;s:1;f:24"); STL(M120,"c:#0000b2;h:1;s:6;f:30"); STL(M121,"c:#0000b2;h:1;s:6;f:30"); STL(P622,"c:#0000b2;h:1;s:6;f:30"); STL(P155,"c:#0000b2;h:1;s:6;f:30"); STL(L159,"c:#780013;h:1;s:1;f:30;p:0"); STL(L226,"c:#780013;h:1;s:1;f:30;p:0"); STL(S325,"c:#006633;h:1;s:1;f:24"); STL(L130,"c:#780013;h:1;s:1;f:30;p:0"); STL(L132,"c:#780013;h:1;s:1;f:30;p:0"); STL(L140,"c:#780013;h:1;s:1;f:30;p:0"); STL(L27,"c:#780013;h:1;s:1;f:30;p:0"); STL(S36,"c:#006633;h:1;s:1;f:24"); STL(M19,"c:#0000b2;h:1;s:6;f:30"); STL(L143,"c:#780013;h:1;s:1;f:30;p:0"); STL(L210,"c:#780013;h:1;s:1;f:30;p:0"); STL(S39,"c:#006633;h:1;s:1;f:24"); STL(Perp211,"c:#780013;h:1;s:1;f:30;p:0"); STL(L145,"c:#780013;h:1;s:1;f:30;p:0"); STL(L212,"c:#780013;h:1;s:1;f:30;p:0"); STL(S311,"c:#006633;h:1;s:1;f:24"); STL(L213,"c:#780013;h:1;s:1;f:30;p:0"); STL(S312,"c:#006633;h:1;s:1;f:24"); STL(M114,"c:#0000b2;h:1;s:6;f:30"); STL(S147,"c:#006633;h:1;s:1;f:24"); STL(S246,"c:#006633;h:1;s:1;f:24"); STL(C216,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R110,"c:#993300;h:1;s:1;f:30;p:0"); STL(L150,"c:#780013;h:1;s:1;f:30;p:0"); STL(L151,"c:#780013;h:1;s:1;f:30;p:0"); STL(L218,"c:#780013;h:1;s:1;f:30;p:0"); STL(S317,"c:#006633;h:1;s:1;f:24"); STL(P515,"c:#0000b2;h:1;s:6;f:30"); STL(Perp219,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp220,"c:#780013;h:1;s:1;f:30;p:0"); STL(C223,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R117,"c:#993300;h:1;s:1;f:30;p:0"); STL(L223,"c:#780013;h:1;s:1;f:30;p:0"); STL(S322,"c:#006633;h:1;s:1;f:24"); STL(S156,"c:#006633;h:1;s:1;f:24"); STL(S255,"c:#006633;h:1;s:1;f:24"); STL(L157,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp159,"c:#780013;h:1;s:1;f:30;p:0"); STL(P258,"c:#0000b2;h:1;s:6;f:30"); STL(P522,"c:#0000b2;h:1;s:6;f:30"); STL(Perp130,"c:#780013;h:1;s:1;f:30;p:0"); STL(P229,"c:#0000b2;h:1;s:6;f:30"); STL(Perp132,"c:#780013;h:1;s:1;f:30;p:0"); STL(P231,"c:#0000b2;h:1;s:6;f:30"); STL(Perp140,"c:#780013;h:1;s:1;f:30;p:0"); STL(P239,"c:#0000b2;h:1;s:6;f:30"); STL(P53,"c:#0000b2;h:1;s:6;f:30"); STL(Perp28,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp143,"c:#780013;h:1;s:1;f:30;p:0"); STL(P242,"c:#0000b2;h:1;s:6;f:30"); STL(P56,"c:#0000b2;h:1;s:6;f:30"); STL(P611,"c:#0000b2;h:1;s:6;f:30"); STL(Perp145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P244,"c:#0000b2;h:1;s:6;f:30"); STL(P58,"c:#0000b2;h:1;s:6;f:30"); STL(P59,"c:#0000b2;h:1;s:6;f:30"); STL(Perp213,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par147,"c:#780013;h:1;s:1;f:30;p:0"); STL(P99,"c:#0000b2;h:1;s:6;f:30"); STL(Perp150,"c:#780013;h:1;s:1;f:30;p:0"); STL(P249,"c:#0000b2;h:1;s:6;f:30"); STL(Perp151,"c:#780013;h:1;s:1;f:30;p:0"); STL(P250,"c:#0000b2;h:1;s:6;f:30"); STL(P514,"c:#0000b2;h:1;s:6;f:30"); STL(P619,"c:#0000b2;h:1;s:6;f:30"); STL(P620,"c:#0000b2;h:1;s:6;f:30"); STL(P916,"c:#0000b2;h:1;s:6;f:30"); STL(P519,"c:#0000b2;h:1;s:6;f:30"); STL(Par156,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp157,"c:#780013;h:1;s:1;f:30;p:0"); STL(P256,"c:#0000b2;h:1;s:6;f:30"); STL(P158,"c:#0000b2;h:1;s:6;f:30"); STL(P129,"c:#0000b2;h:1;s:6;f:30"); STL(P131,"c:#0000b2;h:1;s:6;f:30"); STL(P139,"c:#0000b2;h:1;s:6;f:30"); STL(P68,"c:#0000b2;h:1;s:6;f:30"); STL(P142,"c:#0000b2;h:1;s:6;f:30"); STL(C212,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R16,"c:#993300;h:1;s:1;f:30;p:0"); STL(P144,"c:#0000b2;h:1;s:6;f:30"); STL(P613,"c:#0000b2;h:1;s:6;f:30"); STL(P347,"c:#0000b2;h:1;s:6;f:30"); STL(C310,"c:#007c00;s:2;f:30;p:0"); STL(P149,"c:#0000b2;h:1;s:6;f:30"); STL(P150,"c:#0000b2;h:1;s:6;f:30"); STL(C220,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R114,"c:#993300;h:1;s:1;f:30;p:0"); STL(C221,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R115,"c:#993300;h:1;s:1;f:30;p:0"); STL(C317,"c:#007c00;s:2;f:30;p:0"); STL(P356,"c:#0000b2;h:1;s:6;f:30"); STL(P156,"c:#0000b2;h:1;s:6;f:30"); STL(S159,"c:#006633;h:1;s:1;f:24"); STL(S258,"c:#006633;h:1;s:1;f:24"); STL(Center4,"c:#0000b2;h:1;s:6;f:30"); STL(Center5,"c:#0000b2;h:1;s:6;f:30"); STL(S130,"c:#006633;h:1;s:1;f:24"); STL(S229,"c:#006633;h:1;s:1;f:24"); STL(S132,"c:#006633;h:1;s:1;f:24"); STL(S231,"c:#006633;h:1;s:1;f:24"); STL(S140,"c:#006633;h:1;s:1;f:24"); STL(S239,"c:#006633;h:1;s:1;f:24"); STL(C29,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R13,"c:#993300;h:1;s:1;f:30;p:0"); STL(S143,"c:#006633;h:1;s:1;f:24"); STL(S242,"c:#006633;h:1;s:1;f:24"); STL(P95,"c:#0000b2;h:1;s:6;f:30"); STL(S145,"c:#006633;h:1;s:1;f:24"); STL(S244,"c:#006633;h:1;s:1;f:24"); STL(C214,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R18,"c:#993300;h:1;s:1;f:30;p:0"); STL(Par246,"c:#780013;h:1;s:1;f:30;p:0"); STL(S150,"c:#006633;h:1;s:1;f:24"); STL(S249,"c:#006633;h:1;s:1;f:24"); STL(S151,"c:#006633;h:1;s:1;f:24"); STL(S250,"c:#006633;h:1;s:1;f:24"); STL(P913,"c:#0000b2;h:1;s:6;f:30"); STL(P914,"c:#0000b2;h:1;s:6;f:30"); STL(Par255,"c:#780013;h:1;s:1;f:30;p:0"); STL(S157,"c:#006633;h:1;s:1;f:24"); STL(S256,"c:#006633;h:1;s:1;f:24"); STL(Par159,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par130,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par132,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par140,"c:#780013;h:1;s:1;f:30;p:0"); STL(P92,"c:#0000b2;h:1;s:6;f:30"); STL(Par143,"c:#780013;h:1;s:1;f:30;p:0"); STL(C36,"c:#007c00;s:2;f:30;p:0"); STL(Par145,"c:#780013;h:1;s:1;f:30;p:0"); STL(P97,"c:#0000b2;h:1;s:6;f:30"); STL(P447,"c:#0000b2;h:1;s:6;f:30"); STL(Par150,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par151,"c:#780013;h:1;s:1;f:30;p:0"); STL(C314,"c:#007c00;s:2;f:30;p:0"); STL(C315,"c:#007c00;s:2;f:30;p:0"); STL(P456,"c:#0000b2;h:1;s:6;f:30"); STL(Par157,"c:#780013;h:1;s:1;f:30;p:0"); STL(P359,"c:#0000b2;h:1;s:6;f:30"); STL(Center6,"c:#0000b2;h:1;s:6;f:30"); STL(Center7,"c:#0000b2;h:1;s:6;f:30"); STL(Center8,"c:#0000b2;h:1;s:6;f:30"); STL(P330,"c:#0000b2;h:1;s:6;f:30"); STL(P332,"c:#0000b2;h:1;s:6;f:30"); STL(P340,"c:#0000b2;h:1;s:6;f:30"); STL(C33,"c:#007c00;s:2;f:30;p:0"); STL(P343,"c:#0000b2;h:1;s:6;f:30"); STL(P345,"c:#0000b2;h:1;s:6;f:30"); STL(C38,"c:#007c00;s:2;f:30;p:0"); STL(M115,"c:#0000b2;h:1;s:6;f:30"); STL(P350,"c:#0000b2;h:1;s:6;f:30"); STL(P351,"c:#0000b2;h:1;s:6;f:30"); STL(M124,"c:#0000b2;h:1;s:6;f:30"); STL(P357,"c:#0000b2;h:1;s:6;f:30"); STL(Par258,"c:#780013;h:1;s:1;f:30;p:0"); STL(P8,"c:#0000b2;h:1;s:12;f:30"); STL(Center9,"c:#0000b2;h:1;s:6;f:30"); STL(Center10,"c:#0000b2;h:1;s:6;f:30"); STL(Par229,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par231,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par239,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par242,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par244,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp214,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par249,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par250,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp223,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par256,"c:#780013;h:1;s:1;f:30;p:0"); STL(P459,"c:#0000b2;h:1;s:6;f:30"); STL(P430,"c:#0000b2;h:1;s:6;f:30"); STL(P432,"c:#0000b2;h:1;s:6;f:30"); STL(P440,"c:#0000b2;h:1;s:6;f:30"); STL(P443,"c:#0000b2;h:1;s:6;f:30"); STL(P445,"c:#0000b2;h:1;s:6;f:30"); STL(P614,"c:#0000b2;h:1;s:6;f:30"); STL(P450,"c:#0000b2;h:1;s:6;f:30"); STL(P451,"c:#0000b2;h:1;s:6;f:30"); STL(P623,"c:#0000b2;h:1;s:6;f:30"); STL(P457,"c:#0000b2;h:1;s:6;f:30"); STL(M127,"c:#0000b2;h:1;s:6;f:30"); STL(M18,"c:#0000b2;h:1;s:6;f:30"); STL(M111,"c:#0000b2;h:1;s:6;f:30"); STL(M113,"c:#0000b2;h:1;s:6;f:30"); STL(C215,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R19,"c:#993300;h:1;s:1;f:30;p:0"); STL(L149,"c:#780013;h:1;s:1;f:30;p:0"); STL(L216,"c:#780013;h:1;s:1;f:30;p:0"); STL(S315,"c:#006633;h:1;s:1;f:24"); STL(L217,"c:#780013;h:1;s:1;f:30;p:0"); STL(S316,"c:#006633;h:1;s:1;f:24"); STL(M118,"c:#0000b2;h:1;s:6;f:30"); STL(M119,"c:#0000b2;h:1;s:6;f:30"); STL(C224,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R118,"c:#993300;h:1;s:1;f:30;p:0"); STL(L224,"c:#780013;h:1;s:1;f:30;p:0"); STL(S323,"c:#006633;h:1;s:1;f:24"); STL(M125,"c:#0000b2;h:1;s:6;f:30"); STL(L158,"c:#780013;h:1;s:1;f:30;p:0"); STL(L225,"c:#780013;h:1;s:1;f:30;p:0"); STL(S324,"c:#006633;h:1;s:1;f:24"); STL(Perp226,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp27,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp210,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp212,"c:#780013;h:1;s:1;f:30;p:0"); STL(P98,"c:#0000b2;h:1;s:6;f:30"); STL(Perp149,"c:#780013;h:1;s:1;f:30;p:0"); STL(P248,"c:#0000b2;h:1;s:6;f:30"); STL(P512,"c:#0000b2;h:1;s:6;f:30"); STL(P513,"c:#0000b2;h:1;s:6;f:30"); STL(Perp217,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp218,"c:#780013;h:1;s:1;f:30;p:0"); STL(P917,"c:#0000b2;h:1;s:6;f:30"); STL(P520,"c:#0000b2;h:1;s:6;f:30"); STL(Perp224,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp158,"c:#780013;h:1;s:1;f:30;p:0"); STL(P257,"c:#0000b2;h:1;s:6;f:30"); STL(P521,"c:#0000b2;h:1;s:6;f:30"); STL(P626,"c:#0000b2;h:1;s:6;f:30"); STL(P67,"c:#0000b2;h:1;s:6;f:30"); STL(P610,"c:#0000b2;h:1;s:6;f:30"); STL(P612,"c:#0000b2;h:1;s:6;f:30"); STL(C39,"c:#007c00;s:2;f:30;p:0"); STL(P148,"c:#0000b2;h:1;s:6;f:30"); STL(P617,"c:#0000b2;h:1;s:6;f:30"); STL(P618,"c:#0000b2;h:1;s:6;f:30"); STL(C318,"c:#007c00;s:2;f:30;p:0"); STL(P624,"c:#0000b2;h:1;s:6;f:30"); STL(P157,"c:#0000b2;h:1;s:6;f:30"); STL(C227,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R121,"c:#993300;h:1;s:1;f:30;p:0"); STL(Center11,"c:#0000b2;h:1;s:6;f:30"); STL(Center12,"c:#0000b2;h:1;s:6;f:30"); STL(C28,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R12,"c:#993300;h:1;s:1;f:30;p:0"); STL(C211,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R15,"c:#993300;h:1;s:1;f:30;p:0"); STL(C213,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R17,"c:#993300;h:1;s:1;f:30;p:0"); STL(S149,"c:#006633;h:1;s:1;f:24"); STL(S248,"c:#006633;h:1;s:1;f:24"); STL(C218,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R112,"c:#993300;h:1;s:1;f:30;p:0"); STL(C219,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R113,"c:#993300;h:1;s:1;f:30;p:0"); STL(C225,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R119,"c:#993300;h:1;s:1;f:30;p:0"); STL(S158,"c:#006633;h:1;s:1;f:24"); STL(S257,"c:#006633;h:1;s:1;f:24"); STL(P920,"c:#0000b2;h:1;s:6;f:30"); STL(P91,"c:#0000b2;h:1;s:6;f:30"); STL(P94,"c:#0000b2;h:1;s:6;f:30"); STL(P96,"c:#0000b2;h:1;s:6;f:30"); STL(Par149,"c:#780013;h:1;s:1;f:30;p:0"); STL(P911,"c:#0000b2;h:1;s:6;f:30"); STL(P912,"c:#0000b2;h:1;s:6;f:30"); STL(P918,"c:#0000b2;h:1;s:6;f:30"); STL(Par158,"c:#780013;h:1;s:1;f:30;p:0"); STL(C321,"c:#007c00;s:2;f:30;p:0"); STL(Center13,"c:#0000b2;h:1;s:6;f:30"); STL(C32,"c:#007c00;s:2;f:30;p:0"); STL(C35,"c:#007c00;s:2;f:30;p:0"); STL(C37,"c:#007c00;s:2;f:30;p:0"); STL(P349,"c:#0000b2;h:1;s:6;f:30"); STL(C312,"c:#007c00;s:2;f:30;p:0"); STL(C313,"c:#007c00;s:2;f:30;p:0"); STL(C319,"c:#007c00;s:2;f:30;p:0"); STL(P358,"c:#0000b2;h:1;s:6;f:30"); STL(Center14,"c:#0000b2;h:1;s:6;f:30"); STL(Center15,"c:#0000b2;h:1;s:6;f:30"); STL(Center16,"c:#0000b2;h:1;s:6;f:30"); STL(Center17,"c:#0000b2;h:1;s:6;f:30"); STL(Center18,"c:#0000b2;h:1;s:6;f:30"); STL(Center19,"c:#0000b2;h:1;s:6;f:30"); STL(Par248,"c:#780013;h:1;s:1;f:30;p:0"); STL(Par257,"c:#780013;h:1;s:1;f:30;p:0"); STL(P449,"c:#0000b2;h:1;s:6;f:30"); STL(P458,"c:#0000b2;h:1;s:6;f:30"); STL(M117,"c:#0000b2;h:1;s:6;f:30"); STL(M126,"c:#0000b2;h:1;s:6;f:30"); STL(Perp216,"c:#780013;h:1;s:1;f:30;p:0"); STL(Perp225,"c:#780013;h:1;s:1;f:30;p:0"); STL(P616,"c:#0000b2;h:1;s:6;f:30"); STL(P625,"c:#0000b2;h:1;s:6;f:30"); STL(C217,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R111,"c:#993300;h:1;s:1;f:30;p:0"); STL(C226,"c:#cc66cc;h:1;s:1;f:30;p:0"); STL(R120,"c:#993300;h:1;s:1;f:30;p:0"); STL(P910,"c:#0000b2;h:1;s:6;f:30"); STL(P919,"c:#0000b2;h:1;s:6;f:30"); STL(C311,"c:#007c00;s:2;f:30;p:0"); STL(C320,"c:#007c00;s:2;f:30;p:0"); STL(Center20,"c:#0000b2;h:1;s:6;f:30"); STL(Center21,"c:#0000b2;h:1;s:6;f:30"); SetCoordsStyle("isAxis:false;isGrid:true;isOx:true;isOy:true;isLockOx:false;isLockOy:false;color:#111111;fontSize:18;axisWidth:1;gridWidth:0.1");