function InsertFlash(movie) {
	document.write('<object type="application/x-shockwave-flash" data="/_swf/' + movie + '.swf" width="180" height="208">\n');
	document.write('<param name="movie" value="/_swf/' + movie + '.swf" />\n');
	document.write('<img src="/_img/nav_home.jpg" border="0" width="180" height="208" alt="" />\n');
	document.write('</object>\n');
}
