// Begin MultiLayoutRegions
$(document).ready(
function() {
	$('#MultiLayoutRegion1LYR').MyPane({headerClassClosed:'TogglePaneFancyHeaderClosed',startOpened: false, speed: 'normal'});
}
);
// End MultiLayoutRegions

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar1"] = {
	"NavigationButton1" : { image: "../../Social__Events__2009_Hp3_1.gif", rollover: "../../Social__Events__2009_HRp4_1.gif", w: 130, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "NavigationBar1", rollover: true, autoClose: false });
	$("#NavigationBar1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#NavigationBar1 ul").hide();
});


ButtonsImageMapping["UnknownObject1"] = {
	"NavigationButton2" : { image: "../../Bala_Home_Page_Np1.gif", rollover: "../../Bala_Home_Page_NRp2.gif", w: 130, h: 24 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "UnknownObject1", rollover: true, autoClose: false });
	$("#UnknownObject1").nofNavBar({isMain: true, orientation: "horizontal" });
	$("#UnknownObject1 ul").hide();
});


// End Navigation Bars

