<!--
// Updates and optionlist
function autoSubmit(){
    var formObject = document.forms['form'];
    formObject.submit();
}

//-->
