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