Remove @access from method descriptions
diff --git a/system/libraries/Javascript.php b/system/libraries/Javascript.php
index 074af94..f872d67 100644
--- a/system/libraries/Javascript.php
+++ b/system/libraries/Javascript.php
@@ -73,7 +73,6 @@
 	 *
 	 * Outputs a javascript library blur event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -90,7 +89,6 @@
 	 *
 	 * Outputs a javascript library change event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -107,7 +105,6 @@
 	 *
 	 * Outputs a javascript library click event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @param	boolean	whether or not to return false
@@ -125,7 +122,6 @@
 	 *
 	 * Outputs a javascript library dblclick event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -142,7 +138,6 @@
 	 *
 	 * Outputs a javascript library error event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -159,7 +154,6 @@
 	 *
 	 * Outputs a javascript library focus event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -176,7 +170,6 @@
 	 *
 	 * Outputs a javascript library hover event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- Javascript code for mouse over
 	 * @param	string	- Javascript code for mouse out
@@ -194,7 +187,6 @@
 	 *
 	 * Outputs a javascript library keydown event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -211,7 +203,6 @@
 	 *
 	 * Outputs a javascript library keydown event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -228,7 +219,6 @@
 	 *
 	 * Outputs a javascript library load event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -245,7 +235,6 @@
 	 *
 	 * Outputs a javascript library mousedown event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -262,7 +251,6 @@
 	 *
 	 * Outputs a javascript library mouseout event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -279,7 +267,6 @@
 	 *
 	 * Outputs a javascript library mouseover event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -296,7 +283,6 @@
 	 *
 	 * Outputs a javascript library mouseup event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -313,7 +299,6 @@
 	 *
 	 * Outputs the called javascript to the screen
 	 *
-	 * @access	public
 	 * @param	string	The code to output
 	 * @return	string
 	 */
@@ -329,7 +314,6 @@
 	 *
 	 * Outputs a javascript library mouseup event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -346,7 +330,6 @@
 	 *
 	 * Outputs a javascript library resize event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -363,7 +346,6 @@
 	 *
 	 * Outputs a javascript library scroll event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -380,7 +362,6 @@
 	 *
 	 * Outputs a javascript library unload event
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -390,7 +371,7 @@
 		return $this->js->_unload($element, $js);
 	}
 
-	// --------------------------------------------------------------------	
+	// --------------------------------------------------------------------
 	// Effects
 	// --------------------------------------------------------------------
 
@@ -400,7 +381,6 @@
 	 *
 	 * Outputs a javascript library addClass event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- Class to add
 	 * @return	string
@@ -417,7 +397,6 @@
 	 *
 	 * Outputs a javascript library animate event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -435,7 +414,6 @@
 	 *
 	 * Outputs a javascript library hide event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -453,7 +431,6 @@
 	 *
 	 * Outputs a javascript library hide event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -470,7 +447,6 @@
 	 *
 	 * Outputs a javascript library slideUp event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -489,7 +465,6 @@
 	 *
 	 * Outputs a javascript library removeClass event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- Class to add
 	 * @return	string
@@ -506,7 +481,6 @@
 	 *
 	 * Outputs a javascript library slideDown event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -524,7 +498,6 @@
 	 *
 	 * Outputs a javascript library slideToggle event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -543,7 +516,6 @@
 	 *
 	 * Outputs a javascript library hide action
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -561,7 +533,6 @@
 	 *
 	 * Outputs a javascript library toggle event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -578,7 +549,6 @@
 	 *
 	 * Outputs a javascript library toggle class event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -594,7 +564,6 @@
 	 *
 	 * Outputs a javascript library show event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -613,7 +582,6 @@
 	 *
 	 * gather together all script needing to be output
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @return	string
 	 */
@@ -627,7 +595,6 @@
 	 *
 	 * Clears any previous javascript collected for output
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function clear_compile()
@@ -642,7 +609,6 @@
 	 *
 	 * Outputs a <script> tag with the source as an external js file
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @return	string
 	 */
@@ -683,7 +649,6 @@
 	 *
 	 * Outputs a <script> tag
 	 *
-	 * @access	public
 	 * @param	string	The element to attach the event to
 	 * @param	boolean	If a CDATA section should be added
 	 * @return	string
@@ -702,7 +667,6 @@
 	 *
 	 * Outputs an opening <script>
 	 *
-	 * @access	protected
 	 * @param	string
 	 * @return	string
 	 */
@@ -719,7 +683,6 @@
 	 *
 	 * Outputs an closing </script>
 	 *
-	 * @access	protected
 	 * @param	string
 	 * @return	string
 	 */
@@ -740,7 +703,6 @@
 	 *
 	 * Outputs a javascript library slideDown event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -823,7 +785,6 @@
 	 *
 	 * Checks for an associative array
 	 *
-	 * @access	protected
 	 * @param	type
 	 * @return	type
 	 */
@@ -847,7 +808,6 @@
 	 *
 	 * Ensures a standard json value and escapes values
 	 *
-	 * @access	protected
 	 * @param	type
 	 * @return	type
 	 */
diff --git a/system/libraries/javascript/Jquery.php b/system/libraries/javascript/Jquery.php
index 05057be..888e89b 100644
--- a/system/libraries/javascript/Jquery.php
+++ b/system/libraries/javascript/Jquery.php
@@ -69,7 +69,6 @@
 	 *
 	 * Outputs a jQuery blur event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -86,7 +85,6 @@
 	 *
 	 * Outputs a jQuery change event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -103,7 +101,6 @@
 	 *
 	 * Outputs a jQuery click event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @param	boolean	whether or not to return false
@@ -131,7 +128,6 @@
 	 *
 	 * Outputs a jQuery dblclick event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -148,7 +144,6 @@
 	 *
 	 * Outputs a jQuery error event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -165,7 +160,6 @@
 	 *
 	 * Outputs a jQuery focus event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -182,7 +176,6 @@
 	 *
 	 * Outputs a jQuery hover event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- Javascript code for mouse over
 	 * @param	string	- Javascript code for mouse out
@@ -204,7 +197,6 @@
 	 *
 	 * Outputs a jQuery keydown event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -221,7 +213,6 @@
 	 *
 	 * Outputs a jQuery keydown event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -238,7 +229,6 @@
 	 *
 	 * Outputs a jQuery load event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -255,7 +245,6 @@
 	 *
 	 * Outputs a jQuery mousedown event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -272,7 +261,6 @@
 	 *
 	 * Outputs a jQuery mouseout event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -289,7 +277,6 @@
 	 *
 	 * Outputs a jQuery mouseover event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -306,7 +293,6 @@
 	 *
 	 * Outputs a jQuery mouseup event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -323,7 +309,6 @@
 	 *
 	 * Outputs script directly
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -348,7 +333,6 @@
 	 *
 	 * Outputs a jQuery resize event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -365,7 +349,6 @@
 	 *
 	 * Outputs a jQuery scroll event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -382,7 +365,6 @@
 	 *
 	 * Outputs a jQuery unload event
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @return	string
@@ -401,7 +383,6 @@
 	 *
 	 * Outputs a jQuery addClass event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -418,7 +399,6 @@
 	 *
 	 * Outputs a jQuery animate event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -458,7 +438,6 @@
 	 *
 	 * Outputs a jQuery hide event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -484,7 +463,6 @@
 	 *
 	 * Outputs a jQuery hide event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -510,7 +488,6 @@
 	 *
 	 * Outputs a jQuery hide action
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -536,7 +513,6 @@
 	 *
 	 * Outputs a jQuery remove class event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -553,7 +529,6 @@
 	 *
 	 * Outputs a jQuery slideUp event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -579,7 +554,6 @@
 	 *
 	 * Outputs a jQuery slideDown event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -605,7 +579,6 @@
 	 *
 	 * Outputs a jQuery slideToggle event
 	 *
-	 * @access	public
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -631,7 +604,6 @@
 	 *
 	 * Outputs a jQuery toggle event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -648,7 +620,6 @@
 	 *
 	 * Outputs a jQuery toggle class event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @return	string
 	 */
@@ -665,7 +636,6 @@
 	 *
 	 * Outputs a jQuery show event
 	 *
-	 * @access	protected
 	 * @param	string	- element
 	 * @param	string	- One of 'slow', 'normal', 'fast', or time in milliseconds
 	 * @param	string	- Javascript callback function
@@ -692,7 +662,6 @@
 	 * An Ajax call that populates the designated DOM node with
 	 * returned content
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	the controller to run the call against
 	 * @param	string	optional parameters
@@ -736,7 +705,6 @@
 	/**
 	 * Zebra tables
 	 *
-	 * @access	protected
 	 * @param	string	table name
 	 * @param	string	plugin location
 	 * @return	string
@@ -765,7 +733,6 @@
 	 *
 	 * http://www.malsup.com/jquery/corner/
 	 *
-	 * @access	public
 	 * @param	string	target
 	 * @return	string
 	 */
@@ -789,7 +756,6 @@
 	 *
 	 * Load a thickbox modal window
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function modal($src, $relative = FALSE)
@@ -804,7 +770,6 @@
 	 *
 	 * Load an Effect library
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function effect($src, $relative = FALSE)
@@ -819,7 +784,6 @@
 	 *
 	 * Load a plugin library
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function plugin($src, $relative = FALSE)
@@ -834,7 +798,6 @@
 	 *
 	 * Load a user interface library
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function ui($src, $relative = FALSE)
@@ -848,7 +811,6 @@
 	 *
 	 * Creates a jQuery sortable
 	 *
-	 * @access	public
 	 * @return	void
 	 */
 	public function sortable($element, $options = array())
@@ -876,7 +838,6 @@
 	/**
 	 * Table Sorter Plugin
 	 *
-	 * @access	public
 	 * @param	string	table name
 	 * @param	string	plugin location
 	 * @return	string
@@ -895,7 +856,6 @@
 	 *
 	 * Constructs the syntax for an event, and adds to into the array for compilation
 	 *
-	 * @access	protected
 	 * @param	string	The element to attach the event to
 	 * @param	string	The code to execute
 	 * @param	string	The event to pass
@@ -922,7 +882,6 @@
 	 * As events are specified, they are stored in an array
 	 * This funciton compiles them all for output on a page
 	 *
-	 * @access	protected
 	 * @return	string
 	 */
 	protected function _compile($view_var = 'script_foot', $script_tags = TRUE)
@@ -955,7 +914,6 @@
 	 *
 	 * Clears the array of script events collected for output
 	 *
-	 * @access	protected
 	 * @return	void
 	 */
 	protected function _clear_compile()
@@ -970,7 +928,6 @@
 	 *
 	 * A wrapper for writing document.ready()
 	 *
-	 * @access	protected
 	 * @return	string
 	 */
 	protected function _document_ready($js)
@@ -993,7 +950,6 @@
 	 *
 	 * Outputs the script tag that loads the jquery.js file into an HTML document
 	 *
-	 * @access	public
 	 * @param	string
 	 * @return	string
 	 */
@@ -1013,7 +969,6 @@
 	 * unless the supplied element is the Javascript 'this'
 	 * object, in which case no quotes are added
 	 *
-	 * @access	protected
 	 * @param	string
 	 * @return	string
 	 */
@@ -1034,7 +989,6 @@
 	 *
 	 * Ensures the speed parameter is valid for jQuery
 	 *
-	 * @access	protected
 	 * @param	string
 	 * @return	string
 	 */