function messageUpdateList(where) {
	location.href = '?section=message&sub='+where+'&page='+document.typeform.page.options[document.typeform.page.selectedIndex].value+'&type_id='+document.typeform.type_id.options[document.typeform.type_id.selectedIndex].value;
}

