$(document).ready(function()
{
    if (navigator.appName == 'Microsoft Internet Explorer'){ 
        $('#useragent').show();
    }
    
    $("img").bind("contextmenu",function(e){
       alert('Copyright © 1996-2011 SEQUENCE Productions\nReproduction interdite sans l\'accord au préalable\nart L.121-2 code de la propriété intellectuelle');
       return false;
    });
        
    $('a.zoombox').zoombox();

});
