// JavaScript Document
var $j = jQuery.noConflict();
$j(function() {
		$j("#accordion").accordion({
			header: "h3",
			autoHeight: false
		});
		$j(".submit").hover (
			function () {
        	$j(this).addClass("submit-hover");
      		}, 
      		function () {
        	$j(this).removeClass("submit-hover");
      		}

		);
		$j(".formSubmit").hover (
			function () {
        	$j(this).addClass("formSubmit-hover");
      		}, 
      		function () {
        	$j(this).removeClass("formSubmit-hover");
      		}

		);
		
		$j(".morebutton").hover (
			function () {
        	$j(this).addClass("morebutton-hover");
      		}, 
      		function () {
        	$j(this).removeClass("morebutton-hover");
      		}

		);
});

if(typeof sIFR == "function"){
    sIFR.replaceElement("h1,h3>span", named({sFlashSrc: "/wp-content/themes/MoonitBlog/flash/vagroubol.swf", sColor: "#ffffff", sWmode: "transparent"}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h3>a>span", named({sFlashSrc: "/wp-content/themes/MoonitBlog/flash/vagroubol.swf", sColor: "#ffffff", nPaddingTop: 5, sWmode: "transparent",sBgColor: "#3B7BD3"}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h2", named({sFlashSrc: "/wp-content/themes/MoonitBlog/flash/vagroubol.swf", sColor: "#ffffff", sCase: "lower", sWmode: "transparent"}));
};

if(typeof sIFR == "function"){
    sIFR.replaceElement("h4", named({sFlashSrc: "/wp-content/themes/MoonitBlog/flash/vagroubol.swf", sColor: "#ffffff", sCase: "lower", sWmode: "transparent"}));
};
