function TLChangeIndex(index)
{
     document.f.TLIndex.value = index;
	 document.f.TLClicked.value = 1;
     document.f.submit();
}


