function addFlash_zoomify(x ,width, height)
{
document.write('<object classid="clsid:D27CDB6E-AE6D-11cf-96B8-444553540000" codebase="http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=9,0,28,0" width="'+width+'" height="'+height+'" id="ZoomifyRotationViewer">\n');
    document.write('<param name="flashvars" value="'+x+'" />\n');
    document.write('<param name="menu" value="false" />\n');
    document.write('<param name="src" value="ZoomifyRotationViewer.swf" />\n');
    document.write('<embed flashvars="'+x+'" src="ZoomifyRotationViewer.swf"  menu="false" pluginspage="http://www.adobe.com/go/getflashplayer" type="application/x-shockwave-flash" width="'+width+'" height="'+height+'" name="ZoomifyRotationViewer" />\n');
    document.write('</embed>\n');
    document.write('</object>\n');
}