function fvFormatString(direction)
{
}


fvFormatString.prototype.unformat = function(value)
{
	return value;
}

fvFormatString.prototype.format = function(value)
{
	return value;
}