var my_client = new UserClient( ) ;
var flash_version = 6 ;
var is_installed = false ;

if (my_client.opera && navigator.plugins["Shockwave Flash"]) {
	var sp = navigator.plugins["Shockwave Flash"].description.indexOf("Flash") ;
	var ep = navigator.plugins["Shockwave Flash"].description.lastIndexOf(" ") ;
	var usr_ver = parseFloat(navigator.plugins["Shockwave Flash"].description.substring(sp+6, ep)) ;
	if (usr_ver >= flash_version) {
		var is_installed = true ;
	}
}
else if (my_client.Win && my_client.ie) {
	document.write('<SCR' + 'IPT LANGUAGE=VBScript\> \n') ;
	document.write('on error resume next \n') ;
	document.write('contentVersion = 6 \n') ;
	document.write('is_installed = ( IsObject(CreateObject("ShockwaveFlash.ShockwaveFlash." & contentVersion))) \n') ;
	document.write('</SCR' + 'IPT\> \n') ;
	if (my_client.ie4) {
		var is_installed = false ;
	}
}
else if (my_client.Mac && my_client.ie) {
	if (!my_client.ie4 && navigator.plugins["Shockwave Flash"]) {
		var sp = navigator.plugins["Shockwave Flash"].description.indexOf("Flash") ;
		var ep = navigator.plugins["Shockwave Flash"].description.lastIndexOf(" ") ;
		var usr_ver = parseFloat(navigator.plugins["Shockwave Flash"].description.substring(sp+6, ep)) ;
		if (usr_ver >= flash_version) {
			var is_installed = true ;
		}
	}
}
else if (my_client.nn && navigator.plugins["Shockwave Flash"]) {
	var sp = navigator.plugins["Shockwave Flash"].description.indexOf("Flash") ;
	var ep = navigator.plugins["Shockwave Flash"].description.lastIndexOf(" ") ;
	var usr_ver = parseFloat(navigator.plugins["Shockwave Flash"].description.substring(sp+6, ep)) ;
	if (usr_ver >= flash_version) {
		var is_installed = true ;
	}
}

function UserClient( ) {

	this.nav_name = navigator.appName ;
	this.nav_agnt = navigator.userAgent ;
	this.nav_ver = navigator.appVersion ;

	this.Win = (this.nav_agnt.indexOf("Win",0) != -1) ;
	this.Mac = (this.nav_agnt.indexOf("Mac",0) != -1) ;

	this.ie = (this.nav_name == "Microsoft Internet Explorer") ;
	this.ie4 = (this.nav_ver.indexOf('MSIE 4') > 0) ;
	this.nn = (this.nav_name == "Netscape") ;
	this.opera = (this.nav_agnt.indexOf("Opera", 0) != -1) ;
	this.safari = (this.nav_agnt.indexOf("Safari", 0) != -1) ;

}

<!-- MSpatch 対応20060412 start-->
<!-- ポータルスプラッシュ用-->





<!-- トップFLASH --->
function top_Swf() {
	if (is_installed) {
		document.write (
				'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="950" height="277" id="main" align="middle">' +
				'<param name="movie" value="swf/top.swf" />' +
				'<param name="quality" value="high" />' +
				'<embed src="swf/top.swf" quality="high" width="950" height="277" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
				'</object>'
		) ;
	}
	else {
		document.write (
				'<img src="img/index/no_flash.gif" width="950" height="277" border=0 alt="" usemap="#Map">' +
				'<map name="Map">' +
				'<area shape="rect" coords="0,0,950,277" href="http://www.macromedia.com/jp/shockwave/download/?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="_blank" alt="このサイトをご覧頂くにはFlash Playerが必要です。Macromedia Flash Player ダウンロードセンターにジャンプします">' +
				'</map>'
		) ;
	}
}
<!-- トップFLASH--->

<!-- 学部長FLASH --->
function tmovie_Swf() {
	if (is_installed) {
		document.write (
				'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="857" height="447" id="main" align="middle">' +
				'<param name="movie" value="swf/t_movie.swf" />' +
				'<param name="quality" value="high" />' +
				'<embed src="swf/t_movie.swf" quality="high" width="857" height="447" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
				'</object>'
		) ;
	}
	else {
		document.write (
				'<img src="img/index/no_fla_tm.gif" width="857" height="447" border=0 alt="" usemap="#Map">' +
				'<map name="Map">' +
				'<area shape="rect" coords="0,0,857,447" href="http://www.macromedia.com/jp/shockwave/download/?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="_blank" alt="このサイトをご覧頂くにはFlash Playerが必要です。Macromedia Flash Player ダウンロードセンターにジャンプします">' +
				'</map>'
		) ;
	}
}
<!-- 学部長FLASH--->



<!-- 学部紹介FLASH --->
function fmovie_Swf() {
	if (is_installed) {
		document.write (
				'<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" width="857" height="535" id="main" align="middle">' +
				'<param name="movie" value="swf/intro_movie.swf" />' +
				'<param name="quality" value="high" />' +
				'<embed src="swf/intro_movie.swf" quality="high" width="857" height="535" name="main" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />' +
				'</object>'
		) ;
	}
	else {
		document.write (
				'<img src="img/index/no_fla_fm.gif" width="866" height="548" border=0 alt="" usemap="#Map">' +
				'<map name="Map">' +
				'<area shape="rect" coords="0,0,866,548" href="http://www.macromedia.com/jp/shockwave/download/?P1_Prod_Version=ShockwaveFlash&Lang=Japanese" target="_blank" alt="このサイトをご覧頂くにはFlash Playerが必要です。Macromedia Flash Player ダウンロードセンターにジャンプします">' +
				'</map>'
		) ;
	}
}
<!-- 学部紹介FLASH--->



