function set_cookie(name,value,expires,path) {var ExpireDate = new Date ();ExpireDate.setTime(ExpireDate.getTime() + (expires  * 3600 * 1000));document.cookie = name + "=" +value +        ( (expires) ? ";expires=" + ExpireDate.toGMTString() : "") +        ( (path) ? ";path=" + path : "");  }function getCookie(name) { // use: getCookie("name");var bikky = document.cookie;var index = bikky.indexOf(name + "=");if (index == -1) return null;index = bikky.indexOf("=", index) + 1; // first charactervar endstr = bikky.indexOf(";", index);if (endstr == -1) endstr = bikky.length; // last characterreturn unescape(bikky.substring(index, endstr));}function set_language(name) {var koekie= getCookie("ar_skin").substring(0,4);var new_cookie= koekie + name;set_cookie('ar_skin',new_cookie,12,'/');window.location='http://annualreports.info'}function FieldValidation(){ var form = document.alertform;var titlecheck = form.Email.value;if ((titlecheck == "uwnaam@uwadres.nl" | titlecheck == ""  ))  {    alert("Vult u altublieft uw emailadres in!");    return (false);  }form.submit()}function OrderValidation(){ var form = document.service;var titlecheck = form.Name.value;if ((titlecheck == "uwnaam@uwadres.nl" | titlecheck == ""  ))  {    alert("Vult u altublieft uw naam in!");    return (false);  }form.submit()}function clearText(Email){if (Email.defaultValue==Email.value)Email.value = ""}function m_to(n,d){estring= n + "@" + d;document.write("<a href=\"mailto:" +estring +"\">" +estring +"</a>");}function sf(){document.searchformNL.lookupNL.focus(); }
