$(function(){$(".popupwindow").each(function(){$(this).click(function(){newwindow=window.open($(this).attr('href'),'name','height=700,width=500,scrollbars=1');if(window.focus){newwindow.focus()}
return false;});});$("button").hover(function(){$(this).addClass('hover');},function(){$(this).removeClass('hover');});$(".confirmexit").click(function(){return confirmEdit();});});$(document).ready(function(){});editted=false;confirmEdit=function(){if(!editted||confirm('U hebt wijzigingen aangebracht. U dient deze op te slaan voor het verlaten van deze pagina, anders gaan deze verloren. Wenst u nog steeds de pagina te verlaten?')){return true;}else{return false;}}

