$(function(){
	/*FIX PNG*/
	$('img[src$=.png]').ifixpng();
	//$('a.blank').attr('target','_blank');
	
	if($("a.fancy").length > 0){
		$("a.fancy").fancybox()
	}

	$('input[type=text], input[type="password"], textarea').bind('focus', function(){
		$(this).addClass('hover', 200);
	});
	$('input[type="text"], input[type="password"], textarea').bind('blur', function(){
		$(this).removeClass('hover', 200);
	});
	
	if($('.fancyboxIframe').length > 0){
		$(".fancyboxIframe").fancybox({
			'type'  : 'iframe',
			'overlayColor'  : '#FFF',
			'width' : 480,
			'height' : 270,
			'titleShow' : false,
			'padding' : 0,
			'cache' : false

		});
	}
	
	
	
	$('a.catalogue').bind('click', function(){
		var adresse = $(this).attr('rel');
		SWFAddress.setValue(adresse); 
	});
	
	/*if($('span.shadow').length > 0){
		$("span.shadow").dropShadow({left: 2, top: 2, opacity: 0.5, blur: 2});
	}*/
	
});


function bookmark() {
	if ( navigator.appName != 'Microsoft Internet Explorer'){
		window.sidebar.addPanel("Menuiserie Castes Industrie","http://www.castes-industrie.fr","");
	}else{
		window.external.AddFavorite("www.www.castes-industrie.fr/","Menuiserie Castes Industrie"); 
	}
}
