﻿// JScript 文件
function showother(obj,names)
{
  obj.src="imgs/"+names+".gif";
}
function hiddenother(obj,names)
{
  obj.src="imgs/"+names+".gif";
}
var firstid=0;
function zhongbiaoid(obj)
{
   if(firstid!=1)
   {
      obj.value="";
      firstid=1;
   }
}
var showhiddenvalues=0;
function showhiddenvalue(obj)
{
    if(showhiddenvalues!=1)
    {
      obj.value="";
      showhiddenvalues=1;
    }
    obj.style.color="#000000";

}
function showtext()
{
    form1.addchildText.value="请输入你要增加的子类型";
    form1.addchildText.style.color="#949494";
}
var childtext=0;
function hiddenchild()
{
    if(childtext!=1)
    {
    form1.addchildText.value="";
    form1.addchildText.style.color="#000000";
    }
    childtext=1;
}

