// JavaScript Document

var menuitem_onmouseover_stats;

function menuitem_onmouseover(obj, val) {
	if (val == null) {
		stats = menuitem_onmouseover_stats;
	}
	if (stats == 1) {
		obj.style.background="#e0eaf8 url('img/menu_button.png') no-repeat";
		menuitem_onmouseover_stats = 0;
	} else {
		obj.style.background="#e0eaf8 url('img/menu_button_h.png') no-repeat";
		menuitem_onmouseover_stats = 1;
	}
}

function menuitem_setbackground(obj, val) {
		obj.style.background="#e0eaf8 url('img/menu_button_h.png') no-repeat";
}

function onLoadFlush() {
	if (AC_FL_RunContent == 0) {
		alert("このページでは \"AC_RunActiveContent.js\" が必要です。");
	} else {
		AC_FL_RunContent(
			'codebase', 'http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,0,0',
			'width', '800',
			'height', '240',
			'src', 'top3',
			'quality', 'high',
			'pluginspage', 'http://www.macromedia.com/go/getflashplayer',
			'align', 'middle',
			'play', 'true',
			'loop', 'true',
			'scale', 'showall',
			'wmode', 'window',
			'devicefont', 'false',
			'id', 'top2',
			'bgcolor', '#ffffff',
			'name', 'top3',
			'menu', 'true',
			'allowFullScreen', 'false',
			'allowScriptAccess','sameDomain',
			'movie', 'top3',
			'salign', ''
			); //end AC code
	}
}
