// JavaScript Document $(document).ready(function(){ //Menu Display var padding=($('body').width()-$(".primary ul.pcenter").width())/2; var left=$(".primary ul.pcenter").parent(".primary").position().left; $(".primary ul.pcenter").css({"padding-left":+padding+"px","padding-right":padding+"px","left":-left+"px"}); $(".primary").hover( function(){ $(this).children("a").css("background","url(/vip/company/menu_bg.gif) top center"); $(this).children("ul").show(); }, function(){ $(this).children("a").css("background",""); $(this).children("ul").hide(); }) //bottom $(".select_pro").hover( function(){$(this).find(".son_ul").stop(true,true).slideDown(300)}, function(){$(this).find(".son_ul").slideUp(300)}) }) function tabChange(obj,id) { var arrayli = obj.parentNode.getElementsByTagName("li"); //获取li数组 var arrayul = document.getElementById(id).getElementsByTagName("ul"); //获取ul数组 for(i=0;i