if (flashinstalled == 2 && flashversion >= 7 && document.getElementById) {

	theUrl = '/images/zoomthing.swf?theTitle='+escape(theTitle)+'&amp;theCopyright='+escape(theCopyright)+'&amp;theXML='+escape(theXML);

	theWidth = '500';
	theHeight = '550';
	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" ');
	document.write('codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0" ');
	document.write('width="'+theWidth+'" height="'+theHeight+'" id="images-object">');
	document.write('	<param name="allowScriptAccess" value="sameDomain" />');
	document.write('	<param name="movie" value="'+theUrl+'" />');
	document.write('	<param name="loop" value="false" />');
	document.write('	<param name="menu" value="false" />');
	document.write('	<param name="quality" value="best" />');
	document.write('	<param name="scale" value="noscale" />');
	document.write('	<param name="salign" value="lt" />');
	document.write('	<param name="wmode" value="transparent" />');
	document.write('	<embed src="'+theUrl+'" loop="false" menu="false" quality="best" ');
	document.write('scale="noscale" salign="lt" wmode="transparent" width="'+theWidth+'" height="'+theHeight+'" ');
	document.write('id="images-embed" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" ');
	document.write('pluginspage="http://www.macromedia.com/go/getflashplayer" />');
	document.write('</object>');

	document.write('<div id="instructions">Use the buttons above the image to explore. Press the plus sign (+) to enlarge the current image. Press the minus sign (-) to zoom out. Press the forward arrows (&raquo;) to go to the next page. Press the back arrows (&laquo;) to go to the previous page. A dimmed button indicates that you cannot go further in that direction. Click and drag the image to move it around.</div>');

} else document.getElementById('noflash').style.display = 'block';