// Begin jMedia Components
$(document).ready(
function() {
	$("#RotatingPicture1").media({ width: 175, height: 125, src: 'RotatingPicture.class', title: 'Rotating Picture',
		params: { codebase: './', 'Pause Time': '4', 'Number of Images': '3', 'Image 1': './Fallball_Action_2006_ad_banner_175125.jpg', 'Image 2': './MinorB_Batting_175125.jpg', 'Image 3': './Cooperstown_Cheer_2004_ad_banner_175125.jpg', 'URL for Image 1': './Teams_2010/teams_2010.html', 'URL for Image 2': './Teams_2010/teams_2010.html', 'URL for Image 3': './Parents/parents.html', 'Image Width': '175', 'Image Height': '125', 'X Position': '637', 'Y Position': '205', 'BackgroundColor': '13421772' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VerticalNavigationBar2"] = {
	"NavigationButton1" : { image: "./Home_Hp3c_1.gif", rollover: "./Home_HRp3c_1.gif", w: 126, h: 18 },
	"NavigationButton2" : { image: "./Teams___Games_Np1c_1.gif", rollover: "./Teams___Games_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton3" : { image: "./All_Stars_Np1c_1.gif", rollover: "./All_Stars_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton4" : { image: "./Season_Calendar_Np1c_1.gif", rollover: "./Season_Calendar_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton5" : { image: "./Sponsors_Np1c_1.gif", rollover: "./Sponsors_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton6" : { image: "./Coaches___PCA_Np1c_1.gif", rollover: "./Coaches___PCA_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton7" : { image: "./Parents_Np1c_1.gif", rollover: "./Parents_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton8" : { image: "./Board_Np1c_1.gif", rollover: "./Board_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton9" : { image: "./Fields___Maps_Np1c_1.gif", rollover: "./Fields___Maps_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton10" : { image: "./Archives_Np1c_1.gif", rollover: "./Archives_NRp1c_1.gif", w: 126, h: 18 },
	"NavigationButton11" : { image: "./Links_Np1c_1.gif", rollover: "./Links_NRp1c_1.gif", w: 126, h: 18 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "VerticalNavigationBar2", rollover: true, autoClose: false, spacing: 3 });
	$("#VerticalNavigationBar2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VerticalNavigationBar2 ul").hide();
	$("#VerticalNavigationBar2").css('border', '2px solid gray');
	$("#VerticalNavigationBar2").css('border-style', 'outset');
	$("#VerticalNavigationBar2 ul").css('border', '2px solid gray');
	$("#VerticalNavigationBar2 ul").css('border-style', 'outset');
});


// End Navigation Bars

