/*
 *$(function() {
 *    $('hd-nav ul:first-child').jdMenu();
 *});
 */
// initialise plugins
jQuery(function(){
    jQuery('#hd-nav ul:first-child').superfish({
        delay: 800,
        animation: {opacity:'show', height:'show'},
        speed: 'fast',
        autoArrows: false,
        dropShadows: false
    }).find('ul').bgIframe({opacity:false});
});


