function isSecure() { return window.location.protocol == 'https:'; }

if (isSecure) currentModeUrl=defaultURL.replace("http://", "https://");

document.write('<p class="language">');
document.write('<img src="' + currentModeUrl + '/img/design/shim.gif" class="shim" alt="" />');
document.write('<a href="' + defaultURL + '/index.htm" target="_parent">NL</a> | ');
document.write('<a href="' + defaultURL + '/2index.htm" target="_parent">FR</a> | ');
document.write('<a href="' + defaultURL + '/4index.htm" target="_parent">EN</a>');
document.write('</p>');
document.write('<p class="homecontact">');
document.write('<a href="' + defaultURL + '/1/about/1jobopp.htm#top" target="_parent">Vacatures</a> | ');
document.write('<a href="' + defaultURL + '/index.htm" target="_parent">Home</a> | ');
document.write('<a href="' + defaultURL + '/1/about/1about.htm" target="_parent">Over Airstop</a> | ');
document.write('<a href="' + defaultURL + '/1/contact/1contact.htm" target="_parent" title="Callcenter 070/233.188">Contact</a>');
document.write('</p>');

