$(function() {

	//var menu_time;
	var hide_menu = function() {
		$('#language, .select-language img.arrow').hide();
	}
	
	// Fix PNGs
	$.ifixpng('/assets/images/common/blank.gif');
	$('img[src$=.png], .png, ul.front-list li').ifixpng();
	
	$('.select-language,ul#language *,#menu li.last-child').hover(function() {
		//clearTimeout(menu_time);
		$('#language, .select-language img.arrow').show();
	}, function() {
		//var menu_time = setTimeout(hide_menu, 250);
		hide_menu();
	});
	
	// Open rel=external in a new window
	$('a[rel="external"]').click(function() {
		window.open($(this).attr('href'));
		return false;
	});
	
	$('.rotate').innerfade({
		animationtype: 'fade',
		speed: 1000,
		timeout: 4000,
		type: 'random_start',
		containerheight: '202px'
	});
	
	// Boot Flash
	$('.animation-container').flash({
		src: '/assets/flash/turboscrew_web_ad.swf?myURL=/technology&myPage=_self&showURL=false',
		width: 250,
		height: 250,
		wmode: 'transparent'
	});
	
	$('.rounded-pastel').corner('16px');
});
