// JavaScript Documentfunction clearDefaultandCSS(el) {  if (el.defaultValue==el.value) el.value = ""  if (el.style) el.style.cssText = ""}