// worked with prototype.js

function onClickSelectStatus() {
	if ($('select_status').value >= 0) {
		$('item_form').submit();
	}
}
