OSDN Git Service

Update project term to '2002 - 2011'.
[nucleus-jp/nucleus-jp-ancient.git] / utf8 / nucleus / javascript / admin.js
index db8f3a5..ec37ca0 100755 (executable)
@@ -1,6 +1,6 @@
 /**
   * Nucleus: PHP/MySQL Weblog CMS (http://nucleuscms.org/) 
-  * Copyright (C) 2002-2007 The Nucleus Group
+  * Copyright (C) 2002-2011 The Nucleus Group
   *
   * This program is free software; you can redistribute it and/or
   * modify it under the terms of the GNU General Public License
   *  
   * Some JavaScript code for the admin area
   *
-  * $Id: admin.js,v 1.7 2008-02-08 09:31:22 kimitake Exp $
+  * $Id$
   * $NucleusJP: admin.js,v 1.6.2.1 2007/09/05 05:58:56 kimitake Exp $
   */
 
 function help(url) {
-       popup = window.open(url,'helpwindow','status=no,toolbar=yes,scrollbars=yes,resizable=yes,width=500,height=500,top=0,left=0');
+       popup = window.open(url,'helpwindow','status=no,toolbar=no,scrollbars=yes,resizable=yes,width=570,height=530,top=0,left=0');
        if (popup.focus) popup.focus();
        if (popup.GetAttention) popup.GetAttention();
        return false;