
function openfilmWindow()
{
	var theURL = "vlieterfilm.html";
	var features= "scrollbars=no,resizable=yes,width=600,height=650,top=50,left=50";

	window.open(theURL, "FilmVlieter", features);

	return false;
}

function openfilmWindowFromIndex()
{
	var theURL = "nl/vlieterfilm.html";
	var features= "scrollbars=no,resizable=yes,width=600,height=650,top=50,left=50";

	window.open(theURL, "FilmVlieter", features);

	return false;
}

function openPopup(fotonr)

{
  
	var url = "photo.html?nr=" + fotonr;
  
	window.open(url, 'foto', 'width=876, height=625, menubar=false, scrollbars=false, resizable=false, status=false, toolbar=false');

}
