//---------------------------------------------------------------------------------------------------------------------------
//	VARIE
//---------------------------------------------------------------------------------------------------------------------------


function VT_callpopup(foto) {
	showfoto = window.open('foto.php?foto='+foto,'dpx','left=10,top=10,width=800,height=633,status=no,resizable=yes, scrollbars=no');
	showfoto.focus();      
}	
