//TODO: KomsitR - Change path here!
var WEB_ROOT = "/";

jQuery(document).ready(function() {
    ddsmoothmenu.shadow.enable = false;
    ddsmoothmenu.arrowimages.down = ['downarrowclass', WEB_ROOT+'img/frontend/menu/arrowDown.png', 25];
    ddsmoothmenu.arrowimages.right = ['rightarrowclass', WEB_ROOT+'img/frontend/menu/arrowRight.png'];
    ddsmoothmenu.init({
        mainmenuid: "mainmenu",
        orientation: 'h',
        classname: 'mainmenu',
        contentsource: "markup",
    });

});
