
/* ----------------------------------- Alphabets Script ----------------------------------- */

function tab1612108977(tab_id, tabs_count)
{
	for (var i=1; i <= tabs_count; i++)
	{
		if (tab_id == i)
			{
				document.getElementById('tab1612108977_' + i).className = 'current';
			}
		else
			{
				document.getElementById('tab1612108977_' + i).className = '';
			}
	}
}

/* ----------------------------------- Alphabets Script ----------------------------------- */