function Evt_Select_Segment(){}Evt_Select_Segment.prototype=new Event();Evt_Select_Segment.prototype.mouse_up=function(a){try{var c=_MAP_WRAPPER.convert_to_geo(this._x_click,this._y_click);var d="type=segment&action=select&x="+c[0]+"&y="+c[1];loading_message(true);process_ajax_call(d,_CNTR_COMPOSITION,function(f){try{if(!f){reset_extra_graphics(_ALL_DRAWING_ENGINES);if(this.responseXML.normalize){this.responseXML.normalize()}_LINE_PATH=_MAP_WRAPPER.decode_linestring_from_xml(this.responseXML);_LINE_PATH._color="#ffd202";_LINE_PATH._stroke=3;_LINE_PATH._optimized_drawing=false;for(var g=0;g<_LINE_PATH._list_of_graphics.length;g++){_LINE_PATH._list_of_graphics[g]._color=_LINE_PATH._color;_LINE_PATH._list_of_graphics[g]._stroke=_LINE_PATH._stroke;_LINE_PATH._list_of_graphics[g]._optimized_drawing=_LINE_PATH._optimized_drawing}_LIST_OF_EXTRA_GRAPHICS.push(_LINE_PATH);draw_extra_graphics(false,_SELECTION_DRAWING_ENGINE);loading_message(false)}else{loading_message(false)}}catch(h){alert("process_ajax_call: "+h);loading_message(false)}})}catch(b){alert("Evt_Select_Segment.mouse_up(): "+b);loading_message(false)}};
