﻿// SliderPakiet v3
//


// Dane konfiguracyjne

var profil_fb = "http://www.facebook.com/pages/skuteryvespapl/186398168126041";
var link_allegro = "http://allegro.pl/";
var link_fb = "http://www.facebook.com/pages/skuteryvespapl/186398168126041";
var link_gplus = "www.skuteryvespa.pl";

// Konfiguracja zakladek, 1 - włączona zakladka, 0 - wyłączona

var facebook = "1";
var polecamy = "1";
var gplus = "1";

// Dodatkowe parametry

var wysokosc = "45%";

var $j = jQuery.noConflict();

$j(document).ready(function(){
	$j(".likebox_1").hover(function(){ 
		$j(this).stop(true,false).animate({right:  0}, 700); },
		function(){ 
			$j(".likebox_1").stop(true,false).animate({right: -307}, 700); });
	$j(".polecam_1").hover(function(){ 
		$j(this).stop(true,false).animate({right:  0}, 700); },
		function(){ 
			$j(".polecam_1").stop(true,false).animate({right: -219}, 700); });
	$j(".gplus").hover(function(){ 
		$j(this).stop(true,false).animate({right:  0}, 700); },
		function(){ 
			$j(".gplus").stop(true,false).animate({right: -216}, 700); }); 
});

document.write("<div class=\"sliderpakiet\" style=\"top:" + wysokosc + ";\">");

if (facebook == '1' && polecamy == '1' && gplus == '1'){
	document.write("<div class=\"likebox_1\"><img src=\"img/tab_fb_right.png\" alt=\"\" /><iframe src=\"http://www.facebook.com/plugins/likebox.php?href=" + profil_fb + "&amp;width=292&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;appId=303161646366634\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:292px; height:258px;\" allowTransparency=\"true\"></iframe></div>");
	document.write("<div class=\"polecam_1\"><img class=\"polecamy_img\" src=\"img/tab_polecamy_right.png\" alt=\"\" /><center><br /><a href=\"" + link_allegro + "\"><img src=\"img/allegro_logo.png\" alt=\"\" /></a><a href=\"" + link_fb + "\"><img src=\"img/facebook_logo.png\" alt=\"\" /></a></center></div>");
	document.write("<div class=\"gplus\"><img class=\"gplus_img\" src=\"img/tab_gplus_right.png\" alt=\"\" /><center><g:plusone size=\"tall\" href=\"" + link_gplus + "\"></g:plusone></center></div>");
}
else if (facebook == '1' && polecamy == '0' && gplus =='0'){
	document.write("<div class=\"likebox_1\" style=\"margin-top: 105px;\"><img src=\"img/tab_fb_right.png\" alt=\"\" /><iframe src=\"http://www.facebook.com/plugins/likebox.php?href=" + profil_fb + "&amp;width=292&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;appId=303161646366634\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:292px; height:258px;\" allowTransparency=\"true\"></iframe></div>");
}
else if (facebook == '1' && polecamy == '0' && gplus =='1'){
	document.write("<div class=\"likebox_1\"><img src=\"img/tab_fb_right.png\" alt=\"\" /><iframe src=\"http://www.facebook.com/plugins/likebox.php?href=" + profil_fb + "&amp;width=292&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;appId=303161646366634\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:292px; height:258px;\" allowTransparency=\"true\"></iframe></div>");
	document.write("<div class=\"gplus\" style=\"margin-top: 105px;\"><img class=\"gplus_img\" src=\"img/tab_gplus_right.png\" alt=\"\" /><center><g:plusone size=\"tall\" href=\"" + link_gplus + "\"></g:plusone></center></div>");
}
else if (facebook == '1' && polecamy == '1' && gplus =='0'){
	document.write("<div class=\"likebox_1\"><img src=\"img/tab_fb_right.png\" alt=\"\" /><iframe src=\"http://www.facebook.com/plugins/likebox.php?href=" + profil_fb + "&amp;width=292&amp;height=258&amp;colorscheme=light&amp;show_faces=true&amp;border_color=%23fff&amp;stream=false&amp;header=false&amp;appId=303161646366634\" scrolling=\"no\" frameborder=\"0\" style=\"border:none; overflow:hidden; width:292px; height:258px;\" allowTransparency=\"true\"></iframe></div>");
	document.write("<div class=\"polecam_1\"><img class=\"polecamy_img\" src=\"img/tab_polecamy_right.png\" alt=\"\" /><center><br /><a href=\"" + link_allegro + "\"><img src=\"img/allegro_logo.png\" alt=\"\" /></a><a href=\"" + link_fb + "\"><img src=\"img/facebook_logo.png\" alt=\"\" /></a></center></div>");
}
else if (facebook == '0' && polecamy == '1' && gplus =='1'){
	document.write("<div class=\"gplus\" style=\"margin-top: 105px;\"><img class=\"gplus_img\" src=\"img/tab_gplus_right.png\" alt=\"\" /><center><g:plusone size=\"tall\" href=\"" + link_gplus + "\"></g:plusone></center></div>");
}
else if (facebook == '0' && polecamy == '0' && gplus =='1'){
	document.write("<div class=\"gplus\" style=\"margin-top: 105px;\"><img class=\"gplus_img\" src=\"img/tab_gplus_right.png\" alt=\"\" /><center><g:plusone size=\"tall\" href=\"" + link_gplus + "\"></g:plusone></center></div>");
}
else if (facebook == '0' && polecamy == '1' && gplus =='0'){
	document.write("<div class=\"polecam_1\" style=\"margin-top: 105px;\"><img class=\"polecamy_img\" src=\"img/tab_polecamy_right.png\" alt=\"\" /><center><br /><a href=\"" + link_allegro + "\"><img src=\"img/allegro_logo.png\" alt=\"\" /></a><a href=\"" + link_fb + "\"><img src=\"img/facebook_logo.png\" alt=\"\" /></a></center></div>");
}

document.write("</div>");
