function submitForm(){
	if(document.getElementById){
		document.getElementById('sort').submit();
	}
}
