/* 
	Andrey Keske 2011
*/

$(document).ready(function() {

    
});

/*$('.open-w').bind({
		click: function(){

			$('.w-back')
					.css('width', $(window).width())
					.css('height', $(window).height()+100)
					.show();

			$('#window')
					.css('left', $(window).width()*0.5-470)
					.show();

			CURPHOTO = this.id * 1;

			changeImg();
		}
	}); */


