function clearMe(oElement, sDefault) {
	if(oElement.value == sDefault)
		oElement.value = '';
}