////////////////////////////////////////////////////////////////////////////////
//
// index_1.js
//
////////////////////////////////////////////////////////////////////////////////
//****************************************************************************//
// initialize
//****************************************************************************//
$(function() {
	$("p#tabSwitcher1 a").removeClass("active");
	$("p#tabSwitcher2 a").removeClass("active");
	$("p#tabSwitcher3 a").addClass("active");
});