function albumfotos() {
	if (vgenerals.getLogat() == true){	
		var open = Ext.get('finestraAlbumFotos');  
		if (open == null){   
			var win = new Ext.Window({
			                id: 'finestraAlbumFotos',
			                title: lit_albumfotos,
			                width:1000,
			                height:800,
			                activeTab:0,
			                iconCls: 'forum',
			                shim:false,
			                animCollapse:false,
			                border:false,
			                constrainHeader:true,
			                autoLoad:'albumfotos/albumfotos.php'
			 			});
			        win.show();
			}else{
				Ext.Msg.alert(JLI_ERROR_Oops, JLI_ERROR_Finestra_oberta);
			}
	} else {
		Ext.Msg.alert(JLI_ERROR_Oops, JLI_Eines_adm_login_primer);
	}	
}
