// initialise plugins
		jQuery(function(){
			jQuery('#nav ul.menu').superfish({
				animation: {opacity:'show',height:'show'},
				speed:'fast',
				hoverClass:'sfhover',
				autoArrows:true,
				arrowTag:'',
				disableHI:true,
				delay:500
			});
		});
		
		jQuery(document).ready(function()
		{
    	if (jQuery('#page-431-alt')) 
    	{
    		jQuery('#page-431-alt a, #page-431-alt a span').click(function(event)
    		{
    		  event.preventDefault();
    		  
    			jQuery('#page-431-alt').hide('fast');
    			jQuery('#page-431-video').show('fast');
    			
    			return false;
    		});
    	}
    });
