
$(document).ready(function() {
	if(jQuery.browser.msie && jQuery.browser.version <= 6)
		{
		//$(document).pngFix();
		}
	
	activerMenus('nav',250);
	$( "#tabs" ).tabs();
	
	if($('#slideshow').length > 0 && $('#slideshow img').length > 1){
		$('div#slideshow').cycle({
			type: 'fade'
		});
	}
	
});
