// JavaScript Document

 function OpenWindow(id)
  {
  
  window.open("../pop/pop.aspx?ID="+id,"","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
function OpenWindow_pub(id)
  {
  
  window.open("ViewContent.aspx?MagID="+id,"中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
  function OpenWindow_tu_home()
  {
  
  window.open("tu.htm","中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
function OpenWindow_tu()
  {
  
  window.open("../index/tu.htm","中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
  
function OpenWindow_link()
  {
  
  window.open("../pop/link.htm","中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
function OpenWindow_search(id)
  {
  
  window.open("../pop/searchcontent.aspx?searchkey="+id,"中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
  function OpenWindow_mess(id)
  {
  
  window.open("viewcontent.aspx?ID="+id,"中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
    function OpenWindow_build(id)
  {
  
  window.open("ViewContent.aspx?BuildingID="+id,"中粮地产集团有限公司","scrollbars=yes,width=547,height=500,top=100,left=250");
  
  }
  
  function job_show(name)
  {//alert(document.getElementById(name).style.display);
	if (document.getElementById(name).style.display=="none"){
   document.getElementById(name).style.display="block";}
   else{
   document.getElementById(name).style.display="none";}
  
  }