$(document).ready(function(){	
	$.easy.navigation();
	$.easy.navigation('#nav2 li');
	$.easy.tooltip();
	//$.easy.popup();
	InitFancybox();
	$.easy.external();
	$.easy.rotate();
	$.easy.forms();
	$.easy.showhide();
	$.easy.jump();
	
	$('#secondary-menu ul').hide();
	$('#secondary-menu span').click(function(){
	  $(this).next().toggle();
	});
	
	$('#header-flash').show();
	swfobject.embedSWF('/swf/banner_head.swf', 'header-flash', '950', '230', '10.0.0', '/swf/expressInstall.swf', false, false, false);
});

function InitFancybox () {
	$('.gallery').fancybox({
		'modal' 				: false,
        'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'hideOnOverlayClick' 	: 'true',
		'hideOnContentClick' 	: 'false',
		'enableEscapeButton' 	: true,
		'showCloseButton' 		: true		
	});
	$(".popup").fancybox({
		'modal' 				: false,
		'type'					: 'iframe',
		'width'					: 880,
		'height'				: '80%',
        'transitionIn'			: 'none',
		'transitionOut'			: 'none',
		'overlayShow'			: true,
		'hideOnOverlayClick' 	: 'true',
		'hideOnContentClick' 	: 'false',
		'enableEscapeButton' 	: true,
		'showCloseButton' 		: true		
	});
}
