
// document to store shared functions


// nieuwsdetail popup

function old_nieuwsitem(which){
	newwindow = window.open('nieuwsdetails.php?newsid=' + which,'nieuwsitem','height=315,width=555,scrollbars=no');
}