function openFotoPopup(file){
	
	var openLink=window.open(file,'_blank','width=575,height=580,scrollbars=no,resizable=no');
	
}
