﻿// JScript 文件

function hideTreeView(id)
{
   var a = document.getElementById(id);
   if(a.style.display=="")
   {
      a.style.display="none";
      
   }
   else
   {
      a.style.display="";
     
   }
}


    function photo(x,a,b)
     {
 
      document.images["Image2"].src = x;
      document.getElementById("aa").innerHTML = a;

     }
     
     
      function empty()
     {
     document.all.TextBox1.value='';
     document.all.TextBox4.value='';
     document.all.TextBox5.value='';
     document.all.TextBox6.value='';
     document.all.TextBox7.value='';
     document.all.TextBox8.value='';
     document.all.TextBox9.value='';
     document.all.TextBox10.value='';
     document.all.TextBox11.value='';
     document.all.TextBox12.value='';
     document.all.TextBox13.value='';
     document.all.TextBox14.value='';
     document.all.TextBox15.value='';
     document.all.TextBox16.value='';
     document.all.TextBox17.value='';
     document.all.TextBox18.value='';
     document.all.TextBox19.value='';
     document.all.TextBox20.value='';
     
     }