jQuery(function(){
 $('.jq_hide').css({'cursor':'pointer'}).children('span').click(function(){
    $(this).parent().children('ul').toggle('normal');
 });
 $('.jq_hidden').hide();
 
 if(document.URL.match(/\/products\/catalog\//)){
 $('a.jq_onlineview').click(function(e){window.open('/fo/kat1.php?u='+this.href.match(/([^\/]*\.pdf)/)[0]); return false;}); }
 
 $('.jq_flipper').hoverIntent(function(){$(this).children('.jq_flipping').slideDown('fast');},
                              function(){$(this).children('.jq_flipping').slideUp('fast');});
});
