function checkplace (text, obj) { 
	if(obj.value == text) { obj.value = ''; return; }
	if(obj.value == '')   { obj.value = text; return; }
}