function GLChangeIndex(index)
{
     document.f.GLIndex.value = index;
     document.f.GLClicked.value = 1;
     document.f.submit();
}

