function flash(file){
	htm ="";
	htm +="<object data='index/flash/"+ file + "' width='160' height='80' type='application/x-shockwave-flash'>";
	htm +="<param name='movie' value='index/flash/"+ file + "' />";
	htm +="光ネットワーク協同組合　企業";
	htm +="</object>";
	document.write(htm);
}