function getValueFromPixel(pixelValue) {
	return parseInt(pixelValue.substr(0, pixelValue.length - 2));		//substr(indexFrom, Number of Characters)
}
