/* FLASH */

/* ナビゲーション */
function navi(){
	document .write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="179" height=565">');
	document .write ('<param name="movie" value="../swf/navi.swf" />');
	document .write ('<param name="quality" value="high" />');
	document .write ('<embed src="../swf/navi.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="179" height="565"></embed>');
	document .write ('</object>');
}

/* フッター */
function footer(){
	document .write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height=23">');
	document .write ('<param name="movie" value="../swf/footer.swf" />');
	document .write ('<param name="quality" value="high" />');
	document .write ('<embed src="../swf/footer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="23"></embed>');
	document .write ('</object>');
}

/* top */
function top(){
	document .write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="898" height=426">');
	document .write ('<param name="movie" value="swf/top.swf" />');
	document .write ('<param name="quality" value="high" />');
	document .write ('<embed src="swf/top.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="898" height="426"></embed>');
	document .write ('</object>');
}

function scroll(){
	document .write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height=120">');
	document .write ('<param name="movie" value="swf/scroll.swf" />');
	document .write ('<param name="quality" value="high" />');
	document .write ('<embed src="swf/scroll.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="120"></embed>');
	document .write ('</object>');
}

function t_footer(){
	document .write ('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="900" height=40">');
	document .write ('<param name="movie" value="swf/t_footer.swf" />');
	document .write ('<param name="quality" value="high" />');
	document .write ('<embed src="swf/t_footer.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="900" height="40"></embed>');
	document .write ('</object>');
}
