 function flash_gallery()
{
	document.write('<object codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,29,0" width="560" height="400" align="middle">\n');
	document.write('<param name="movie" value="gallery_02.swf" />\n');
	document.write('<param name="quality" value="high" />\n');
	document.write('<embed src="gallery_02.swf" quality="high" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="560" height="400" align="middle"></embed>\n');
	document.write('</object>\n');
}