﻿//Highslide setting
hs.lang = {
  creditsText: '',
  loadingTitle: '',
  focusTitle: '',
  fullExpandTitle: '',
  creditsText: '',
  creditsTitle: '',
  restoreTitle: ''
};

//var host = location.hostname == "localhost" ? "localhost:1307/WM4" : location.hostname;
host = "www.webmobili.it";  // non essendo indicizzata non importa...
hs.graphicsDir = 'http://'+host+'/JavaScript/highslide/graphics/';
hs.align = 'center';
hs.transitions = ['expand', 'crossfade'];
hs.fadeInOut = true;
hs.dimmingOpacity = .75;
hs.allowMultipleInstances = false;
hs.preserveContent = true;
hs.showCredits = false;
hs.expandCursor = null;
hs.restoreCursor = null;

if (hs.addSlideshow) hs.addSlideshow({
  slideshowGroup: 'first-group',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: .6,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});

if (hs.addSlideshow) hs.addSlideshow({
  slideshowGroup: 'second-group',
  interval: 5000,
  repeat: false,
  useControls: true,
  fixedControls: 'fit',
  overlayOptions: {
    opacity: .6,
    position: 'bottom center',
    hideOnMouseOut: true
  }
});
