// JavaScript Document
function fotoWin(filename, path){
	fotoWindow = window.open("../../beheer/inc_fotowin.php?filename="+ path +filename , "fotoWindow" , "left=10, top=10, width=700, height=520, toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0")
}


function fotoWinText(filename, path, tekst){
	fotoWindow = window.open("../../beheer/inc_fotowintext.php?filename="+ filename+"&tekst="+tekst , "fotoWindow" , "left=10, top=10, width=700, height=520, toolbar=0,location=0,directories=0,status=0,menubar=0,scrollbars=0,resizable=0,copyhistory=0")
}
