// 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"] = {
	"Navigationsschaltflaeche14" : { image: "./Startseite_Nregular_1.gif", rollover: "./Startseite_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche15" : { 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: "./Pakistan_Hhighlighted_1_1.gif", rollover: "./Pakistan_HRhighlightedRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche2" : { image: "./Lahore_Nregular_1_1.gif", rollover: "./Lahore_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche3" : { image: "./Fahrt-uber-Land_Nregular_1_1.gif", rollover: "./Fahrt-uber-Land_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche4" : { image: "./Erdbebengebiet_Nregular_1_1.gif", rollover: "./Erdbebengebiet_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche5" : { image: "./Aufraumen_Nregular_1_1.gif", rollover: "./Aufraumen_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche6" : { image: "./in-Lahore_Nregular_1_1.gif", rollover: "./in-Lahore_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche7" : { image: "./Teppichknupferei_Nregular_1_1.gif", rollover: "./Teppichknupferei_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche8" : { image: "./Farben-der-Wolle_Nregular_1_1.gif", rollover: "./Farben-der-Wolle_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche9" : { image: "./der-Feinschliff_Nregular_1_1.gif", rollover: "./der-Feinschliff_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche10" : { image: "./Wetter-und-Links_Nregular_1_1.gif", rollover: "./Wetter-und-Links_NRregularRollover_1_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche11" : { image: "./Teppich-Jordan_Nregular_1.gif", rollover: "./Teppich-Jordan_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche12" : { image: "./Kontakt_Nregular_1.gif", rollover: "./Kontakt_NRregularRollover_1.gif", w: 141, h: 25 },
	"Navigationsschaltflaeche13" : { 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();
});


// End Navigation Bars


