function includeBigPic()
{
	document.write('<object data="x/container.swf?movie=x%2Fbigpic.swf" type="application/x-shockwave-flash" width="700" height="210">\n');
		document.write('<param name="movie" value="x/container.swf?movie=x%2Fbigpic.swf" />\n');
		document.write('<param name="menu" value="false" />\n');
		document.write('<param name="wmode" value="transparent" />\n');
		document.write('<div id="bigpic_noflash">\n');
			document.write('<a href="http://www.macromedia.com/shockwave/download/download.cgi?P1_Prod_Version=ShockwaveFlash" target="_blank"><img src="x/bigpic_noflash.png" width="700" height="210" alt="bigpic noflash" /></a>\n');
		document.write('</div>\n');
	document.write('</object>\n');
}