﻿/*

	This sets the initial active tabs

*/

Event.observe(window, 'load', function() {
		ShowTab(1, 3, 'eventsSearch_', 'searchTab_');

});
