var _gaq = _gaq || [];
_gaq.push(['_setAccount', 'UA-20716701-1']);
_gaq.push(['_setDomainName', 'none']);
_gaq.push(['_setAllowLinker', true]);
_gaq.push(['_trackPageview']);
_gaq.push(['_trackPageLoadTime']);			// 110922 add
(function() {
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
})();

function extWin (url,title,w,h) {
	var winopts	= "";
	if (url != "") {
		winopts	= url;
		if (w > 0) {		winopts	+= ", width="+w;	}
		if (h > 0) {		winopts	+= ", height="+h;	}
		winopts	+= ", scrollbars=yes, resizable=yes";
		if (title != "") {
			window.open(url, title, winopts);
		} else {
			window.open(url, winopts);
		}
	}
	return false;
}

function showIndexFlash () {
	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','100%','height','450','src','index','quality','best','pluginspage','http://www.macromedia.com/go/getflashplayer','align','middle','play','true','loop','false','scale','showall','wmode','transparent','devicefont','false','id','index','bgcolor','#ffffff','name','index','menu','false','allowFullScreen','false','allowScriptAccess','sameDomain','movie','index','salign',''); //end AC code
	}
}

