$(function() { $("#menu5").click(function() { window.document.location = '/o-podjetju.html'; }); $("#menu5").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#menu6").click(function() { window.document.location = '/kje-smo.html'; }); $("#menu6").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#menu7").click(function() { window.document.location = '/reference.html'; }); $("#menu7").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#menu8").click(function() { window.document.location = '/zanimivosti.html'; }); $("#menu8").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#menu9").click(function() { window.document.location = '/poslovni-partnerji.html'; }); $("#menu9").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#div-main-is").click(function() { window.document.location = '/industrijski-sistemi.html'; }); $("#div-main-is").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#div-main-hs").click(function() { window.document.location = '/hisni-sistemi.html'; }); $("#div-main-hs").mouseover(function() { $(this).css("cursor", "pointer"); }); $("#div-main-em").click(function() { window.document.location = '/energetski-menedzment.html'; }); $("#div-main-em").mouseover(function() { $(this).css("cursor", "pointer"); }); $(".td-button").mouseover(function() { $(this).css("cursor", "pointer"); $(this).css("background", "gray"); }); $(".td-button").mouseout(function() { $(this).css("background", ""); }); $("#secmenu11").click(function() { window.document.location = '/alternativni-energetski-sistemi/caliane.html'; }); $("#secmenu12").click(function() { window.document.location = '/alternativni-energetski-sistemi/natea.html'; }); $("#secmenu13").click(function() { window.document.location = '/alternativni-energetski-sistemi/termeo-cap.html'; }); $("#secmenu14").click(function() { window.document.location = '/alternativni-energetski-sistemi/termeo-nap.html'; }); $("#secmenu15").click(function() { window.document.location = '/alternativni-energetski-sistemi/aquafree.html'; }); $("#secmenu16").click(function() { window.document.location = '/alternativni-energetski-sistemi/dodatne-moznosti.html'; }); $("#secmenu17").click(function() { window.document.location = '/ostali-sistemi.html'; }); $("#secmenu20").click(function() { window.document.location = '/jamstva-in-garancije.html'; }); });