$(document).delegate('.menu a', 'click', function() { if ( $(this).attr('href') == '#' ) { $('.menubl').hide(); $(this).parent().children('.menubl').show(); h(); return false; } }); $(document).ready( function() { // $('.mnr > .menu2').height( $('.mnl > .menu2').height() ); h(); if ( $(window).width()<1300 ) $('td.t2 > div:first-child > a').css('font-size','37'); }); function h() { $('.mnl > .menu2').height('auto'); $('.mnr > .menu2').height('auto'); var height = $('.mnl > .menu2').height(); if ( height < $('.mnr > .menu2').height() ) height = $('.mnr > .menu2').height(); $('.mnl > .menu2').height(height); $('.mnr > .menu2').height(height); }