/* for OVO main image slide script M2 INC 2011 */


/* Caution! When Production-Site, image URI have to rewrite /images/--. 
                                                          By S.Nozawa */


window.onload = function(){
  $('#main-image').Slides({
    images : ['/images/main-img1.jpg',
              '/images/main-img2.jpg',
              '/images/main-img3.jpg',
              '/images/main-img1.jpg'],
    wait:     0,
    pause: 5000,
    fade:  1300,
    speed: 2000
  });
}


