function InsertGallery(movie) {
	document.write('<object type="application/x-shockwave-flash" data="image_gallery_' + movie + '.swf" width="510" height="290">\n');
	document.write('<param name="movie" value="image_gallery_' + movie + '.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<img src="_img/image0' + movie + '.jpg" border="0" width="400" height="260" alt="Villa Gallery" />\n');
	document.write('</object>\n');
}
