document.write(''); document.write(''); document.write('
'); document.write(' '); document.write('
'); document.write(' '); document.write('
'); document.write(''); document.write(''); var deploye1252834 = true; function sfHover_1252834(id) { var func = 'hover'; if ($('#css-responsive').length && parseInt($(window).width()) <= 800) { func = 'click'; } $('#' + id + ' li' + (func == 'click' ? ' > a' : '')).on(func, function(e) { var obj = (func == 'click' ? $(this).parent('li') : $(this)); if (func == 'click') { $('#' + id + ' > li').each(function(index) { if ($(this).attr('id') != obj.attr('id') && !$(this).find(obj).length) { $(this).find(' > ul:visible').each(function() { $(this).hide(); }); } }); } if(func == 'click' || e.type == 'mouseenter') { if (obj.find('ul:first:hidden').length) { sfHoverShow_1252834(obj); } else if (func == 'click') { sfHoverHide_1252834(obj); } if (func == 'click' && obj.find('ul').length) return false; } else if (e.type == 'mouseleave') { sfHoverHide_1252834(obj); } } ); } function sfHoverShow_1252834(obj) { obj.addClass('sfhover').css('z-index', 1000); obj.find('ul:first:hidden').each(function() { if ($(this).hasClass('lvl0')) $(this).show(); else $(this).show(); }); } function sfHoverHide_1252834(obj) { obj.find('ul:visible').each(function() { if ($(this).hasClass('lvl0')) $(this).hide(); else $(this).hide();}); }