function clearElVal(dfi,val)	{	if(dfi.value==val)	dfi.value	=	"";	}
function resetElVal(dfi,val)	{	if(dfi.value=="")	dfi.value	=	val;}