var flashvars = {name: "Home"};
var params = {wmode: "opaque",BGCOLOR: "#000000"};
var attributes = {id: "myDynamicContent",name: "myDynamicContent"};
swfobject.embedSWF("flash/images.swf", "movie_fla", "901", "408", "7.0.0","flash/images.swf", flashvars, params, attributes);
swfobject.embedSWF("menu.swf", "box-scroll", "901", "34", "7.0.0","menu.swf");
$(document).ready(function(){
	$("div.site-menu-bg ul li").each(function(i) {
		$(this).width($(this).width() + 3);
	});
});