function showFlash() {
	document.write('<object type="application/x-shockwave-flash" data="bridges.swf" style="width:640px;height:480px;">');
	document.write('<param name="movie" value="bridges.swf"/>');
	document.write('<param name="wmode" value="opaque"/>');
	document.write('</object>');
}

