function clearDefault(e1){
    if (e1.defaultValue==e1.value) e1.value = ""

    if (e1.style) e1.style.cssText = ""
}
