﻿function staticize() 
{   
    if (document.getElementById("globaldiv_three_one") != "undefined")
        globaldiv_three_one.style.top = (document.documentElement.scrollTop || document.body.scrollTop) + 10;
    setTimeout(staticize, 50);
}


function Initialize2()
{
	document.getElementById("add_mzdt_img").src="/images/default/add_imges_1.gif";	
	document.getElementById("add_tupianxw_img").src="/images/default/add_imges_2.gif";
	document.getElementById("add_zhongyaofawen_img").src="/images/default/add_imges_3.gif";				
	document.getElementById("add_mzdt").style.display="none";
	document.getElementById("add_tupianxw").style.display="none";
	document.getElementById("add_zhongyaofawen").style.display="none";
}
function setDisSynthesizeNews2(imgId,iPic,contentDivID)
{
    Initialize2();
	if(imgId==null || document.getElementById(contentDivID)==null) return;	
	imgId.src="/images/default/add_imges" + iPic + ".gif";
	document.getElementById(contentDivID).style.display = "block";
}

function setheightborder()
{
    document.getElementById("globaldiv_two").style.height = document.getElementById("globaldiv_one").clientHeight + "px"; 
    document.getElementById("globaldiv_three").style.height = document.getElementById("globaldiv_one").clientHeight + "px";
}