versions, links and simple description of used jquery files
===========================================================

jquery.pack.js
--------------
VERSION  : 1.2.6
URL      : http://jquery.com/
DESC     : jQuery is a fast, concise, JavaScript Library that simplifies how you traverse HTML documents, handle 
           events, perform animations, and add Ajax interactions to your web pages.
USED     : used for the entire userinterface


jquery.tablesorter.pack.js
--------------------------
VERSION  : 2.0.3
URL      : http://tablesorter.com/docs/
DESC     : tablesorter is a jQuery plugin for turning a standard HTML table with THEAD and TBODY tags into a sortable 
           table without page refreshes.
USED     : provide tablesorting for the filesystem table


jquery.mousewheel.pack.js
-------------------------
VERSION  : 3.0.0
URL      : http://plugins.jquery.com/project/mousewheel
DESC     : Adds mouse wheel support for your application! Just call mousewheel to add the event and call unmousewheel
           to remove the event.
USED     : optional requirement for nyroModal


jquery.color.pack.js
--------------------
VERSION  : 1.0
URL      : http://plugins.jquery.com/project/color
DESC     : Adds the ability to do color animations to jQuery 1.2, and newer.
USED     : optional requirement for nyroModal


jquery.nyroModal.pack.js
------------------------
VERSION  : 1.2.4
URL      : http://plugins.jquery.com/project/nyroModal
DESC     : nyroModal is a high customizable modal window plugin.
USED     : provide a modal dialog, that is shown when errors are found during execution of the php parsers, or lets say
           in this way: if there are error elements in the xml file
