 /*
* Le code suivant va apprendre la balise blink à IE
*/
if ( document.all )
{
	function blink_show()
	{
		blink_tags  = document.getElementById("blink");
		
			blink_tags.style.visibility = 'visible';
		
		window.setTimeout( 'blink_hide()', 700 );
	}
	
	function blink_hide()
	{
		blink_tags  = document.getElementById("blink");
			blink_tags.style.visibility = 'hidden';
		window.setTimeout( 'blink_show()', 250 );
	}
	
	window.onload = blink_show;
}
$(document).ready(function(){
$("a[rel='galerie']").colorbox({current:"{current} sur {total}",close:"Fermer"});
$("a[rel='yamaha']").colorbox({innerWidth:"1000px", innerHeight:"550px", iframe:true, title:"Détail de la Fiche Produit"});
$("a[rel='fanpage']").colorbox({innerWidth:"292px", innerHeight:"262px", iframe:true, title:"<a href='http://www.facebook.com/pages/Liberty-Yam-Yamaha/209789692366864' target='_blank'><b>Retrouvez-nous sur Facebook</b></a>"});
$("a[rel='menu_newsletter']").colorbox({innerWidth:"392px", innerHeight:"376px", iframe:true, title:"<b>Abonnez vous &agrave; notre Newsletter</b>"});
$("a[rel='menu_contact']").colorbox({width:"400px", height:"400px", iframe:true});
$(".lien-envoi").colorbox({width:"500", height:"420", iframe:true});
});
 
$(document).ready(function(){ 
        $(document).pngFix(); 
});
preload1 =new Image();
preload1.src="uploads/Liberty/facebook2.gif";
preload2 =new Image();
preload2.src="uploads/Liberty/rss2.gif";
