jQuery(document).ready(function() {
jQuery(".subnav_ajax").ajaxContent({target:'.putin',loaderType:'img',loadingMsg:'images/loading.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=720, width=750');
return false;});
});

function CreateBookmarkLink() {
  title = "Aquasafe"; 
  url = "http://www.aquasafe.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");}
  };
