$('#TB_ajaxContent').html('\r\n \r\n
\r\n \r\n \r\n \r\n \r\n \r\n
'); tb_position(); dom_initialize(); checkall_initialize(); $('#TB_ajaxContent').unbind('scroll'); $('#TB_ajaxContent').scroll(function(){ scrollN = $(this).scrollTop(); $('#popup_calendar').stop(); $('#day_output').stop(); $('#year_output').stop(); $('#popup_calendar').animate({ 'top': scrollN+'px' }, 'fast'); $('#day_output').animate({ 'top': scrollN+'px' }, 'fast'); $('#year_output').animate({ 'top': scrollN+95+'px' }, 'fast'); return true; }); $(window).unbind('resize'); $(window).resize(function(){ $('#TB_ajaxContent').height($(window).height()-100-5); TB_HEIGHT=$(window).height()-100+40; tb_position(); return true; }); $('ul.list li').hover(function(){ if ($(this).hasClass("selected")) return false; $(this).addClass("over"); }, function(){ if ($(this).hasClass("selected")) return false; $(this).removeClass("over"); }); $('ul.list1 li a').hover(function(){ if ($(this).hasClass("act")) return false; $(this).addClass("over"); }, function(){ if ($(this).hasClass("act")) return false; $(this).removeClass("over"); });