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