// Begin Analytics
$(document).ready( function() {
});
// End Analytics

// Begin XHTML adjustment
$(document).ready(function(){
	if (jQuery.browser.msie && jQuery.browser.version.substr(0, 2) == "6.") {
		$(".nof-clearfix").each(function (i) {
			$(this).append("<div style='clear:both'/>");
			$(this).removeClass("nof-clearfix");
		});
	}
});

// End XHTML adjustment

// Begin Navigation Bars
var ButtonsImageMapping = [];
ButtonsImageMapping["Navigationsleiste1"] = {
	"Navigationsschaltflaeche21" : { image: "../../Startseite_Nregular_1.gif", rollover: "../../Startseite_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche22" : { image: "../../Suche_Nregular_1.gif", rollover: "../../Suche_NRregularRollover_1.gif", w: 141, h: 25 }
};

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


ButtonsImageMapping["VertikaleNavigationsleiste2"] = {
	"Navigationsschaltflaeche1" : { image: "../../Rundreise-China_Nregular_1_1.gif", rollover: "../../Rundreise-China_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "../../Reisefieber_Nregular_1_1.gif", rollover: "../../Reisefieber_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "../../Peking_Nregular_1_1.gif", rollover: "../../Peking_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "../../Xian_Nregular_1_1.gif", rollover: "../../Xian_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "../../Guilin_Nregular_1_1.gif", rollover: "../../Guilin_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "../../Kanton_Nregular_1_1.gif", rollover: "../../Kanton_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "../../Hongkong_Hhighlighted_1_1.gif", rollover: "../../Hongkong_HRhighlightedRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "../../Aberdeen_Nregular_2_1.gif", rollover: "../../Aberdeen_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "../../Cheung-Chau_Hhighlighted_2_1.gif", rollover: "../../Cheung-Chau_HRhighlightedRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "../../Kolonial_Nregular_2_1.gif", rollover: "../../Kolonial_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche11" : { image: "../../Kowloon_Nregular_2_1.gif", rollover: "../../Kowloon_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche12" : { image: "../../Markte_Nregular_2_1.gif", rollover: "../../Markte_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche13" : { image: "../../Victoria-Peak_Nregular_2_1.gif", rollover: "../../Victoria-Peak_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche14" : { image: "../../Tram-fahren_Nregular_2_1.gif", rollover: "../../Tram-fahren_NRregularRollover_2_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche15" : { image: "../../Ruckkehr_Nregular_1_1.gif", rollover: "../../Ruckkehr_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche16" : { image: "../../Karte-Reiseverlauf_Nregular_1_1.gif", rollover: "../../Karte-Reiseverlauf_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche17" : { image: "../../Wetter-und-Klima_Nregular_1_1.gif", rollover: "../../Wetter-und-Klima_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche18" : { image: "../../Infos---Links_Nregular_1_1.gif", rollover: "../../Infos---Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche19" : { image: "../../Kontakt_Nregular_1.gif", rollover: "../../Kontakt_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche20" : { image: "../../Gastebuch_Nregular_1.gif", rollover: "../../Gastebuch_NRregularRollover_1.gif", w: 141, h: 25 }
};

$(document).ready(function(){
	$.fn.nofNavBarOptions({ navBarId: "VertikaleNavigationsleiste2", rollover: true, autoClose: false });
	$("#VertikaleNavigationsleiste2").nofNavBar({isMain: true, orientation: "vertical" });
	$("#VertikaleNavigationsleiste2 ul").hide();
	$("#VertikaleNavigationsleiste2").css('background-color', '#E1FFC4');
	$("#VertikaleNavigationsleiste2 ul").css('background-color', '#E1FFC4');
});


// End Navigation Bars


