TSSMath = function()
	{
	this.BoolToInt = function(aValue)
		{
		return (aValue) ? 1 : 0;
		}
	}





TSMath = new TSSMath();
