var config = {
	scroll_index_x_out: -464,
	scroll_index_x_in: 0,
	scroll_bg_width_expand: 739,
	scroll_bg_width_collapse: 464,
	scroll_detail_x_out: 464,
	scroll_detail_x_in: 0,
	scroll_duration: 800
};

var gallery_dockIn = false;

/*
function toDetailView() {
	$('#sortByGroup').fadeOut();

	$('#contentArea').stop().animate({left: scroll_index_x_out}, {queue: false, duration: scroll_duration});
	$('#block .bg').stop().animate({width: scroll_bg_width_expand}, {queue: false, duration: scroll_duration});
	
	$('#detailArea').show();
	$('#detailArea').stop().animate({width: scroll_bg_width_expand}, {queue: false, duration: scroll_duration, complete: onDetailViewEntered});
	$('#detailArea .detail').stop().animate({left: scroll_detail_x_in}, {queue: false, duration: scroll_duration});
}

function toIndexView() {
	$('#contentArea').stop().animate({left: scroll_index_x_in}, {queue: false, duration: scroll_duration});
	$('#block .bg').stop().animate({width: scroll_bg_width_collapse}, {queue: false, duration: scroll_duration});
	
	$('#detailArea').stop().animate({width: scroll_bg_width_collapse}, {queue: false, duration: scroll_duration, complete: onIndexViewEntered});
	$('#detailArea .detail').stop().animate({left: scroll_detail_x_out}, {queue: false, duration: scroll_duration});
}

function onDetailViewEntered() {
	$('#detailBackLink').click(toIndexView);
}
function onIndexViewEntered() {
	$('#sortByGroup').fadeIn();
}
*/

var gURLs = {
	ka_logo_en: 'http://www.dragonair.com/da/en_INTL/homepage',
	ka_logo_tc: 'http://www.dragonair.com/da/zh_INTL/homepage',
	ka_logo_sc: 'http://www.dragonair.com/da/sc_INTL/homepage'
}

