");$(".photo-box img").attr("src",_url).css("opacity",0);var _w=$(".photo-box img").width();var _h=$(".photo-box img").height();if(_mw/_mh>_w/_h){$(".photo-box img").height(_mh);}else{$(".photo-box img").width(_mw).css("margin-top",(_mh-_mw*_h/_w)/2+"px");}$(".photo-box img").stop().fadeTo("normal",1);$(".thumb-box li:eq("+index+")").addClass("active").siblings().removeClass("active");$(".photo-box .label i").text((index+1)+"/"+_t);$(".photo-box .label .desc").html($(".thumb-box li:eq("+index+")").attr("data-desc")?$(".thumb-box li:eq("+index+")").attr("data-desc"):$(".thumb-box ul").attr("data-desc"));});}function loadImage(a,b){var c=new Image();c.src=a;if (c.complete){b.call();return;}c.onload=function(){b();}}