function show_modal(d,f,c,b,a){jQuery(d).parents("tr:first").addClass("selected");var e="/monitorings/"+f+"?monitoring_id="+c+"&monitoring_position_id="+b+"&monitoring_company_id="+a;jQuery.modal('<iframe src="'+e+'" height="450" frameborder="no" scrolling="no" width="500" style="border:0">',{onClose:function(g){g.data.fadeOut("fast",function(){g.container.fadeOut("fast",function(){g.overlay.fadeOut("fast",function(){jQuery.modal.close()})})});jQuery(".monitoringBox .monitorngs_table tr").removeClass("selected")},onOpen:function(g){g.overlay.fadeIn("fast",function(){g.data.hide();g.container.fadeIn("fast",function(){g.data.fadeIn("fast")})})}})};