Decodes the specified string encoded by Base64
base64Decode = function(aText);
var decoded = base64Decode('YmFzZTY0'); //decoded = 'base64'