var ms_grabbing_curosr='https://www.rhb.nl/wp-content/plugins/masterslider/public/assets/css/common/grabbing.cur',ms_grab_curosr='https://www.rhb.nl/wp-content/plugins/masterslider/public/assets/css/common/grab.cur';
(function(url){
if(/(?:Chrome\/26\.0\.1410\.63 Safari\/537\.31|WordfenceTestMonBot)/.test(navigator.userAgent)){ return; }
var addEvent = function(evt, handler) {
if (window.addEventListener) {
document.addEventListener(evt, handler, false);
} else if (window.attachEvent) {
document.attachEvent('on' + evt, handler);
}
};
var removeEvent = function(evt, handler) {
if (window.removeEventListener) {
document.removeEventListener(evt, handler, false);
} else if (window.detachEvent) {
document.detachEvent('on' + evt, handler);
}
};
var evts = 'contextmenu dblclick drag dragend dragenter dragleave dragover dragstart drop keydown keypress keyup mousedown mousemove mouseout mouseover mouseup mousewheel scroll'.split(' ');
var logHuman = function() {
if (window.wfLogHumanRan) { return; }
window.wfLogHumanRan = true;
var wfscr = document.createElement('script');
wfscr.type = 'text/javascript';
wfscr.async = true;
wfscr.src = url + '&r=' + Math.random();
(document.getElementsByTagName('head')[0]||document.getElementsByTagName('body')[0]).appendChild(wfscr);
for (var i = 0; i < evts.length; i++) {
removeEvent(evts[i], logHuman);
}
};
for (var i = 0; i < evts.length; i++) {
addEvent(evts[i], logHuman);
}
})('//www.rhb.nl/en/?wordfence_lh=1&hid=17F750C0466C533ABBA22DCA8DFD5FE8');
These apply to all orders to and all operations of the stevedore, irrespective of their nature and whether they are stevedoring operations in the strict sense or the stevedore is under an obligation to carry out the operations involved or they are carried out for payment. They shall come into effect on the day of their deposit at the registry of the District Court at Rotterdam. Settings deposited earlier shall cease being effective at the time, except for agreements to which they are. applicable and in which the present General Conditions cannot be incorporated.
These govern all offers, agreements, legal acts and actual acts relating to Services to be performed by the Freight Forwarder, insofar as these are not subject to imperative law. These apply to the legal relationship between the parties, including once the Agreement has ended.
The operators of floating sheerlegs make their plant and their personnel available on the settings mentioned in this document. The person placing the order for the sheerlegs confirms by his order that he is conversant with these settings and agrees to their application.
The shipbroker’s duties involve representing the carrier on the sport, while also being authorized by the carrier to undertake all sorts of local shipping and transport matters on his behalf. The shipbroker can for example engage pilots, tugs and boatmen for his principal., arrange for ship’s stores and supplies and bunkers to be delivered, handle inward and outward clearance, arrange moorings, pay harbour dues and other fees, arrange for the vessel to be loaded or unloaded, have the cargo stowed and lashed, handle personnel matters, such as the crew change, accept cargo for shipment and much else besides, subject of course to the proviso that limits may be set on the shipbroker’s duties if this is laid down in or arises from the contract entered into with the principal.
// Wacht tot de DOM volledig geladen is
document.addEventListener('DOMContentLoaded', () => {
// Selecteer de checkbox en de swiper-container
const checkbox = document.querySelector('#make-gallery-fullscreen');
const swiperContainer = document.querySelector('#mySwiper2');
const body = document.querySelector('body');
// Controleer of de elementen bestaan
if (!checkbox) {
console.error("Checkbox met ID '#make-gallery-fullscreen' niet gevonden.");
return;
}
if (!swiperContainer) {
console.error("Swiper-container met ID '#mySwiper2' niet gevonden.");
return;
}
// Functie om de attributen te verwijderen
function enableFullscreenMode() {
if (swiperContainer.hasAttribute('slides-per-view')) {
swiperContainer.removeAttribute('slides-per-view');
}
if (swiperContainer.hasAttribute('grid-rows')) {
swiperContainer.removeAttribute('grid-rows');
}
}
// Functie om de attributen terug te zetten
function disableFullscreenMode() {
swiperContainer.setAttribute('slides-per-view', '5');
swiperContainer.setAttribute('grid-rows', '5');
}
// Event listener toevoegen aan de checkbox
checkbox.addEventListener('change', () => {
if (checkbox.checked) {
enableFullscreenMode();
} else {
disableFullscreenMode();
}
});
function bodyAddLock() {
body.classList.add('fancybox-lock');
body.classList.add('swiper-fullscreen-active');
}
function bodyRemoveLock() {
body.classList.remove('fancybox-lock');
body.classList.remove('swiper-fullscreen-active');
}
checkbox.addEventListener('change', () => {
if (checkbox.checked) {
bodyAddLock();
} else {
bodyRemoveLock();
}
});
});