<!--
/* \version versionA&S:3.1.1                                      */
/* \date DateA&S:24/11/2007                                     */

txt_pa = 'AP';

type = new Array();
type[0] = Array('Commander','commandant',Array(''));
type[1] = Array('Infantry','infanterie',Array('Foot soldier','Marines','Commando','Warrior','Veteran','Kamikaze','Dynamiter'));
type[2] = Array('Scout','eclaireur',Array('Moto','Observer','Sniper'));
type[3] = Array('Artillery','canon',Array('Mortar','Howitzer','Thick Bertha','Cannon'));
type[4] = Array('Cavalry','cavalerie',Array('LAV','AMX','Leclerc','Fortress','Jeep','Challenger'));
type[5] = Array('Medic','infirmier',Array(''));
type[6] = Array('Engineer','sapeur',Array(''));
type[7] = Array('Radio','radio',Array(''));
type[8] = Array('Camp','camps',Array(''));
type[9] = Array('Target','ballon',Array('Ballon'));
type[10] = Array('Dynamiter','infanterie',Array(''));
type[11] = Array('Transport','transport',Array('VBCI','M25 DRAGON'));
type[253] = Array('HQ','camps',Array(''));
type[254] = Array('','plusieurs',Array(''));

act= new Array();
act[1] = Array('Rest=','reposer=1','reposer.jpg');
act[2] = Array('Select','chg=','choisir.jpg');
act[3] = Array('Traitrise=','attaque=','pistolet.jpg');
act[4] = Array('Attack=','attaque=','pistolet.jpg');
act[5] = Array('Care=','soigner=','piqure.jpg');
act[6] = Array('Bomb=','','bombe.jpg');
act[7] = Array('Dynamite=','','dynamite.jpg');
act[8] = Array('Embark=','embarquer=','charger.jpg');
act[9] = Array('Take','ramasser_pack=','ramasser.jpg');
act[10] = Array('D�barquer=','debarquer=','decharger.jpg');

lignes = new Array('#FAED90','#EADD80');

armee = new Array('Deserter','Blue','Red');
deserteur = 'Deserter';
ext = new Array('n','b','r');
col = new Array('green','blue','red');
style = new Array('vert','bleu','rouge');

pack = new Array();
pack[0] = Array('Homing Pack','pack');
pack[1] = Array('Healing Pack','pack');
pack[2] = Array('Refresh Pack','pack');
pack[3] = Array('Enhanced sight Pack','pack');
pack[4] = Array('Enhanced Camo Pack','pack');
pack[5] = Array('Enhanced Life Pack','pack');
pack[6] = Array('Enhanced Move Pack','pack');
pack[7] = Array('Enhanced Weapon Pack','pack');
pack[8] = Array('Enhanced Precision Pack','pack');
pack[9] = Array('Enhanced Curing Pack','pack');
pack[10] = Array('Enhanced Building Pack','pack');
pack[11] = Array('Enhanced Radio Pack','pack');
pack[12] = Array('Enhanced Armor Pack','pack');
pack[13] = Array('Enhanced Explosive Pack','pack');
pack[14] = Array('W$ Bonus Pack','pack');
pack[15] = Array('New year\'s champaign','pack');

txt = new Array();
txt[1] = 'Type / Model';
txt[2] = 'Location';
txt[3] = 'Action';
txt[4] = 'Life';
txt[5] = 'Fatigue';
txt[6] = 'Level';
txt[7] = 'Group with current unit';
txt[8] = 'Ungroup from current unit';

// Medailles
// Medailles
titre_m = Array();
titre_m[1] = ['Palm'];
titre_m[2] = ['High decay'];
titre_m[3] = ['Ribbon','Medal','Cross'];
titre_m[4] = ['Crap ribbon', 'Ugly medal', 'Wooden cross'];

nom_m = Array();
nom_m[1] = 'of the Admin';
nom_m[2] = 'of studious player';
nom_m[3] = 'of Purple Heart';
nom_m[4] = 'of Great Purple';
nom_m[5] = 'of Commander killer';
nom_m[6] = 'of dynamiter fragger';
nom_m[7] = 'of cavalry hunter';
nom_m[8] = 'of infantry predator';
nom_m[9] = 'of medic reaper';
nom_m[10] = 'of engineer doomer';
nom_m[11] = 'of scout assasin';
nom_m[12] = 'of artillery crusher';
nom_m[13] = 'of transport destroyer';
nom_m[14] = 'of radio annihilator';
nom_m[15] = 'of campment blaster';
nom_m[16] = 'of balloon stinger';
nom_m[17] = 'of HQ destructor';
nom_m[18] = 'of killer !!!';
nom_m[19] = 'of the Survival Order';
nom_m[20] = 'of little yellow duck';
nom_m[21] = 'of kind patron';
nom_m[22] = 'of great patron';
nom_m[23] = 'of great altruism';
nom_m[24] = 'of easy killing';
nom_m[25] = 'of David vs Goliath';
nom_m[26] = 'of wall breaker';
nom_m[27] = 'of Beaver';
nom_m[28] = 'of DOT';
nom_m[29] = 'of Miracle Surgery';
nom_m[30] = 'of Caterpillar(tm)';
nom_m[31] = 'of fremen';
nom_m[32] = 'of frog';
nom_m[33] = 'of Alpine Rifles';
nom_m[34] = 'of Healer';
nom_m[35] = 'of Rescuer';
nom_m[36] = 'of Holy Luck';
nom_m[37] = 'of great clumsy';
nom_m[38] = 'of big cockeyed';
nom_m[39] = 'of wet fuse';
nom_m[40] = 'of innovative ballistic';
nom_m[41] = 'of short fuse';
nom_m[42] = 'of Risky Bombing';
nom_m[43] = 'of blindy dynamiting';
nom_m[44] = 'of gimme more money';
nom_m[45] = 'of desertificator';
nom_m[46] = 'of Woodchuck';
nom_m[47] = 'of Godzilla';


nom_m[48] = 'of agression';
nom_m[49] = 'of bomber';
nom_m[50] = 'of special ops';
nom_m[51] = 'of espionage';
nom_m[52] = 'of strategy';
nom_m[53] = 'of logistics';
nom_m[54] = 'of forum';
nom_m[55] = 'of security';
nom_m[56] = 'of bug finder';
nom_m[57] = 'of architect';

//-->
