setorder_start_comming=function(i,p,P,G,x,R,n,v){if(!global_comm_div){_make_comm_div("1002");}var s=function(){var j=Y.U.Dom.getX(_ge("primary_photo_img"))+((_ge("primary_photo_img").offsetWidth-global_comm_div.table.offsetWidth)/2);return j;};var t=function(){var j=Y.U.Dom.getY(_ge("primary_photo_img"))+((_ge("primary_photo_img").offsetHeight-global_comm_div.table.offsetHeight)/2);return j;};global_comm_div.start_comming(i,s,t,p,P,G,x,R,n,v);};setorder_change_order_display=function(s,v,i){if(v.length==0){alert(F.output.get("setorder_set_has_no_photos"));}else{if(!i){s.photo_idsA=[];}var n=_ge("setThumbs");for(var G=0;G<v.length;G++){var x=v[G].getAttribute("id");s.photo_idsA.push(x);var t=_ge("setThumbs-indv"+x+"_div");if(t){n.appendChild(F.prepare_for_insertion(t));}else{writeDebug("el for "+x+" not found");}}}};setorder_revert_set_order=function(t){t.flickr_photosets_getPhotos_onLoad=function(v,n,p){if(v&&n){var i=n.documentElement.getElementsByTagName("photoset")[0];var s=n.documentElement.getElementsByTagName("photo");var x=i.getAttribute("pages");var G=i.getAttribute("page");if(x&&G*1<x*1){setorder_change_order_display(t,s,(G!=1));F.API.callMethod("flickr.photosets.getPhotos",{photoset_id:t.id,page:(G*1)+1},t);return ;}else{setorder_change_order_display(t,s);}}else{alert(F.output.get("api_err_generic")+" "+p);}global_comm_div.stop_comming();};setorder_start_comming(F.output.get("setorder_reverting"));F.API.callMethod("flickr.photosets.getPhotos",{photoset_id:t.id},t);};setorder_change_set_order=function(i,t,x){if(global_comm_div&&global_comm_div.comming&&x){return ;}i.flickr_photos_getSort_onLoad=function(s,v,n){if(s&&v){var R=v.documentElement.getElementsByTagName("photo");setorder_change_order_display(i,R);var G=function(){setorder_change_set_order(i,t,0);};var p=function(){setorder_revert_set_order(i);};setorder_start_comming(F.output.get("setorder_order_you_want"),1,1,F.output.get("setorder_ok_button"),G,1,F.output.get("setorder_cancel_button"),p);}else{alert(F.output.get("api_err_generic")+" "+n);global_comm_div.stop_comming();}};i.flickr_photosets_sortPhotos_onLoad=i.flickr_photosets_editPhotos_onLoad=function(n,p,G){if(n&&p){var v=p.documentElement.getElementsByTagName("photo");if(v&&v.length){setorder_change_order_display(i,v);}setorder_start_comming(F.output.get("setorder_set_been_reordered"),1,1);}else{alert(F.output.get("api_err_generic")+" "+G);global_comm_div.stop_comming();}};if(x){setorder_start_comming(F.output.get("setorder_reordering"));F.API.callMethod("flickr.photos.getSort",{photoset_id:i.id,photo_ids:i.photo_idsA.join(","),sort:t},i);}else{setorder_start_comming(F.output.get("setorder_saving"));if(t=="random"){F.API.callMethod("flickr.photosets.editPhotos",{photoset_id:i.id,primary_photo_id:i.primary_photo_id,photo_ids:i.photo_idsA.join(",")},i);}else{F.API.callMethod("flickr.photosets.sortPhotos",{photoset_id:i.id,sort:t},i);}}};