var WinHeight=$(window).height();var WinWidth=$(window).width();var PhotoHeight=WinHeight*0.8;$(document).bind("contextmenu",function(e){return false;});$(window).scroll(function(){var P=$('html').scrollLeft();var W=WinWidth*0.6;if(P>W){$('#scroll_left').removeClass('hidden').fadeIn("fast");}else{$('#scroll_left').fadeOut("fast").addClass('hidden');}});$("#scroll_left").click(function(){$('html').animate({scrollLeft:0},1000);});function imagereschange(){if(WinHeight>900){$('.photo').each(function(){var SizePosition=$(this).attr('src').search(/(300|600|900)/);var url1=$(this).attr('src').substring(0,SizePosition);var url2=$(this).attr('src').substring((SizePosition+3));$(this).attr('src',url1+'900'+url2);});}else if(WinHeight>480&&WinHeight<900){$('.photo').each(function(){var SizePosition=$(this).attr('src').search(/(300|600|900)/);var url1=$(this).attr('src').substring(0,SizePosition);var url2=$(this).attr('src').substring((SizePosition+3));$(this).attr('src',url1+'600'+url2);});}}
(function(d){d.fn.aeImageResize=function(a){var i=0,j=d.browser.msie&&6==~~d.browser.version;if(!a.height&&!a.width)return this;if(a.height&&a.width)i=a.width/a.height;return this.one("load",function(){this.removeAttribute("height");this.removeAttribute("width");this.style.height=this.style.width="";var e=this.height,f=this.width,g=f/e,b=a.height,c=a.width,h=i;h||(h=b?g+1:g-1);if(b&&e>b||c&&f>c){if(g>h)b=~~(e/f*c);else c=~~(f/e*b);this.height=b;this.width=c}}).each(function(){if(this.complete||j)d(this).trigger("load")})}})(jQuery);$('html').ready(function(){$(".imgprotect").addClass('hidden').removeClass('imgprotect');imagereschange();$('.photo').aeImageResize({height:PhotoHeight});});$(window).resize(function(){$('.photo').aeImageResize({height:PhotoHeight});});var KeyFocus=$("#album td:first-child");$(window).keyup(function(event){if(event.keyCode=='37'){var Position=KeyFocus.prev().position();var NeedScroll=Position.left-240;$('html').animate({scrollLeft:NeedScroll},"slow");KeyFocus=KeyFocus.prev();$('.photo').not(KeyFocus.children()).fadeTo("fast",0.4);}else if(event.keyCode=='39'){var Position=KeyFocus.next().position();var NeedScroll=Position.left-240;$('html').animate({scrollLeft:NeedScroll},"slow");KeyFocus=KeyFocus.next();$('.photo').not(KeyFocus.children()).fadeTo("fast",0.4);}});$(".photo").click(function(){KeyFocus=$(this).parent();var Position=$(this).position();var NeedScroll=Position.left-240;$('html').animate({scrollLeft:NeedScroll},"slow");});$(".photo").mouseenter(function(){$('.photo').not(this).fadeTo("fast",0.4);}).mouseleave(function(){$('.photo').stop(true).fadeTo("fast",1);});
