$(window).load(function () {
	$(window).scroll(function(){$('#menu')[0].style.left = (($(this).scrollLeft() == 0) ? 'auto' : '-' + ($(this).scrollLeft()-20) + 'px');});
	$(this).resize(function(){
		if ($(this).height() < ((newversion) ? 650 : 1000)) $(document.body).removeClass("fixed");
		else if (!avoid_fixed) $(document.body).addClass("fixed");
		if ($(document.body).hasClass('show') && typeof(centerImages) != 'undefined') centerImages();
		return true;});
	$(this).trigger("resize");
	if(typeof(galleryInit) != 'undefined') galleryInit();});
newversion = true;
avoid_fixed = false;
