function SortByColumn(column_index)
{
	//3-price
	document.forms[0].sort_column.value=column_index;
	document.forms[0].submit();
}

