function ChangeOrderBy(myval, myurl)
{
	if (myval != '')
	{
		location.href = '/action/orderby.asp?val=' + myval + '&url=' + myurl;
	}
}