$(document).ready
(
	function()
	{ 
		$('#banner').innerfade({ speed: 3000, timeout: 6000, type: 'sequence', containerheight: '185px'});

	    $('#catalogue a').click
	    (
	    	function()
	    	{
       			window.open(this.href);
         		return false;
         	}
        );
	}
);

function fadeOutNextButton()
{
}

function fadeInNextButton()
{
}
