/** The modulehider is designed to allow a user to place a module position with a * different style or direction -inside- another module position. * On top of this it allows the hider to be opened and shut and remembers* the open/shut state over pages via a cookie.* A cookie was chosen to allow it to function for non logged in people. * (c) Copyright: Ninjoomla, www.ninjoomla.com - Code so sharp, it hurts.* email: daniel@ninjoomla.com * date: 18 July, 2007* Release: 1.1* PHP Code License : http://www.gnu.org/copyleft/gpl.html GNU/GPL * JavaScript Code & CSS  : Ninjoomla License - http://www.ninjoomla.com** Changelog** 1.1 July 18, 07 : *       Added a lot of comments to the source (pro version) *       Revised the JS to be cleaner and stripped most of it out into a seperate file*       Included the initial_hidden class to hide the modulehider contents while the JS is loading.       * * 1.0 May 3, 07 : *       Initial Version* */.mdlhdr_hdl {    cursor:pointer;    text-align: left;}/******* * This class below is used to make the module hider contents invisible while the page is being loaded.* It will be removed using javascript once the hider has been set up.* If Javascript is not enabled then the style information inside the <noscript> tags * defined in mod_modulehider.php will ensure that the contents are displayed.  *******/.initial_hide {    visibility: hidden;}