/* Merged Plone Javascript file
 * This file is dynamically assembled from separate parts.
 * Some of these parts have 3rd party licenses or copyright information attached
 * Such information is valid for that section,
 * not for the entire composite file
 * originating files are separated by - filename.js -
 */

/* - ++resource++Products.Stage.stage.js - */
// http://www.bankenverband.de/portal_javascripts/++resource++Products.Stage.stage.js?original=1
jQuery(document).ready(function(){stage.init()});stage={init: function(){jQuery('.stageSwitcher').css('display','block');stage.ajaxstage();stage.scrollstage();stage.autostage()},ajaxstage: function(){jQuery('.ajaxstage div.ajaxSwitcher').tabs('div.ajaxPanes > div',{effect:'ajax'});var api=jQuery('.ajaxstage div.ajaxSwitcher').data('tabs');if(api&&api.getTabs){var index=Math.floor(Math.random() * api.getTabs().length+1);api.click(index)}},scrollstage: function(){var scrollopts={circular:true,mousewheel:false};jQuery('.scollstage').scrollable(scrollopts).navigator({navi:'.scrollSwitcher',naviItem:'a',activeClass:'current',history:false});jQuery(jQuery('.scrollSwitcher a').get(0)).addClass('current')},autostage: function(){var scrollopts={circular:true,mousewheel:false};var navigatoropts={navi:'.autoSwitcher',naviItem:'a',activeClass:'current',history:false};var autoopts={autoplay:true,autopause:true,interval:21000};jQuery('.autostage').scrollable(scrollopts).navigator(navigatoropts).autoscroll(autoopts)
;jQuery(jQuery('.autoSwitcher a').get(0)).addClass('current')}}


/* - ++resource++Products.TopicBox.topicbox.js - */
// http://www.bankenverband.de/portal_javascripts/++resource++Products.TopicBox.topicbox.js?original=1
jQuery(document).ready(function(){jQuery('.topicboxwrapper div.rightTabs').css('display','block');jQuery('.topicboxwrapper div.panetarget').css('display','block');jQuery('.topicboxwrapper div.rightTabs').tabs('div.panetarget > div');var target='div.horizontaltopics div';jQuery('.topicboxwrapper div.horizontaltopics').tabs(target,{tabs:'img',effect:'horizontal'})});

/* - ++resource++Products.MediaBox.mediabox.js - */
// http://www.bankenverband.de/portal_javascripts/++resource++Products.MediaBox.mediabox.js?original=1
jQuery(document).ready(function(){mediabox.tabs()});mediabox={tabs: function(){var sel=".mediaboxwrapper div.mediaTabs";var target="div.mediatarget > div";var obj=jQuery(sel);if(obj.length){obj.tabs(target,{effect:'ajax'})}},scrollable: function(){var scrollopts={circular:true,mousewheel:false,prev:'.prevPage',next:'.nextPage'};var sel='.mediaboxwrapper div.scrollable';jQuery(sel).scrollable(scrollopts).navigator({navi:'.scrollableNavi',naviItem:'a',activeClass:'current',history:false});jQuery(jQuery('.scrollableNavi a').get(0)).addClass('current')}}

