// Begin jMedia Components
$(document).ready(
function() {
	$("#TickerTape3").media({ width: 574, height: 30, src: 'TickerTape.class', title: '',
		params: { codebase: './', 'text1': 'Ihr Alleinunterhalter mit Musik, Gesang und Wort  -  Musik aus den Bergen  -  Unterhaltung  -  Gaudi  -  Stimmung  -', 'speed': '25', 'framecolor': 'lightGray', 'backcolor': 'darkGray', 'ledtype': '0', 'ledcolor': 'green', 'LEDsize': '2' }
	});
});
// End jMedia Components

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["VertikaleNavigationsleiste4"] = {
	"Navigationsschaltfläche1" : { image: "./Home_HTradButtonOn_1.gif", w: 120, h: 29 },
	"Navigationsschaltfläche2" : { image: "./Info_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche3" : { image: "./Repertoire_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche4" : { image: "./Neuste_CD_NTradButton_1.gif", w: 120, h: 29 },
	"Navigationsschaltfläche5" : { image: "./Bilder_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche6" : { image: "./Video_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche7" : { image: "./Referenzen_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche8" : { image: "./Links_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche9" : { image: "./Kontakt_NTradButton.gif", w: 120, h: 29 },
	"Navigationsschaltfläche10" : { image: "./Impressum_NTradButton.gif", w: 120, h: 29 }
};

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


// End Navigation Bars

