<!-- Flash Activate Control -->

function object_imgviewer(myXML, myID){
	
	document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=10,0,0,0" width="134" height="138" id="imgviewer" align="middle" title="HMR">\n');
   document.write('<param name="allowScriptAccess" value="always" />\n');
   document.write('<param name="movie" value="http://www.cfhwm.com/swf/imgslideshow_a3.swf?_myfilename=');
   document.write(myXML);
   document.write('&_myID=');
   document.write(myID);
    document.write('"/>\n');
   document.write('<param name="quality" value="high" />\n');
	document.write('<param name="wmode" value="transparent" />\n');
	document.write('<param name="bgcolor" value="#FFFFFF" />\n');
   document.write('<embed src="http://www.cfhwm.com/swf/imgslideshow_a3.swf?_myfilename=');
   document.write(myXML);
   document.write('&_myID=');
   document.write(myID);
   document.write('" quality="high" bgcolor="#FFFFFF" width="134" height="138" name="imgviewer" align="middle" wmode="transparent" allowScriptAccess="always" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer" />\n');
   document.write('</object>\n');

}