Index: /FCKeditor/branches/developers/alfonsoml/editor/dialog/fck_image/fck_image.js
===================================================================
--- /FCKeditor/branches/developers/alfonsoml/editor/dialog/fck_image/fck_image.js	(revision 55)
+++ /FCKeditor/branches/developers/alfonsoml/editor/dialog/fck_image/fck_image.js	(revision 56)
@@ -153,11 +153,11 @@
 	if ( oEditor.FCKBrowserInfo.IsIE )
 	{
-		GetE('txtAttClasses').value = oEmbed.getAttribute('className') || '' ;
-		GetE('txtAttStyle').value = oEmbed.style.cssText ;
-	}
-	else
-	{
-		GetE('txtAttClasses').value = oEmbed.getAttribute('class',2) || '' ;
-		GetE('txtAttStyle').value = oEmbed.getAttribute('style',2) ;
+		GetE('txtAttClasses').value = oImage.getAttribute('className') || '' ;
+		GetE('txtAttStyle').value = oImage.style.cssText ;
+	}
+	else
+	{
+		GetE('txtAttClasses').value = oImage.getAttribute('class',2) || '' ;
+		GetE('txtAttStyle').value = oImage.getAttribute('style',2) ;
 	}
 
