﻿//设置首页图片
function getPic(pic, link, text) {
    var focus_width = 268;
    if ($.browser.msie) {
        var focus_height = 200;
        var text_height = 25;
    }
    else {
        var focus_height = 220;
        var text_height = 35;
    }
    var swf_height = focus_height + text_height;

    var pics = pic;
    var texts = text;
    var links = link;
    document.write('<object ID="focus_flash" classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=6,0,0,0" width="' + focus_width + '" height="' + swf_height + '">');
    document.write('<param name="allowScriptAccess" value="sameDomain"><param name="movie" value="flash/pic_focus.swf"><param name="quality" value="high"><param name="bgcolor" value="#E7E7E7">');
    document.write('<param name="menu" value="false"><param name=wmode value="transparent">');
    document.write('<param name="FlashVars" value="pics=' + pics + '&links=' + links + '&texts=' + texts + '&borderwidth=' + focus_width + '&borderheight=' + focus_height + '&textheight=' + text_height + '">');
    document.write('<embed ID="focus_flash" src="pic_focus.swf" wmode="transparent" FlashVars="pics=' + pics + '&links=' + links + '&texts=' + texts + '&borderwidth=' + focus_width + '&borderheight=' + focus_height + '&textheight=' + text_height + '" menu="false" bgcolor="#E7E7E7" quality="high" width="' + focus_width + '" height="' + focus_height + '" allowScriptAccess="sameDomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer"/>');
    document.write('</object>');
}

//设置首页导航条
function SetNavigation() {
    $('#trNavigation>td').hover(function() {
        $('#divSubNavigation>table:visible').hide();
        //$('#trNavigation>td').removeAttr("background");
        //$(this).attr("background", "images/index_r4_c7.jpg");
        
        $('#trNavigation>td').removeAttr("class");
        $(this).attr("class", "c4");
    
        if ($(this).attr("class") != "") {
            //var c = "." + $(this).attr("class");
            var c = "[name="+$(this).attr("name")+"]";
            $('#divSubNavigation>table').filter(c).show();
        }
        else {
            $('#tbempty').show();
        }
    }
    , function() {
        // $(this).removeAttr("background");
    })
}
// <![CDATA[
function bookmark(){
var title=document.title
var url=document.location.href
if (window.sidebar) window.sidebar.addPanel(title, url,"");
else if( window.opera && window.print ){
var mbm = document.createElement('a');
mbm.setAttribute('rel','sidebar');
mbm.setAttribute('href',url);
mbm.setAttribute('title',title);
mbm.click();}
else if( document.all ) window.external.AddFavorite( url, title);
}


function clockon(bgclock){
   var now=new Date();
   var year=now.getYear();
   var month=now.getMonth();
   var date=now.getDate();
   var day=now.getDay();
   var week;
   month=month+1;
   if(month<10) month="0"+month;
   if(date<10) date="0"+date;
   var arr_week=new Array("星期日","星期一","星期二","星期三","星期四","星期五","星期六");
   week=arr_week[day];
   var time="";
   time=year+"年"+month+"月"+date+"日 "+week;
   var mark="#"+bgclock;
	$(mark).html("今天是："+time);
 

  

}

// ]]>


