﻿/*------- common library for www.telesio.eu -------*/
/*------- menu start -------*/
$(function() {

  $("#vertMenu").buildMenu(
  {
    menuLeft: 230,
    template: "menuVoices.html",
    menuWidth: 170,
    openOnRight: true,
    menuSelector: ".menuContainer",
    iconPath: "images/ico/",
    hasImages: false,
    fadeInTime: 200,
    fadeOutTime: 200,
    adjustLeft: 0,
    adjustTop: 0,
    opacity: .95,
    openOnClick: false,
    minZindex: 200,
    shadow: false,
    hoverIntent: 300,
    submenuHoverIntent: 300,
    closeOnMouseOut: true
  });

});

$(document).ready(function() {
  $('#vertMenu').scrollFollow(
	{
	  speed: 1500
	}
		);
});
/*------- menu end -------*/

