/* <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
 *
 * $Id: index-zh-HK.js 306 2011-02-25 10:45:22Z alexfkl $
 */

jQuery(document).ready(function() {
	$('#amalgam').hover(
		function() {
			$(this).attr('src', '/images/hk/zh-HK/frontpage/ad-mercury-free_over.gif');
		},
		function() {
			$(this).attr('src', '/images/hk/zh-HK/frontpage/ad-mercury-free.gif');
		}
	);
	
	$('#ft').jqFancyTransitions({
		navigation: true,
		links: true,
		position: 'top',
		direction: 'fountain',
		effect: '',
		strips: 1,
		prev: '&lt;',
		next: '&gt;'
	});

	$('.scroll-pane').jScrollPane({
		showArrows: true,
		autoReinitialise: true,
		verticalDragMinHeight: 50,
		verticalDragMaxHeight: 50
	});
});

