$(document).ready(function() {
	$("#mainNav").superfish({ pathClass: 'current', animation: {opacity:'show'}, delay: 500, speed: 'fast' })
		.find(">li:has(ul)")
		.mouseover(function(){
			$("ul", this).bgIframe({opacity:true, width: 'auto'});
		}).find("a")
			.focus(function(){
				$("ul", $(".nav>li:has(ul)")).bgIframe({opacity:true, width: 'auto'});
		});

	/* EXEMPLE OF FLASH EMBED WITH JQUERY FRAMEWORK	*/
	/* $("#id_of_html_element").flash({ src: 'path_to_swf/name_of_swf_file.swf', width: 167, height: 155, wmode: 'transparent' }, { version: 8 }); */
	$("#flashHome").flash({ src: 'index.swf', width: '100%', height: 900, wmode: 'transparent' }, { version: 8 });
	
	$('a.jt').cluetip({ activation: 'click', attribute: 'href',  cluetipClass: 'jtip', arrows: false, dropShadow: true, hoverIntent: false, showTitle: true, sticky: true, closePosition: 'title', closeText: '<img src="img/btn-close.gif" alt="close" />', mouseOutClose: false });
	$("#txtScrollNews").jScrollPane({ scrollbarWidth: 16, scrollbarMargin: 18, showArrows: true });
	$("ul#tabsAcademics").idTabs();
	$('.png').ifixpng(); 


	
});