Index: _source/plugins/preview/plugin.js
===================================================================
--- _source/plugins/preview/plugin.js	(revision 3608)
+++ _source/plugins/preview/plugin.js	Wed Jun 10 14:08:55 CEST 2009
@@ -49,9 +49,9 @@
 			try
 			{
 				var screen = window.screen;
-				iWidth = Math.Round( screen.width * 0.8 );
-				iHeight = Math.Round( screen.height * 0.7 );
-				iLeft = Math.Round( screen.width * 0.1 );
+				iWidth = Math.round( screen.width * 0.8 );
+				iHeight = Math.round( screen.height * 0.7 );
+				iLeft = Math.round( screen.width * 0.1 );
 			}
 			catch ( e ){}
 
