function getpid() {return document.getElementById('pid').value;}
function delstorage(storid) {
	if (confirm('Votre chapitre ne sera plus consultable via cet hebergement!\nEtes-vous sur(e) ?') ) {
		writediv('storage'+storid+'status', '<img src="/images/loading_16.gif" border="0" alt="Chargement..." title="Chargement..." />&nbsp;Chargement...' );
		ajx_del_storage(getpid(),storid);
	}
}

function list_storages(chapid, edit) {
	writediv('chapterstorage'+chapid, '<img src="/images/loading_16.gif" border="0" alt="Chargement..." title="Chargement..." />&nbsp;Chargement...' );
	ajx_get_storages(chapid, edit);
}

