diff --git a/google_virtual_keyboard.module b/google_virtual_keyboard.module
index 228ee4d..c6ba96e 100644
--- a/google_virtual_keyboard.module
+++ b/google_virtual_keyboard.module
@@ -1,4 +1,5 @@
 <?php  
+// $Id: google_virtual_keyboard.module,v 1.2 2010/12/21 04:13:04 confiz Exp $ 
 
 /**
  * @file
@@ -25,7 +26,7 @@ function google_virtual_keyboard_help($path, $arg) {
  *
  */
 function google_virtual_keyboard_perm() {
-  return array('administer google virtual keyboard');
+  return array('administer google virtual keyboard', 'access google virtual keyboard');
 }
 
 /**
@@ -36,7 +37,7 @@ function google_virtual_keyboard_perm() {
 function google_virtual_keyboard_init() {
   $path = drupal_get_path('module', 'google_virtual_keyboard');
   global $user;
-  if (user_access('administer google virtual keyboard', $user) && google_virtual_keyboard_perm()) {
+  if (user_access('access google virtual keyboard', $user)) {
     if (!file_exists($path . '/js/jquery-1.4.2.min.js') || !file_exists($path . '/js/jquery-ui-1.8.6.custom.min.js')) {
       drupal_set_message(t('The required js folder is missing for the google virtual keyboard module to be installed.
       Please download the <strong>jquery-ui [version: 1.8.6, component: draggable]</strong> from !jqueryui and unzip the js folders to !google_virtual_keyboard.',
