jQuery(document).ready(function() {
				$('.kwicks').kwicks({
					max: 174,
					spacing : 1,
					duration:750,
					easing: 'easeOutCirc'
				});
jQuery(".subnav_ajax").ajaxContent({target:'#putin',loaderType:'img',loadingMsg:'images/indicator.gif',returning:'true'});
jQuery('#categories_container').accordion({
  header: '.title',
  selectedClass:'title_active',
  event: 'click',
  autoheight: false,
  active: false,
  animated:'firstclose',
  alwaysOpen:true});

jQuery(".ship_link").click(function(){
window.open(jQuery(this).attr('href'),'popup','toolbar=0, scrollbars=yes, resizable=yes, height=400, width=400');
return false;});
});
function first() {
if(document.getElementById)
document.getElementById("first").style.display = "block";
document.getElementById("second").style.display = "none";
document.getElementById("third").style.display = "none";
};

function second() {
if(document.getElementById)
document.getElementById("first").style.display = "none";
document.getElementById("second").style.display = "block";
document.getElementById("third").style.display = "none";
};

function third() {
if(document.getElementById)
document.getElementById("first").style.display = "none";
document.getElementById("second").style.display = "none";
document.getElementById("third").style.display = "block";
};

function bild1() {
if(document.getElementById)
document.getElementById("bild1").style.display = "block";
document.getElementById("bild2").style.display = "none";
document.getElementById("bild3").style.display = "none";

};

function bild2() {
if(document.getElementById)
document.getElementById("bild1").style.display = "none";
document.getElementById("bild2").style.display = "block";
document.getElementById("bild3").style.display = "none";

};

function bild3() {
if(document.getElementById)
document.getElementById("bild1").style.display = "none";
document.getElementById("bild2").style.display = "none";
document.getElementById("bild3").style.display = "block";

};

function CreateBookmarkLink() {
  title = "Meinwandbild"; 
  url = "http://www.meinwandbild.de"; 
  if (window.sidebar) { // Mozilla Firefox Bookmark	
  window.sidebar.addPanel(title, url,"");
  } else if( window.external ) { // IE Favorite
  window.external.AddFavorite( url, title);
  }	else { 
      alert("Diese Funktion wird leider von ihrem Browser nicht unterstützt");}
  };
function change_bg_top(tha) {
	jQuery(".bg_top").css('backgroundImage','url('+tha+')');
}
