// JavaScript Document
function clearText(field) {
	if (field.value == 'Search Catalogue') {
		field.value = '';
	}
}