function checkFocus(field, str) { 
	if (document.getElementById(field).value == str) 
	{ 
		document.getElementById(field).value = '' 
	}
}