string SIG_Wing;
color SIG_Wingcolor;
if(bif1[0]<bif2[0]){SIG_Wing="n"; SIG_Wingcolor=Lime;}
if(bif1[0]>bif2[0]){SIG_Wing="n"; SIG_Wingcolor=Red;}
ObjectDelete(Shortname+"a_sigal");
ObjectCreate(Shortname+"a_sigal", OBJ_LABEL,WindowFind(Shortname), 0, 0);
ObjectSetText(Shortname+"a_sigal", SIG_Wing, 10, "Wingdings",SIG_Wingcolor );
ObjectSet(Shortname+"a_sigal", OBJPROP_CORNER, 3);
ObjectSet(Shortname+"a_sigal", OBJPROP_XDISTANCE, 40);
ObjectSet(Shortname+"a_sigal", OBJPROP_YDISTANCE, 10);