function inputSelectContents(target, defaultContent) {
	if(target.value == defaultContent) {
		target.value = "";
	}
}
