﻿
/*

	This sets the initial active tabs

*/

Event.observe(window, 'load', function() {
		ShowTab(1, 3, 'mapsLink_', 'mapsArea_');
		ShowTab(1, 2, 'newsLink_', 'newsArea_');
		ShowTab(1, 2, 'welcomeLink_', 'welcomeArea_');

});
