var rokboxPath = 'plugins/system/rokbox/index.html';
                if (typeof(RokBox) !== 'undefined') {
                        window.addEvent('domready', function() {
                                var rokbox = new RokBox({
                                        'className': 'rokbox',
                                        'theme': 'light',
                                        'transition': Fx.Transitions.Quad.easeInOut,
                                        'duration': 300,
                                        'chase': 40,
                                        'frame-border': 20,
                                        'content-padding': 0,
                                        'arrows-height': 35,
                                        'effect': 'fade',
                                        'captions': 1,
                                        'captionsDelay': 800,
                                        'scrolling': 0,
                                        'keyEvents': 1,
                                        'overlay': {
                                                'background': '#000000',
                                                'opacity': 0.85,
                                                'duration': 200,
                                                'transition': Fx.Transitions.Quad.easeInOut
                                        },
                                        'defaultSize': {
                                                'width': 640,
                                                'height': 460
                                        },
                                        'autoplay': '1',
                                        'controller': 'true',
                                        'bgcolor': '#f3f3f3',
                                        'youtubeAutoplay': 0,
                                        'youtubeHighQuality': 0,
                                        'vimeoColor': '00adef',
                                        'vimeoPortrait': 0,
                                        'vimeoTitle': 0,
                                        'vimeoFullScreen': 1,
                                        'vimeoByline': 0
                                });
                        });
                };
jQuery.noConflict();
jQuery(function($){ $("ul.abc").superfish({hoverClass:'sfHover', pathClass:'active', pathLevels:0, delay:800, animation:{opacity:'0.8', height:'show', width:'show'}, speed:'def', autoArrows:1, dropShadows:1}) });
jQuery.event.special.hover.delay = 100;
jQuery.event.special.hover.speed = 100;
