jQuery.noConflict(); var closeAll; function hideNav_float_flydown() { jQuery('#nav_float_flydown').slideUp(); } jQuery(document).ready(function() { jQuery('#gallery a').lightBox(); jQuery('#nav_menu').superfish(); jQuery("#nav_float a.down").hover( function(){ clearTimeout(closeAll); jQuery('#nav_float_flydown').slideDown(); }, function(){ closeAll = setTimeout("hideNav_float_flydown()", 1000); } ).click(function(){return false;}); jQuery("#nav_float_flydown").hover( function(){ clearTimeout(closeAll); }, function(){ closeAll = setTimeout("hideNav_float_flydown()", 500); } ); // jQuery('#flash-home').flash( // { src: '/assets/flash/home_pouring.swf', width: 207, height: 307, wmode:'transparent' }, // { update: false } // ); jQuery('#flash-home').flash( { src: '/assets/flash/Home_Pouring2.swf', width: 207, height: 307, wmode:'transparent' }, { update: false } ); jQuery('#flash-cellardoor').flash( { src: '/assets/flash/cellardoor_pole.swf', width: 150, height: 650, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.craneford_premium').flash( { src: '/assets/flash/private_selection_ladder.swf', width: 150, height: 450, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.private_selection').flash( { src: '/assets/flash/craneford_falling.swf', width: 450, height: 450, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.barossa_valley').flash( { src: '/assets/flash/craneford_falling.swf', width: 450, height: 450, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.south_australia').flash( { src: '/assets/flash/craneford_falling.swf', width: 450, height: 450, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.allyson_parsons').flash( { src: '/assets/flash/allyson_parsons_hosing.swf', width: 338, height: 434, wmode:'transparent' }, { update: false } ); jQuery('#flash-wine.craneford2').flash( { src: '/assets/flash/private_selection_ladder.swf', width: 150, height: 450, wmode:'transparent' }, { update: false } ); jQuery('a.level-top').click(function(){return false;}); });