$(function(){
	var conf = {
	    header: 'div.accTitle', 
		autoHeight: true,
		fillSpace: true
	};
	if($.browser.version == '6.0' && $.browser.msie) {
		conf['fillSpace'] = false;
	}
	if(jQuery('#accordion').length > 0) {
		jQuery('#accordion').accordion(conf);		
	}
	if(jQuery('#adScreen').length > 0) {
		jQuery('#adScreen').scrollShow({
			view:'#view',
			content:'#images',
			easing:'backout',
			wrappers:'link,crop',
			navigators:'a[id]',
			navigationMode:'sr',
			circular:true,
			start:0,
			itemSize:{
				height:329,
				width:256
			}
		});
	}
	if(jQuery('.flashVideo').length > 0) {
		$.fn.media.defaults.mp3Player = 'fileadmin/templates/flash/player.swf';
		jQuery('.flashVideo').media({ 
			width: 464, 
			height: 256, 
			autoplay: false
		}); 
	}
	
	$('ul#productsNav').superfish({
		animation: {height: 'show'},
		autoArrows: false
	});
});