// JavaScript Document
	function Order(){
		document.getElementById('hdnSort').value=document.getElementById('selSort').value;
		window.location = document.getElementById('hdnSort').value;
		//document.getElementById('frmSort').submit();
	}