/*var rokboxPath = '/plugins/system/rokbox/';
		if (typeof(RokBox) !== 'undefined') {
			window.addEvent('domready', function() {
				var rokbox = new RokBox({
					'className': 'rokbox',
					'theme': 'light',
					'transition': Fx.Transitions.Quad.easeOut,
					'duration': 200,
					'chase': 40,
					'frame-border': 20,
					'content-padding': 0,
					'arrows-height': 35,
					'effect': 'quicksilver',
					'captions': 1,
					'captionsDelay': 800,
					'scrolling': 0,
					'keyEvents': 1,
					'overlay': {
						'background': '#eceaeb',
						'opacity': 0.85,
						'duration': 200,
						'transition': Fx.Transitions.Quad.easeInOut
					},
					'defaultSize': {
						'width': 640,
						'height': 460
					},
					'autoplay': '1',
					'controller': 'true',
					'bgcolor': '#eceaeb',
				});
			});
		};
jQuery.noConflict();
jQuery(function($){ $("ul.sf-menu").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation:{width:'show', height:'show'}, speed:'def', autoArrows:1, dropShadows:0}) });
//jQuery.event.special.hover.delay = 100;
//jQuery.event.special.hover.speed = 100;
*/

$(document).ready(function(){ 
        $("ul.sf-menu").superfish({ 
            animation: {height:'show'}   // slide-down effect without fade-in 
           // delay:     1200               // 1.2 second delay on mouseout 
        }); 
    }); 
