var params = {
  menu: "false",
  flashvars: "urlpath=http://eclsoft.com/"
};

swfobject.embedSWF("/wp-content/themes/eclsoft/img/ecl.swf", "flash_header", "270", "130", "9.0.0","expressInstall.swf",false,params);

$( function() {
	$("#menu li").not(":first").not(":last").hover( function() {
		$(this).css("background", 'url("/wp-content/themes/eclsoft/img/menu_bg_hover.gif") center top #000');
	}, function() {
		$(this).css("background", '');
	})
	$("#menu li:first").hover( function() {
		$(this).css("background", 'url("/wp-content/themes/eclsoft/img/menu_bg_hover.gif") left top #000');
	}, function() {
		$(this).css("background", 'url("/wp-content/themes/eclsoft/img/menu_bg.gif") left top #000');
	})
	$("#menu li:last").hover( function() {
		$(this).css("background", 'url("/wp-content/themes/eclsoft/img/menu_bg_hover.gif") right top #000');
	}, function() {
		$(this).css("background", '');
	})
	
	$("div.box").hover( function() {
		$(this).css("background-position", "0 -110px");
	}, function() {
		$(this).css("background-position", "0 0");
	})
})
