function popIt(num) {
  var url = "_img/presse/boutons_0"+num+"_800x600.jpg";
  window.open(url, '', 'resizable=yes, location=no, width=600, height=800, menubar=no, status=no, scrollbars=yes');
}
function popIt2(num) {
  var url = "_img/presse/evenement_0"+num+"_720x540.jpg";
  window.open(url, '', 'resizable=yes, location=no, width=720, height=540, menubar=no, status=no, scrollbars=yes');
}
window.addEvent('domready', function() {
	// fancymenu
	if($('fmenu')) fcy = new SlideList($E('ul', 'fmenu'), {transition: Fx.Transitions.cubicOut, duration: 700});
  else if($('fmenu_black')) fcy = new SlideList($E('ul', 'fmenu_black'), {transition: Fx.Transitions.cubicOut, duration: 700});
  if($('my_slideshow')) {
    myShow = new Slideshow('my_slideshow', {hu: '_img/slideshow/', images: ['01.jpg','02.jpg','03.jpg','04.jpg','05.jpg','06.jpg','07.jpg','08.jpg','09.jpg','10.jpg'], navigation: 'arrows', duration: [2000,3500], type: 'fade'});
    if(document.getElement('.prev')) {
      document.getElement('.prev').onmouseover = function() {
        this.style.background = "transparent url(_img/bouton_left.gif) left center no-repeat";
      }
      document.getElement('.next').onmouseover = function() {
        this.style.background = "transparent url(_img/bouton_right.gif) right center no-repeat";
      }
      document.getElement('.prev').onmouseout = document.getElement('.next').onmouseout = function() {
        this.style.background = "transparent url(_img/c.gif) no-repeat";
      }
    }
  }
});

