﻿function clickNavOn(id) {
    
    document.home.style.backgroundPosition = "center bottom";

}

function clearText(id) {
    
    document.getElementById(id).value = "";
}
