function imageUpdateLetter(type) {
	location.href = '?section=image&hidden=1&type='+type+'&gletter='+document.editform.gletter.options[document.editform.gletter.selectedIndex].value;
}
