my_fmt = new TextFormat(); my_fmt.color = 0x666666; my_fmt.font = 'Arial'; my_fmt.leftMargin = 4; my_fmt.rightMargin = 3; // _global.F_tips = function (mc, t) { if(_xmouse>50 && _xmouse<425) { var rnX = _xmouse-50; } else { var rnX = lastX; } var rnY = _ymouse+30; _root.createTextField("tipsa", 10000, rnX, rnY, 0, 20); with (tipsa) { border = true; borderColor = 0x999999; background = true; backgroundColor = 0xFFFFCC; autoSize = true; text = t; setTextFormat(my_fmt); } lastX=_root.tipsa._x; }; _global.F_tips_delete = function (mc) { delete mc.onMouseMove; _root.tipsa.text=''; _root.tipsa.removeTextField(); } SortRayons = function () { var col_length = rayons_xml.childNodes[0].childNodes.length; _global.titleRow= new Array(); _global.descRow= new Array(); for (var i = 0; i