// JavaScript Document

function photoGallery()
{
    document.write('<object type="application/x-shockwave-flash" data="multimediaGallery.swf" width="650" height="300">\n');
    document.write('<param name="movie" value="multimediaGallery.swf" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
    document.write('</object>\n');
}