if(window.jQuery){$(document).ready(function(){$(".btn").hover(function(){$(this).addClass("hover")},function(){$(this).removeClass("hover")})})}sfHover=function(){if(document.getElementById("nav")!=null){var b=document.getElementById("nav").getElementsByTagName("LI");for(var a=0;a<b.length;a++){b[a].onmouseover=function(){this.className+=" sfhover"};b[a].onmouseout=function(){this.className=this.className.replace(new RegExp(" sfhover\\b"),"")}}}};if(window.attachEvent){window.attachEvent("onload",sfHover)}if(window.jQuery){jQuery.extend({dimScreen:function(b,a,d){if(jQuery("#__dimScreen").size()>0){return}if(typeof b=="function"){d=b;b=null}if(typeof a=="function"){d=a;a=null}if(b<1){var c=a;a=b;b=c}if(a>=1){var c=b;b=a;a=c}b=(b>0)?b:500;a=(a>0)?a:0.5;return jQuery("<div></div>").attr({id:"__dimScreen",fade_opacity:a,speed:b}).css({background:"#000",height:$(document).height()+"px",left:"0px",opacity:0,position:"absolute",top:"0px",width:$(document).width()+"px",zIndex:999}).appendTo(document.body).fadeTo(b,0.7,d)},dimScreenStop:function(d){var a=jQuery("#__dimScreen");var b=a.attr("fade_opacity");var c=a.attr("speed");a.fadeOut(c,function(){a.remove();if(typeof d=="function"){d()}})}})}if(window.jQuery){jQuery.extend({showAkModal:function(d,f,a){var b={};var i={margin:1,border:1,padding:1,scroll:0};var c=$(window).width();var e=$(window).scrollLeft();var g=$(window).height();var h=$(window).scrollTop();$("body").append("<div class='popupLogin'><div class='popupBg'><a href='#' class='close'>Sluiten</a><iframe width='"+f+"' height='"+a+"'  frameborder=0 marginwidth='0' marginheight='0' scrolling='NO'  name='frmTest' src='"+d+"'></iframe></div></div>");$(".popupLogin").css({left:(((c/2-f/2))+e-98)+"px",top:(((g/2-a/2))+h-120)+"px"});$(".close").click(function(j){j.preventDefault();$.akModalRemove()});$.dimScreen(500,0.7,function(){$(".popupLogin").fadeIn(500)});var b={};b=$(".popupLogin").offset({scroll:false});X_left=b.left+f-16;X_top=b.top;$("#close").css({left:X_left,top:X_top})},akModalRemove:function(a){if(!a){$(".popupLogin").fadeOut(500);$(".popupLogin").remove();$.dimScreenStop()}else{a.$(".popupLogin").fadeOut(500);a.$(".popupLogin").remove();a.$.dimScreenStop()}},akModalHideAndRedirect:function(b,a){if(!b){$(".popupLogin").fadeOut(500);$(".popupLogin").remove();$.dimScreenStop();if(a.length>0){window.location=a}else{window.location.reload(true)}}else{if(a.length>0){b.location=a}else{b.location=b.location}}}})};
