﻿function SortMode(fldname,ordermode)
{
	window.location.href = "OldCarplantList.aspx?orderfld="+fldname+"&ordermode="+ordermode;
}