/*

Buick: C1=000000&C2=807F7F&C3=FFFFFF
Cadillac: C1=444444&C2=000000&C3=807F7F
Chevy: C1=00265D&C2=5C7497&C3=FFFFFF
Chevy Trucks: C1=F4B819&C2=7C4F06&C3=FFFFFF
Hummer: C1=F7971D&C2=626366&C3=FFFFFF

C1 - background colour (default is 0x000000)
C2 – button colour (default is 0x666666)
C3 – icon colour (default is 0xCCCCCC)

standardPlayerColours array positions as follows: [c1,c2,c3]
 
 
if you need to over-ride any of these colours you need create a .js file like the one found in:
/js/vehicles/2006/hummer/h3/humm_movieplayer_colours_h3.js
 
*/

//making these global in scope
standardPlayerColours = new Array();

standardPlayerColours["buic"] = ["161616","807F7F","FFFFFF"]
standardPlayerColours["cadi"] = ["212121","807F7F","000000"]
standardPlayerColours["chev"] = ["00265D","5C7497","FFFFFF"]
standardPlayerColours["chtr"] = ["F4B819","7C4F06","FFFFFF"]
standardPlayerColours["gmct"] = ["000000","666666","CCCCCC"]
standardPlayerColours["gmc"] = ["000000","666666","CCCCCC"]
standardPlayerColours["humm"] = ["F7971D","4A68AE","807F7F"]
standardPlayerColours["pont"] = ["FFFFFF","767676","FFFFFF"]









