$(document).ready(function(){ jQuery('#sfmenu').superfish({ delay: 1000, // one second delay on mouseout animation: {opacity:'show',height:'show'}, // fade-in and slide-down animation speed: 'fast', // faster animation speed autoArrows: true, // disable generation of arrow mark-up dropShadows: false // disable drop shadows }).find('ul').bgIframe({opacity:false}); //$(document).pngFix(); $(document).pngFix(); equalHeightsCollected(); $('.nospace img').hide(); $('.search_row').hide(); $('#searchresult').addClass('progress_rw'); $('div.softbg').hide().fadeIn('slow',function(){ $('.nospace img').slideDown('slow',function(){ $('#header_r img').fadeIn('slow', function(){ $('.search_row').fadeIn('slow'); $('#searchresult').removeClass('progress_rw'); equalHeightsCollected(); $(".tiptip").tipTip(); }); }); }); $('.search_row').click(function(){ $('#searchresult').addClass('progress_rw'); $('.search_row').slideUp('slow',function(){ }); window.location = "profil.php?uid="+this.id; }); $('.search_row').fadeIn('slow'); $('#searchresult').removeClass('progress_rw'); banner_interval = setInterval(banner_fade,5000); banner_fade(); equalHeightsCollected(); $(".tiptip").tipTip(); $('#header_r').click(function(){ window.location='index.php'; }); /* $('#content').hide(); $('#footer').hide(); $('#header').hide(); $('#mainmenu').hide(); */ function correctcenter(){ var w = $("body").width(); var newmargin = Math.round((w-960+1)/2); $("#page").css({ 'margin-left':newmargin+'px' }); //alert("newmargin:"+newmargin+' w:'+w); } function banner_fade() { $('#header_r img').fadeTo('slow',0.5,function(){ $('#header_r img').fadeTo('slow',0.99); }); } function equalHeightsCollected() { $(".heightgroup1").equalHeights(); $(".heightgroup2").equalHeights(); $(".heightgroup3").equalHeights(); $(".heightgroup4").equalHeights(); $(".heightgroup5").equalHeights(); $(".heightgroupa").equalHeights(); $(".heightgroupb").equalHeights(); $(".heightgroupc").equalHeights(); $(".heightgroupd").equalHeights(); $(".heightgroupe").equalHeights(); } });