function defaultText(el, text1, text2){
	if(el.value==text1) el.value=text2;
}