// Base Javascript functions for the Voices For The Lake Theme

// CLear the default value of search when clicked in 
function clearDefault(el) {
if (el.defaultValue==el.value) el.value = ""
}


