function flash1() {
document.write('<object type="application/x-oleobject"');
document.write(' classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000"');
document.write(' codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" width="724" height="534" id="map" align="middle">');
document.write('<param name="allowScriptAccess" value="sameDomain" />');
document.write('<param name="movie" value="img/map_all_area4.swf" />');
document.write('<param name="quality" value="high" />');
document.write('<param name="bgcolor" value="#ffffff" />');
document.write('<embed src="img/map_all_area4.swf"');
document.write(' quality="high"');
document.write(' bgcolor="#ffffff"');
document.write(' width="724"');
document.write(' height="534"');
document.write(' name="map"');
document.write(' align="middle"');
document.write(' allowScriptAccess="sameDomain"');
document.write(' type="application/x-shockwave-flash"');
document.write(' pluginspage="http://www.macromedia.com/go/getflashplayer" />');
document.write('<'+'/object>');
}
