function LLChangeIndex(index)
{
     document.f.LLIndex.value = index;
	 document.f.LLClicked.value = 1;
     document.f.submit();
}

