/* author: INFO SERVICE */ /* creation date: 5/14/2013 */ var rubcolor = new Array('#000000','#ed1b2e','#94c1e8','#56ac23','#e96499','#ce6901','#ffdb00','#0078c4','#56ac23','#0078c4'); var numrub = {'actualites':1, 'la-collection':2, 'asterix-de-a-a-z':3, 'les-createurs':4,'jeux-et-concours':5, 'galerie':6, 'asterix-chez-les-pictes':7, 'les-produits-derives':8, 'asterix-et-le-domaine-des-dieux-le-film':9}; $(document).ready(function() { $(".fancybox").fancybox(); $(".iframe").fancybox({ type: 'iframe', 'padding' : 0, 'autoSize': false, 'width': 650, 'height': 520 }); $("#personnage").animate({ "top": "15px", "left": "0px", },1500,'easeInOutElastic'); });