function getPublicDir(id) {
	prePath = parseInt(id / 1000);
	path = '/' + prePath + '/' + id + '/';
	return(path);
}
