function OLChangeIndex(index)
{
     document.f.OLIndex.value = index;
	 document.f.OLClicked.value = 1;
     document.f.submit();
}

