function over(){  this.className='lnav1on';  }function off(){  this.className='lnav1off';  }/* Clear input fields default value script */function clearText(thefield){if (thefield.defaultValue==thefield.value)thefield.value = ""} 