

		


		
		
		
	
	
	
		
		
	


			function sIFR() {
		var fdetect = deconcept.SWFObjectUtil.getPlayerVersion();
		if (fdetect['major'] != 0) {
			$.sifr({
				path: '/images/skin/',
				save: true
			});
			$('.dosifr').sifr({ font: 'skinv1-font1', color: '#174286', fontSize:'20px' });
			$('h1.puff').sifr({ font: 'skinv1-font1', color: '#405270', fontSize:'16px' });
		}
	}	

	
	jQuery().ready(function() {

		$('#sortable tr:odd, .sortable tr:odd').addClass('odd');
		$('#sortable tr:even, .sortable tr:even').addClass('even');

		$('ul#slideshow').animatedinnerfade({
			speed: 1000,
			timeout: 6000,
			type: 'sequence',
			containerheight: '150px',
			containerwidth: '575px',
			animationSpeed: 5000,
			animationtype: 'fade',
			bgFrame: 'none',
			controlBox: 'none',
			displayTitle: 'none'
		});

		//$('a[target=_blank]').addClass('iframe');
		
		$("a.fancy, a.iframe").fancybox({
			'hideOnContentClick'	: false,
			'frameWidth'			: Math.min(780, $(window).width() - 60),
			'frameHeight'			: $(window).height() - 60,
			'overlayShow'			: true,
			'zoomSpeedIn'			: 600,
			'zoomSpeedOut'			: 500,
			'easingIn'				: 'easeOutBack',
			'easingOut'				: 'easeInBack',
			'callbackOnStart'		: function () { $.fn.fancybox.showLoading(); }			
		});  

		$("img").pngfix();		

	});

	

	

