diff --git a/common/js/common.js b/common/js/common.js index 5d1fd8d08..9e557dc45 100644 --- a/common/js/common.js +++ b/common/js/common.js @@ -336,7 +336,7 @@ function winopen(url, target, attribute) { function popopen(url, target) { if(typeof(target) == "undefined") target = "_blank"; if(typeof(xeVid)!='undefined' && url.indexOf(request_uri)>-1 && !url.getQuery('vid')) url = url.setQuery('vid',xeVid); - winopen(url, target, "left=10,top=10,width=10,height=10,scrollbars=no,resizable=yes,toolbars=no"); + winopen(url, target, "width=650,height=500,scrollbars=yes,resizable=yes,toolbars=no"); } /**