// JavaScript Document for www.canaryclassics.com

function clearDefault(el) {
	if (el.defaultValue==el.value) el.value = ""
}