//��ҳ���˵��̶�λ�� // window.onscroll=function(){ // var topscroll =document.body.scrolltop || document.documentelement.scrolltop;//�����ľ���,���붥���ľ��� // var bignav = document.getelementbyid("fixmenubox");//��ȡ��������id // var spaceoffsetheight = 720 //�����߶� // if(bignav !== null){ // if(topscroll > spaceoffsetheight){ // bignav.style.position = 'fixed'; // bignav.style.top = '80px'; // bignav.style.zindex = '9998'; // $("#n_banner").css("margin-bottom","140px"); // } else { // bignav.style.top = '0px'; // bignav.style.position = 'relative'; // $("#n_banner").css("margin-bottom","0px"); // } // } // // } // �����б�ɫ $(function(){ var bg = document.getelementsbytagname('tr'); for (var i = 0,j = 0; i < bg.length; i++) { if (bg[i].classname != 'b') { j++; bg[i].classname = j % 2 == 0 ? 'f1': 'f2'; } else { bg[i].classname = 'f3' } } })