// general scripts

//clear text boxes
function clearSearch(el) {
	if (el.defaultValue==el.value) el.value = ""
}
