
$(window).load(function() {
        $('#slider').nivoSlider();
    });
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID");
swfobject.registerObject("FlashID2");


$(window).load(function() {
        $('#mini').nivoSlider();
    });

    $("a.one").click(function () {
      $("form.none").slideToggle("slow");
    });

// SWFOBJECT
var flashvars = {};
var params = { 
  menu: "false",
  allowScriptAccess: "always",
  wmode: "transparent"
};
var attributes = {};

// home video
swfobject.embedSWF(
	"/_flash/home.swf",
	"mov_home","455","280",
	"9.0.0","/_flash/expressInstall.swf",flashvars,params,attributes
);

/* Nav maintain hover state 

	// maintain hover
	$("#topnav ul ul").hover(function(){
		$(this).parent().find("a:first").addClass("active");
	},function(){
		$(this).parent().find("a:first").removeClass("active");
	});*/
