// JavaScript Document

//function fotoWin1(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 fotoWinText1(filename, path, tekst){
	fotoWindow = window.open("../beheer/inc_fotowintext.php?filename="+ path + 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")
}

//function fotoWin2(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 fotoWinText2(filename, path, tekst){
	fotoWindow = window.open("../beheer/inc_fotowintext.php?filename="+ path + 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")
}
