A1:=MAX(HHV(C,5),HHV(C,3));
A2:=POW(A1,2);
A3:=SQRT(A1);
A4:IF(A2>1,A2,A3),LINETHICK3,coloryellow;
N1:=10;N2:=20;N3:=30;N4:=60;
DRAWBAND(A4,90,MA(A4,5),RGB(34,139,34));
A5:MA(A4,5),colormagenta;
A6:MA(A5,5),colorlimagenta,LINETHICK3;
DRAWBAND(A6,60,LLV(A6,5),20);