/**
 *
 * Contains global javascript related to admin menu
 *
 * @version 1.0 
 * @author Ivor
 * @package WEB4 1.2
 * @copyright All intellectual property rights are reserved. 
 * @category  JavaScript
 * @since Unknown
 * @license http://www.netjam.nl/over-netjam/algemene-voorwaarden/index.html
 *
 *             _    _                 
 *  _ __   ___| |_ (_) __ _ _ __ ___  
 * | '_ \ / _ \ __|| |/ _` | '_ ` _ \ 
 * | | | |  __/ |_ | | (_| | | | | | |
 * |_| |_|\___|\__|/ |\__,_|_| |_| |_|
 *               |__/                 
*/
   $(document).ready(function(){
       $("ul.sf-menu").superfish({
       
       });
        
   }); 

