$('#item-analysis,#item-home,#item-reports,#item-news').hover(function(){ $(this).find('a').addClass('hover'); $(this).find('.submenu').fadeIn(200); },function(){ $(this).find('a').removeClass('hover'); $(this).find('.submenu').fadeOut(200); }).find('ul li:last-child').css('border-bottom','0').end().find('ul li:first-child').css('border-top','0'); $(document).ready(function(){ }); function reloadByAjax() { $.get("data/shakhes.php?425015254", function(data){ $('#shakhes').html(data); }); } setInterval("reloadByAjax()", 1000 * 60 * 10); // reload by Ajax every 1 minutes function popup(objSender) { newwindow=window.open(objSender.getAttribute('href'),'','width=850,height=600,resizable=yes, screenX=100,scrollbars=1,screenY=200,location=no'); if (window.focus) {newwindow.focus()} return false; } function popup2(objSender) { newwindow=window.open(objSender.getAttribute('href'),'','width=420,height=440,resizable=yes, screenX=100,scrollbars=1,screenY=200,location=no'); if (window.focus) {newwindow.focus()} return false; }