
function ShowPhoto(PhotoURL, PhotoScale)
{
	document.write('<OBJECT id="PhotoZoomer" codeBase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=8,0,0,0" \n');
	document.write('	height="210" width="190" align="middle" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" \n');
	document.write('	VIEWASTEXT> \n');
	document.write('	<PARAM NAME="_cx" VALUE="9208"> \n');
	document.write('	<PARAM NAME="_cy" VALUE="7885"> \n');
	document.write('	<PARAM NAME="FlashVars" VALUE="myURL=' + PhotoURL + '&myScale=' + PhotoScale + '"> \n');
	document.write('	<PARAM NAME="Movie" VALUE="../images/ShowPhoto.swf"> \n');
	document.write('	<PARAM NAME="Src" VALUE="../images/ShowPhoto.swf"> \n');
	document.write('	<PARAM NAME="WMode" VALUE="Window"> \n');
	document.write('	<PARAM NAME="Play" VALUE="false"> \n');
	document.write('	<PARAM NAME="Loop" VALUE="-1"> \n');
	document.write('	<PARAM NAME="Quality" VALUE="High"> \n');
	document.write('	<PARAM NAME="SAlign" VALUE=""> \n');
	document.write('	<PARAM NAME="Menu" VALUE="-1"> \n');
	document.write('	<PARAM NAME="Base" VALUE=""> \n');
	document.write('	<PARAM NAME="AllowScriptAccess" VALUE="sameDomain"> \n');
	document.write('	<PARAM NAME="Scale" VALUE="ShowAll"> \n');
	document.write('	<PARAM NAME="DeviceFont" VALUE="0"> \n');
	document.write('	<PARAM NAME="EmbedMovie" VALUE="0"> \n');
	document.write('	<PARAM NAME="BGColor" VALUE="FFFFFF"> \n');
	document.write('	<PARAM NAME="SWRemote" VALUE=""> \n');
	document.write('	<PARAM NAME="MovieData" VALUE=""> \n');
	document.write('	<PARAM NAME="SeamlessTabbing" VALUE="1"> \n');
	document.write('	<PARAM NAME="Profile" VALUE="0"> \n');
	document.write('	<PARAM NAME="ProfileAddress" VALUE=""> \n');
	document.write('	<PARAM NAME="ProfilePort" VALUE="0"> \n');
	document.write('	<PARAM NAME="AllowNetworking" VALUE="all"> \n');
	document.write('	<PARAM NAME="AllowFullScreen" VALUE="false"> \n');
	document.write('	<embed src="../images/ShowPhoto.swf" quality="high" bgcolor="#FFFFFF" width="190" \n');
	document.write('		height="210" name="PhotoZoomer" FlashVars="myURL=' + PhotoURL + '&myScale=' + PhotoScale + '" align="middle" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" \n');
	document.write('		pluginspage="http://www.macromedia.com/go/getflashplayer" /> \n');
	document.write('</OBJECT> \n');
}

