function SortMark1(index, sub, sa)
{	if(sub != 0)
	{		m_path = '/sortmark.php?sub='+ sub + '&sort=' + index;
		if(sa==1)
			m_path += '&sam=1';
			location.href = m_path;
	}
}