$(function(){

	$('#photos').galleryView({
		panel_width: 928,
		panel_height: 403,
		frame_width: 0,
		frame_height: 0,
		easing: 'easeInOutQuad',
		pause_on_hover: true

	});
	
	$('#photos').css('cursor','pointer').click(function(){
		window.location.href= base+'gobi/webdesign/portfolio';
	})

	
	$('a.zoom_fb').fancybox();
	
	$('.box').css('cursor','pointer').hover(function(){
				var newSrc = $(this).children('a').children('img.hover').attr("src").replace(".jpg","_hover.jpg#hover");
				$(this).children('a').children('img.hover').attr("src",newSrc);
				$(this).children('a').css('text-decoration','none');
				$(this).children('h1').css('text-decoration','underline');
				$(this).children('h2').css('text-decoration','underline');
			},
			function(){
				var newSrc = $(this).children('a').children('img.hover').attr("src").replace("_hover.jpg#hover",".jpg");
				$(this).children('a').children('img.hover').attr("src",newSrc);
				$(this).children('h1').css('text-decoration','none');
				$(this).children('h2').css('text-decoration','none');
			});
			
	$('.zoom').lightBox();
	$('#formularz form').validate();
})

var flashvars = {xmlUrl: base + "referencje.xml" };
var params = {
	menu: "false",
	scale: "noScale",
	bgcolor: "ffffff",
	allowScriptAccess: "always"
	};

var attributes = {};
swfobject.embedSWF(base+"flash/ramka.swf", "flash", "270", "450", "9.0.0", false, flashvars, params, attributes);
