// Begin jMedia Components
$(document).ready(
function() {
	$("#Shockwave1").media({ width: 120, height: 120,
		src: '../../danceclub.swf', flashVersion: '5,0,0,0',
		autoplay: true,
		params: { loop: 'true', quality: 'autolow', scale: 'showall', salign: 'Left', wmode: 'window' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["NavigationBar2"] = {
	"NavigationButton9" : { image: "../../Home_Ns1.gif", rollover: "../../Home_NRs3.gif", w: 84, h: 36 },
	"NavigationButton10" : { image: "../../Scuole_Ns1.gif", rollover: "../../Scuole_NRs3.gif", w: 84, h: 36 },
	"NavigationButton11" : { image: "../../Video_Hs3.gif", rollover: "../../Video_HRs1.gif", w: 84, h: 36 },
	"NavigationButton12" : { image: "../../Stage_Ns1.gif", rollover: "../../Stage_NRs3.gif", w: 84, h: 36 },
	"NavigationButton13" : { image: "../../Eventi_Ns1.gif", rollover: "../../Eventi_NRs3.gif", w: 84, h: 36 },
	"NavigationButton14" : { image: "../../Inserimento_Ns1.gif", rollover: "../../Inserimento_NRs3.gif", w: 84, h: 36 },
	"NavigationButton15" : { image: "../../Download_Ns1.gif", rollover: "../../Download_NRs3.gif", w: 84, h: 36 },
	"NavigationButton16" : { image: "../../Links_Ns1.gif", rollover: "../../Links_NRs3.gif", w: 84, h: 36 }
};

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


// End Navigation Bars


