function fotoliggend (URL) { 
popUpWin = window.open(URL,'fotolig', 'resizeable=no,scrollbars=no,width=300,height=196');
}

function fotostaand (URL) {
popUpWin = window.open(URL,'fotosta', 'resizeable=no,scrollbars=no,width=225,height=300');
}
