//---------------------------------------------------------------------------------------------------------------------------
//	VARIE
//---------------------------------------------------------------------------------------------------------------------------


function VT_callpopup(foto) {
	showfoto = window.open('foto.php?foto='+foto,'dpx','left=10,top=10,width=550,height=550,status=no,resizable=yes, scrollbars=no');
	showfoto.focus();      
}	


function f_Pagina(nomePagina, numPagina) {
	//Paginazione
	document.location = nomePagina + "&pag=" + numPagina;
}
