function get_phone_image() { document.write(""); } function get_freight_phone_no() { document.write(""); } function get_phone_no() { document.write(""); } function get_phone_no_2() { document.write(""); } function get_phone_no_2_text() { document.write(""); } function get_phone_no_static() { document.write(""); } function get_phone_no_for_stdc(stdc) { var phoneNos = {"numbers": [{"stdc": "DF10", "phone": ""},{"stdc": "DF10E", "phone": ""},{"stdc": "DF10F", "phone": ""},{"stdc": "DF10F_CH", "phone": ""},{"stdc": "DF10IT", "phone": ""},{"stdc": "DF05E", "phone": ""},{"stdc": "DF10S", "phone": ""},{"stdc": "DF10G", "phone": ""},{"stdc": "DF10G_CH", "phone": ""},{"stdc": "DF10SE", "phone": ""},{"stdc": "DF10NL", "phone": ""},{"stdc": "DF10FI", "phone": ""},{"stdc": "DF10PT", "phone": ""},{"stdc": "DF10PL", "phone": ""},{"stdc": "DF10DK", "phone": ""},{"stdc": "DF10NO", "phone": ""},{"stdc": "DF10F_BE", "phone": ""},{"stdc": "DF10NL_BE", "phone": "(+32) 28 95 40 58"},{"stdc": "FFD10", "phone": ""},{"stdc": "DF10CZ", "phone": ""},{"stdc": "DF10SK", "phone": ""},{"stdc": "FFD10NL", "phone": ""},{"stdc": "DF10G_AT", "phone": ""},{"stdc": "DF05", "phone": ""},{"stdc": "DF10GR", "phone": ""},{"stdc": "DF10TR", "phone": ""},{"stdc": "AFCICN", "phone": ""},{"stdc": "AFCIAU", "phone": ""},{"stdc": "DF10CN", "phone": ""},{"stdc": "DF10RU", "phone": ""},{"stdc": "AFCIUA", "phone": ""},{"stdc": "DF10UA", "phone": ""},{"stdc": "DF10JP", "phone": ""},{"stdc": "AFCIJP", "phone": ""},{"stdc": "DF10COM", "phone": ""},{"stdc": "DF10AU", "phone": ""},{"stdc": "DF10AR", "phone": ""},{"stdc": "DF10KR", "phone": ""},{"stdc": "DF10CA", "phone": ""},{"stdc": "DF10F_CA", "phone": ""},{"stdc": "DF10CA_ES", "phone": ""},{"stdc": "DF10ID", "phone": ""},{"stdc": "DFTEST", "phone": ""},{"stdc": "FFD10F", "phone": ""}]}; for (var i in phoneNos.numbers) { if(phoneNos.numbers[i].stdc == stdc) { document.write(phoneNos.numbers[i].phone); break; } } } function has_phone_number() { return ("").length > 0; } function get_phone_no_conf1() { document.write(""); } function return_phone_no_conf1() { return (""); } function get_phone_no_conf2() { document.write(""); } function return_phone_no_conf2() { return (""); } function get_phone_no_conf3() { document.write(""); } function return_phone_no_conf3() { return (""); } function get_phone_no_conf4() { document.write(""); } function return_phone_no_conf4() { return (""); } function write_callcentre_box_over() { } function write_callcentre_box_out() { } function get_monfri_hours() { document.write("10:00 – 15:00"); } function get_monfri_text() { document.write("Man – Fre:"); } function get_sat_hours() { document.write(""); } function get_sat_text() { document.write(""); } function get_phone_charges() { document.write(""); } function get_cancellation_days() { document.write("999"); } window.onerror = null; var bName = navigator.appName; var bVer = parseInt(navigator.appVersion); var menuActive = 0; var menuOn = 0; var onLayer; var timeOn = null; function showLayer(layerName,aa){ if (timeOn != null) { clearTimeout(timeOn); hideLayer(onLayer); } var elementRef = document.getElementById(layerName); if (elementRef == undefined || elementRef == null) return; var x; if (window.innerWidth) x=window.innerWidth; else if (document.documentElement && document.documentElement.clientWidth) x=document.documentElement.clientWidth; else if (document.body) x=document.body.clientWidth; x = x/2; if (x<386) { x=386; } if (layerName=='languages') { elementRef.style.top= 20 + "px"; elementRef.style.left = (x - 386 + 676) + "px"; } else if (layerName=='languages2') { elementRef.style.top= 130 + "px"; elementRef.style.left = 2 + "px"; } else if (layerName=='Times') { var phone = document.getElementById("phone"); if (phone != undefined){ elementRef.style.top= (findPosY(phone) + 15) + "px"; elementRef.style.left = (findPosX(phone) - (x - 996)) + "px"; } else { elementRef.style.top = 130 + "px"; elementRef.style.left = 450 + "px"; } } else { elementRef.style.top = 131 + "px"; elementRef.style.left = (x - 386) + "px"; } elementRef.style.visibility="visible"; onLayer = layerName } function hideLayer(layerName){ if (menuActive == 0) { if(document.getElementById){ var elementRef = document.getElementById(layerName); if (elementRef == undefined || elementRef == null) return; if((elementRef.style)&& (elementRef.style.visibility!=null)){ elementRef.style.visibility = 'hidden'; } } } } function btnTimer() { timeOn = setTimeout("btnOut()",600) } function btnOut(layerName){ if (menuActive == 0){ hideLayer(onLayer) } } var item; function menuOver(itemName,ocolor){ item=itemName; itemName.style.backgroundColor = ocolor; clearTimeout(timeOn); menuActive = 1 } function menuOut(itemName,ocolor){ if(item) itemName.style.backgroundColor = ocolor; menuActive = 0 timeOn = setTimeout("hideLayer(onLayer)", 100) } function findPosX(obj) { var curleft = -448; if(obj.offsetParent) while(1) { curleft += obj.offsetLeft; if(!obj.offsetParent) break; obj = obj.offsetParent; } else if(obj.x) curleft += obj.x; return curleft; } function findPosY(obj) { var curtop = 0; if(obj.offsetParent) while(1) { curtop += obj.offsetTop; if(!obj.offsetParent) break; obj = obj.offsetParent; } else if(obj.y) curtop += obj.y; return curtop; } var pop = null; function popdown() { if (pop && !pop.closed) pop.close(); } function popup(obj,w,h) { var url = (obj.getAttribute) ? obj.getAttribute('href') : obj.href; if (!url) return true; w = (w) ? w += 20 : 650; // 150px*150px is the default size h = (h) ? h += 25 : 650; var args = 'width='+w+',height='+h+',resizable'; popdown(); pop = window.open(url,'',args); return (pop) ? false : true; }