function Sess1_dall()
{
 document.write('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="800" height="500">\n');
    document.write('<param name="movie" value="viewer.swf">\n');
	document.write('<param name="quality" value="high">\n');
	document.write('<param name="bgcolor" value="#181818">\n');
	document.write('<param name=FlashVars value="xmlDataPath=imageData.xml" />\n');
	document.write('<param name="scale" value="exactfit">\n');
	document.write('<embed src="viewer.swf" quality="high" FlashVars="xmlDataPath=imageData.xml" scale="exactfit" align="middle" quality="high" bgcolor="#181818" pluginspage="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" width="800" height="500"</embed>\n');
    document.write('</object>\n');
}
