function graph(obj){    
if (document.all("graph_list").style.display==""){ 
document.getElementById("graph_test").innerHTML="<img src='这里放图片名称,加上相对路径!'/>"; 
document.all("graph_list").style.display="none"; 
document.all("datatable").style.display=""; 

else{        
//obj.src="HXIMAGES/ManageMain/Topgoin.gif"; 
document.getElementById("graph_test").innerHTML="<img src='这里放图片名称,加上相对路径!'/>"; 
document.all("graph_list").style.display="" ; 
document.all("datatable").style.display="none";