function flash1() {
		document.write('<OBJECT ');
		document.write('  CLASSID  = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
		document.write('  CODEBASE = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
		document.write('  ID = "indexSwf" ');
		document.write('  WIDTH = "450" ');
		document.write('  HEIGHT = "450" ');
		document.write('  ALIGN = "" ');
		document.write('> ');
		document.write('<PARAM NAME=movie   VALUE="gallery_img/gallery.swf"> ');
		document.write('<PARAM NAME=loop    VALUE=true> ');
		document.write('<PARAM NAME=menu    VALUE=false> ');
		document.write('<PARAM NAME=quality VALUE=high> ');
		document.write('<PARAM NAME=bgcolor VALUE=000000> ');
		document.write('<EMBED SRC="gallery_img/gallery.swf" ');
		document.write('LOOP=true MENU=false  QUALITY=high swLiveConnect=FALSE ');
		document.write('WIDTH="450" HEIGHT="450" bgcolor="000000" NAME="indexSwf" ALIGN="" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
		document.write('</OBJECT>');
}

function map1() {
		document.write('<OBJECT ');
		document.write('  CLASSID  = "clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" ');
		document.write('  CODEBASE = "http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0"');
		document.write('  ID = "mapSwf" ');
		document.write('  WIDTH = "750" ');
		document.write('  HEIGHT = "575" ');
		document.write('  ALIGN = "" ');
		document.write('> ');
		document.write('<PARAM NAME=movie   VALUE="img/tenpoedo_map.swf"> ');
		document.write('<PARAM NAME=loop    VALUE=true> ');
		document.write('<PARAM NAME=menu    VALUE=false> ');
		document.write('<PARAM NAME=quality VALUE=best> ');
		document.write('<PARAM NAME=bgcolor VALUE=000000> ');
		document.write('<EMBED SRC="img/tenpoedo_map.swf" ');
		document.write('LOOP=true MENU=false  QUALITY=best swLiveConnect=FALSE ');
		document.write('WIDTH="750" HEIGHT="575" bgcolor="000000" NAME="mapSwf" ALIGN="" TYPE="application/x-shockwave-flash" ');
		document.write('PLUGINSPAGE="http://www.macromedia.com/go/getflashplayer"></embed>');
		document.write('</OBJECT>');
}
