function bannerCreateUpdateType() {
	location.href = '?section=banner&sub=create&bannertype='+document.editform.bannertype.options[document.editform.bannertype.selectedIndex].value;
}

function bannerEditUpdateType() {
	location.href = '?section=banner&sub=edit&bannertype='+document.editform.bannertype.options[document.editform.bannertype.selectedIndex].value;
}
