// 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["NavigationBar3"] = {
	"NavigationButton1" : { image: "../../CT_Home_NAltBasicButton.GIF", rollover: "../../CT_Home_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton2" : { image: "../../Documentation_NAltBasicButton.GIF", rollover: "../../Documentation_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton3" : { image: "../../Overview_NAltBasicButton.GIF", rollover: "../../Overview_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton4" : { image: "../../Installation_NAltBasicButton.GIF", rollover: "../../Installation_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton5" : { image: "../../Launching_NAltBasicButton.GIF", rollover: "../../Launching_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton6" : { image: "../../Chinese_Fonts_NAltBasicButton.GIF", rollover: "../../Chinese_Fonts_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton7" : { image: "../../Reading_Chinese_NAltBasicButton.GIF", rollover: "../../Reading_Chinese_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton8" : { image: "../../Reviewing_by_Level_NAltBasicButton.GIF", rollover: "../../Reviewing_by_Level_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton9" : { image: "../../Reviewing_by_Date_NAltBasicButton.GIF", rollover: "../../Reviewing_by_Date_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton10" : { image: "../../Export___Import_NAltBasicButton.GIF", rollover: "../../Export___Import_NRAltBasicButtonOn.GIF", w: 150, h: 30 },
	"NavigationButton11" : { image: "../../Looking_Up_Phrases_NAltBasicButton.GIF", rollover: "../../Looking_Up_Phrases_NRAltBasicButtonOn.GIF", w: 150, h: 30 }
};

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


// End Navigation Bars

