Javascript String hex2Dec()
Dec()
String.prototype.hex2Dec = function() { return parseInt(this,16); };