window.jQuery || document.write("");
document.write("");
document.write("");
document.write("");
function openAkteOfferte(){
var url = 'https://verhees.akteofferte.nl/offerte';
if (jQuery.browser.mobile) {
document.location = url;
} else {
jQuery.fancybox.open({
href : url,
type : 'iframe',
padding : 10,
modal: false,
closeBtn: true
});
}
}