function setFlash(url,w,h,bg){
	document.open();
	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="' + w + '" height="' + h + '" id="topflash">');
	document.write('<param name="movie" value="' + url + '" />');
	document.write('<param name="quality" value="high" />');
	document.write('<param name="menu" value="false" />');
	document.write('<param name="bgcolor" value="' + bg + '" />');
	document.write('<embed src="' + url + '" quality="high" bgcolor="' + bg + '" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="' + w + '" height="' + h + '"></embed>');
	document.write('</object>');
	document.close();
}

function new_window(url) {
	window.open(url,"Palette");
}

function rollover(id_No,img_URL){
	document.getElementById('OnImg'+id_No).setAttribute('src',img_URL);
}

function RollOver (obj,val) {
  obj.src = val;
}

function setMAP() {
	document.write('<iframe width="480" height="400" frameborder="0" scrolling="no" marginheight="0" marginwidth="0" src="http://maps.google.com/maps?f=q&amp;hl=ja&amp;geocode=&amp;q=%E9%AB%98%E7%9F%A5%E5%B8%82%E6%9D%89%E4%BA%95%E6%B5%8138&amp;ie=UTF8&amp;om=1&amp;s=AARTsJoM6nayJY2cAT5uHi5jQz3bJVvXLw&amp;ll=33.577729,133.558731&amp;spn=0.028603,0.041199&amp;z=14&amp;iwloc=addr&amp;output=embed"></iframe><br /><small><a href="http://maps.google.com/maps?f=q&amp;hl=ja&amp;geocode=&amp;q=%E9%AB%98%E7%9F%A5%E5%B8%82%E6%9D%89%E4%BA%95%E6%B5%8138&amp;ie=UTF8&amp;om=1&amp;ll=33.577729,133.558731&amp;spn=0.028603,0.041199&amp;z=14&amp;iwloc=addr&amp;source=embed" style="color:#0000FF;text-align:left">拡大地図を表示</a></small>');
	}