/* <![CDATA[ */
  function hover(id,dafault) {
    if (id.value == dafault) {
      id.value='';
      id.style.color='#666';
    }
  }
/* ]]> */

