function svgon() {
	_mSvgEnabled = true;
	_mSvgForced  = true;
}

function createBounds(arrayBounds)
{
	return new GLatLngBounds(new GLatLng(arrayBounds[0], arrayBounds[2]), new GLatLng(arrayBounds[1], arrayBounds[3]));
}
