<SCRIPT LANGUAGE="JavaScript">
var link
link = 'big.php';
function pop3(locatie, hoogte12, breedte18) {
var breedte12 = 1024
var hoogte14 = 735
var winl = (screen.width-breedte12)/2;
var wint = (screen.height-hoogte14)/2;
var wint2 = screen.height-hoogte14;
window.open(link, "", "height=400 , width=400 , top=50, left=50 ,scrollbars=auto, toolbar=0, resize=no");
}
</SCRIPT>