﻿function Initialize44()
{
	document.getElementById("wj").src="/images/newdefault/wjb1.gif";	
	document.getElementById("wf").src="/images/newdefault/wjb2.gif";
	document.getElementById("btj").src="/images/newdefault/wjb3.gif";	
	document.getElementById("wjcontent").style.display="none";
	document.getElementById("wfcontent").style.display="none";
	document.getElementById("btjcontent").style.display="none";
}
function setDisSynthesizeNews33(imgId,iPic,contentDivID,httppath)
{
    Initialize44();
	if(imgId==null || document.getElementById(contentDivID)==null) return;	
	imgId.src="/images/newdefault/wjh" + iPic + ".gif";
	document.getElementById("a2").href=httppath;
	document.getElementById(contentDivID).style.display = "block";
}