// Initialize the menu roll-over image swapping.
$.swapImage(".swapImage");

// Enable all the required sIFR font substitutions
if(typeof sIFR == "function"){
    sIFR.replaceElement("#header h1", named({sFlashSrc: "/flash/sifr/VAG.swf", sColor: "#ffffff", sWmode: "transparent"}));
	sIFR.replaceElement("#header h2", named({sFlashSrc: "/flash/sifr/VAGlight.swf", sColor: "#ffffff", sWmode: "transparent"}));

    sIFR.replaceElement("#content h1", named({sFlashSrc: "/flash/sifr/VAG.swf", sColor: "#00aad2", sWmode: "transparent"}));
    sIFR.replaceElement("#content h2", named({sFlashSrc: "/flash/sifr/VAGlight.swf", sColor: "#00aad2", sWmode: "transparent"}));
};
