// Alles achter de schuine strepen is commentaar of instructie.

// Begin anti-kopieer, niet wijzigen

if (window.Event)   
  document.captureEvents(Event.MOUSEUP);   
 function nocontextmenu()    
{  
 event.cancelBubble = true  
 event.returnValue = false;  
  return false;  
}  
 function norightclick(e)   
{  
 if (window.Event)   
 {  
  if (e.which == 2 || e.which == 3)  
   return false;  
 }  
 else  
  if (event.button == 2 || event.button == 3)  
  {  
   event.cancelBubble = true  
   event.returnValue = false;  
   return false;  
  }  
 }  
 document.oncontextmenu = nocontextmenu;   
document.onmousedown = norightclick;   
 function disableselect(e){
return false
}
function reEnable(){
return true
}
document.onselectstart=new Function ("return false")
if (window.sidebar){
document.onmousedown=disableselect
document.onclick=reEnable
}
// einde anti-kopieer

// begin popups
// Pas een functie aan als er een popup wordt toegevoegd: 
// Kopieer een complete functie, dus alles tussen het woord function en de }.
// Geef de popup een naam: popUpNAAM. Deze naam wordt in de htm-pagina gebruikt, let op hoofdletters!
// Laat de rest in takt.
// Pas eventueel de breedte (width), hoogte (height) en/of de positie aan (left, top).

function popUpuitslag(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left = 50,top = 50');");
}

function popUphonden(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=650,left = 30,top = 30');");
}

function popUpstart(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 50,top = 50');");
}

function popUppupofvolwassen(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 50,top = 50');");
}

function popUpweerenverkeer(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left = 50,top = 50');");
}

function popUprea(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 100,top = 100');");
}

function popUpehbo(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 50,top = 50');");
}

function popUppdf(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=900,height=600,left = 50,top = 50');");
}

function popUpaankoop(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 50,top = 50');");
}

function popUpkaart(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 100,top = 100');");
}

function popUptomtom(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=0,location=0,statusbar=0,menubar=0,resizable=0,width=500,height=450,left = 200,top = 200');");
}

function popUpinschrijving(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=800,height=600,left = 50,top = 50');");
}

function popUpinschrijvingdoc(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=1,scrollbars=1,location=0,statusbar=0,menubar=1,resizable=0,width=950,height=600,left = 50,top = 50');");
}

function popUpbarca(URL) {
day = new Date();
id = day.getTime();
eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=650,height=700,left = 5,top = 5');");
}

// einde popups

// begin blanco popup
//function popUpGEEFAANWELKE(URL) {
//day = new Date();
//id = day.getTime();
//eval("page" + id + " = window.open(URL, '" + id + "', 'toolbar=0,scrollbars=1,location=0,statusbar=0,menubar=0,resizable=0,width=700,height=600,left = 50,top = 50');");
//}
// einde blanco popup

// begin knoppen in pagina's, niet wijzigen
function change(obj,nid)
{
	obj.id=nid;
}
// einde knoppen in pagina's

// begin start in index pagina, dit voorkomt het oproepen van een andere pagina. Niet wijzigen.
if (parent.location.href == self.location.href){
window.location.href = 'http://www.kringgroepijsselmuiden.nl'
}
// einde start in index

// begin exit knop, niet wijzigen
function exit(){
close();
}
// einde exit knop

// begin pagina printen, niet wijzigen
function printPage() { 
  if(document.all) { 
    document.all.divButtons.style.visibility = 'hidden'; 
    window.print(); 
    document.all.divButtons.style.visibility = 'visible'; 
  } else { 
    document.getElementById('divButtons').style.visibility = 'hidden'; 
    window.print(); 
    document.getElementById('divButtons').style.visibility = 'visible'; 
  } 
} 
// einde pagina printen

