/*******************************************************
  Coppermine 1.5.x Plugin - Full Sized Pop-Up Images
  ******************************************************
  Copyright (c) 2009-2010 Joe Carver 
  ******************************************************
  Version 1.0 - 08 June 2010 
   ******************************************************
  Coppermine thread:  http://forum.coppermine-gallery.net/index.php/topic,65409.0.html
  *******************************************************/
  
  DESCRIPTION
  The plugin will remove the .js resizing for full size pop-up images.
  
  It removes the .js from the pop-up page header. It will also resize
  the size of the pop-up window for IE visitors, adding 15 and 20 pixels
  to the X and Y dimension (width and height). 
  
  CONFIGURATION
  There is no configuration for the plugin. If adjustment of the IE 
  padding is desired then open codebase.php and edit here:
  
  	// Variables to increase window size to compensate for IE adding scrollbars
        	$add_winsizeX = 15;	
        	$add_winsizeY = 20;	
			
  INSTALLATION
  
  Install/uninstall through Plugin Manager
  
  
			
