function clear_input (el, val) {
	if ( el.value == val )
		el.value = '';
}
