/* <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 *
 * $Id: index-en.js 262 2011-01-04 09:00:41Z wah $
 */

$(document).ready(function() {
	$('#amalgam').hover(
		function() {
			$(this).attr('src', '/images/global/en/frontpage/ad-mercury-free_over.gif');
		},
		function() {
			$(this).attr('src', '/images/global/en/frontpage/ad-mercury-free.gif');
		}
	);
	
	$('#ft').jqFancyTransitions({
		navigation: true,
		links: true,
		position: 'top',
		direction: 'fountain',
		effect: '',
		strips: 1
	});
	
	$('.scroll-pane').jScrollPane({
		showArrows: true,
		autoReinitialise: true,
		verticalDragMinHeight: 50,
		verticalDragMaxHeight: 50
	});
});

