function ELChangeIndex(index)
{
     document.f.ELIndex.value = index;
     document.f.ELClicked.value = 1;
     document.f.submit();
}

