
// JavaScript Document

$(function() {
	/* 金源期货首页 */
	$("#zhzx").tabs("#zhzxpanes > div",{event:'mouseover'});
	$("#rb").tabs("#rbpanes > div",{event:'mouseover'});
	
	/* 数据表格 */
	$("#hzhycc").tabs("#hzhyccpanes > div",{event:'mouseover'});
});

$(function(){
   $("#nav li").hover(function(){
        $("#nav .ascout_jyqh_navbox").stop(false,true);
            $(this).children().next().slideDown("fast");                           
          },
      function(){
            $(this).children().next().slideUp("fast");
               });   
});
