$(function()
{	
	Cufon.replace('#menu-inside li', {hover: true, textShadow: '1px 1px #7e7e7e'});
	Cufon.replace('.box-big h2', {hover: true, textShadow: '1px 1px #333'});
	Cufon.replace('.box-med h2', {hover: true, textShadow: '1px 1px #fff'});
	Cufon.replace('.box-site h2', {hover: true, textShadow: '1px 1px #fff'});
	Cufon.replace('.box-menu h4', {hover: true, textShadow: '1px 1px #333'});
	//Cufon.replace('.box-cat h3');
	Cufon.replace('.box-cat-title-mid a');
	Cufon.replace('#header2 h3');
	Cufon.replace('#foot h4', {hover: true, textShadow: '1px 1px #7e7e7e'});

	if (document.location.href == 'http://autodeco.pl/' || document.location.href == 'http://autodeco.pl/index.html' || document.location.href == 'http://autodeco.pl/logout')
	{
		$('#content .main').width('1000px');
		$('#slider').css('display', 'block');
		$('#slider-empty').css('display', 'block');
		
		if ($("#slider").length == 0)
		{
			$('#content .main').width('760px');
		}

		$(".slider").slideshow({
			width      : 992,
			height     : 270,
			transition : 'squareRandom'
		});
	}
	
	if (document.location.href == 'http://autodeco.pl/promotions')
	{
		$('#promotions-slider').css('display', 'block');
	}

	if ($.browser.mozilla)
	{
		$('#menu-inside').css('margin-top', '7px');
	}

	$('#fb, #fbbox').css("allowTransparency", "true");

	if ($("#gp").length != 0)
	{
		gPlus();
	}
});

$(document).ready(function()
{
	if ($(".product-images-img").length != 0)
	{
		$(".product-images-img a").fancybox();
	}

	if ($(".other-images").length != 0)
	{
		$(".other-images a").fancybox();
	}
});

function gPlus()
{
	var gPlus = document.createElement('div');
	gPlus.className = "g-plusone";
	gPlus.setAttribute("data-size","medium");
	gPlus.setAttribute("data-count","true");
	document.getElementById("gp").appendChild(gPlus);
}
