function openwedstrijd(x) { 
 str1 = './oud/wedstrijd.php?id=';
 newvalue=str1.concat(x);
 window.open(newvalue,'Info1','menubar=yes,width=620,height=440,scrollbars=yes,left='+((screen.width/2)-310)+',top='+((screen.height/2)-220));
};

function openbwedstrijd(x) { 
 str1 = './oud/bwedstrijd.php?id=';
 newvalue=str1.concat(x);
 window.open(newvalue,'Info2','menubar=yes,width=620,height=250,scrollbars=yes,left='+((screen.width/2)-310)+',top='+((screen.height/2)-125));
};

function openowedstrijd(x) { 
 str1 = './oud/owedstrijd.php?id=';
 newvalue=str1.concat(x);
 window.open(newvalue,'Info3','menubar=yes,width=500,height=250,scrollbars=yes,left='+((screen.width/2)-250)+',top='+((screen.height/2)-125));
};

function evenement(x) { 
 str1 = './oud/evenement.php?id=';
 newvalue=str1.concat(x);
 window.open(newvalue,'Info4','menubar=no,width=500,height=400,scrollbars=yes,left='+((screen.width/2)-250)+',top='+((screen.height/2)-200));
};

function uitslag(x){
 str1 = './oud/uitslag.php?id=';
 newvalue=str1.concat(x);
 window.open(newvalue,'Uitslag','width=750,height=550,status=no,scrollbars=yes,menubar=no,toolbar=no,resizable=yes,left='+((screen.width/2)-375)+',top='+((screen.height/2)-275));
}