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=06B13F120DE01ACE00AABA870684D9FA');
Container Spreaders & Shore Cranes for Sale - Te Koop
For Sale used container spreaders semi automatic – autotwist
Used SEMI AUTOMATIC 20 FT – 40 FT CONTAINER SPREADERS – AUTOTWIST Stinis frame
28 T cap – 32 T cap – 35 T – 37 T – 45 T cap. |
Dimensions:
606 x 244 x 80 cm – weight approx 2500 kos Autotwist
1220 x 244 x 80 cm weight approx 3500 kos Autotwist
For information about buying the container spreaders please contact: office@rhb.nl The container spreaders are certified and in good condition.
Our advantages
Excellent location + facilities – Since 1930
All berths in quiet, calm, sweet water harbour basin
730 metres deep sea quay length with direct sea connection without bridges or locks
2 x 208 tons + 144 tons high speed heavy lift harbour mobile cranes, > 300 tons tandem – twin lift
saving in transhipment time of up to 50 percent!
6 high speed multi-purpose electrical cranes up to 55 tons capacity + handling heavy lifts up to 2.200 tons or more – No expensive mobilisation expenses at our berth.
100% pure stevedoring – 100% independent!
Skilled, professional, experienced and very importantly, flexible labour
Warehouse doors up to 10 metres width
Project cargo and heavy lift -heavy duty– storage space, fenced and paved
Warehouse space, heavy lift centre, Brexit goods, L.M.E. quality
Lashing & Securing, LSD, Welding, Grinding by professional partners
Optimized truck exit for a.o. Windmill Blades and Windmill Towers
Weighbridge Waalhaven for weighing containers acc. to SOLAS/VGM, next to our terminal
Customs VAT Transit + Entrepot Warehouse & Storage space
// 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();
}
});
});