if (self != top) top.location = self.location;

function OpenFoto(bestandsnaam,titel) {
   popupWin = window.open('/cool.php?bestandsnaam='+bestandsnaam+'&titel='+titel, "", 'width=400,height=257');
}


function OpenFotoTurned(bestandsnaam,titel) {
   popupWin = window.open('/cool.php?bestandsnaam='+bestandsnaam+'&titel='+titel, "", 'width=263,height=400');
}
