function setAddressFocus(num)
{
	var form = document.forms['address'];
	form.focus.value = num;
}

function changeState(menu,countryMenu)
{
	var country = countryMenu[countryMenu.selectedIndex].value;
	changeStateValue(menu,country);
}

function changeStateValue(menu,country)
{
switch (country) {
case '12':
case 12:
case xcountry_index['12']:
	menu.options[0] = new Option('','');
	menu.options[1] = new Option('ACT',97);
	menu.options[2] = new Option('NSW',98);
	menu.options[3] = new Option('NT',99);
	menu.options[4] = new Option('QLD',100);
	menu.options[5] = new Option('SA',101);
	menu.options[6] = new Option('TAS',102);
	menu.options[7] = new Option('VIC',103);
	menu.options[8] = new Option('WA',104);
	menu.length = 9;
	menu.selected = -1;
	menu.selectedIndex = -1;
	break;
case '41':
case 41:
case xcountry_index['41']:
	menu.options[0] = new Option('','');
	menu.options[1] = new Option('AB',1);
	menu.options[2] = new Option('BC',2);
	menu.options[3] = new Option('MB',3);
	menu.options[4] = new Option('NB',4);
	menu.options[5] = new Option('NF',5);
	menu.options[6] = new Option('NT',6);
	menu.options[7] = new Option('NS',7);
	menu.options[8] = new Option('NU',8);
	menu.options[9] = new Option('ON',9);
	menu.options[10] = new Option('PE',10);
	menu.options[11] = new Option('QC',11);
	menu.options[12] = new Option('SK',12);
	menu.options[13] = new Option('YT',13);
	menu.length = 14;
	menu.selected = -1;
	menu.selectedIndex = -1;
	break;
case '155':
case 155:
case xcountry_index['155']:
	menu.options[0] = new Option('','');
	menu.options[1] = new Option('AG',65);
	menu.options[2] = new Option('BN',66);
	menu.options[3] = new Option('BS',67);
	menu.options[4] = new Option('CP',68);
	menu.options[5] = new Option('CS',71);
	menu.options[6] = new Option('CI',72);
	menu.options[7] = new Option('CH',69);
	menu.options[8] = new Option('CL',70);
	menu.options[9] = new Option('DF',73);
	menu.options[10] = new Option('DG',74);
	menu.options[11] = new Option('MX',81);
	menu.options[12] = new Option('GJ',75);
	menu.options[13] = new Option('GE',76);
	menu.options[14] = new Option('HD',77);
	menu.options[15] = new Option('JA',78);
	menu.options[16] = new Option('MC',79);
	menu.options[17] = new Option('MR',80);
	menu.options[18] = new Option('NA',82);
	menu.options[19] = new Option('NL',83);
	menu.options[20] = new Option('OA',84);
	menu.options[21] = new Option('PU',85);
	menu.options[22] = new Option('QE',86);
	menu.options[23] = new Option('QI',87);
	menu.options[24] = new Option('SL',88);
	menu.options[25] = new Option('SI',90);
	menu.options[26] = new Option('SO',89);
	menu.options[27] = new Option('TB',91);
	menu.options[28] = new Option('TA',92);
	menu.options[29] = new Option('TL',93);
	menu.options[30] = new Option('VC',94);
	menu.options[31] = new Option('YU',95);
	menu.options[32] = new Option('ZA',96);
	menu.length = 33;
	menu.selected = -1;
	menu.selectedIndex = -1;
	break;
case '249':
case 249:
case xcountry_index['249']:
	menu.options[0] = new Option('','');
	menu.options[1] = new Option('AL',14);
	menu.options[2] = new Option('AK',15);
	menu.options[3] = new Option('AZ',16);
	menu.options[4] = new Option('AR',17);
	menu.options[5] = new Option('CA',18);
	menu.options[6] = new Option('CO',19);
	menu.options[7] = new Option('CT',20);
	menu.options[8] = new Option('DE',21);
	menu.options[9] = new Option('DC',22);
	menu.options[10] = new Option('FL',23);
	menu.options[11] = new Option('GA',24);
	menu.options[12] = new Option('HI',25);
	menu.options[13] = new Option('ID',26);
	menu.options[14] = new Option('IL',27);
	menu.options[15] = new Option('IN',28);
	menu.options[16] = new Option('IA',29);
	menu.options[17] = new Option('KS',30);
	menu.options[18] = new Option('KY',31);
	menu.options[19] = new Option('LA',32);
	menu.options[20] = new Option('ME',33);
	menu.options[21] = new Option('MD',34);
	menu.options[22] = new Option('MA',35);
	menu.options[23] = new Option('MI',36);
	menu.options[24] = new Option('MN',37);
	menu.options[25] = new Option('MS',38);
	menu.options[26] = new Option('MO',39);
	menu.options[27] = new Option('MT',40);
	menu.options[28] = new Option('NE',41);
	menu.options[29] = new Option('NV',42);
	menu.options[30] = new Option('NH',43);
	menu.options[31] = new Option('NJ',44);
	menu.options[32] = new Option('NM',45);
	menu.options[33] = new Option('NY',46);
	menu.options[34] = new Option('NC',47);
	menu.options[35] = new Option('ND',48);
	menu.options[36] = new Option('OH',49);
	menu.options[37] = new Option('OK',50);
	menu.options[38] = new Option('OR',51);
	menu.options[39] = new Option('PA',52);
	menu.options[40] = new Option('RI',53);
	menu.options[41] = new Option('SC',54);
	menu.options[42] = new Option('SD',55);
	menu.options[43] = new Option('TN',56);
	menu.options[44] = new Option('TX',57);
	menu.options[45] = new Option('UT',58);
	menu.options[46] = new Option('VT',59);
	menu.options[47] = new Option('VA',60);
	menu.options[48] = new Option('WA',61);
	menu.options[49] = new Option('WV',62);
	menu.options[50] = new Option('WI',63);
	menu.options[51] = new Option('WY',64);
		break;
	default:
		menu.options[0] = new Option('','');
		menu.length = 1;
	}
	}
var state_index = new Array();
state_index[97] = 1;
state_index[98] = 2;
state_index[99] = 3;
state_index[100] = 4;
state_index[101] = 5;
state_index[102] = 6;
state_index[103] = 7;
state_index[104] = 8;
state_index[1] = 1;
state_index[2] = 2;
state_index[3] = 3;
state_index[4] = 4;
state_index[5] = 5;
state_index[6] = 6;
state_index[7] = 7;
state_index[8] = 8;
state_index[9] = 9;
state_index[10] = 10;
state_index[11] = 11;
state_index[12] = 12;
state_index[13] = 13;
state_index[65] = 1;
state_index[66] = 2;
state_index[67] = 3;
state_index[68] = 4;
state_index[71] = 5;
state_index[72] = 6;
state_index[69] = 7;
state_index[70] = 8;
state_index[73] = 9;
state_index[74] = 10;
state_index[81] = 11;
state_index[75] = 12;
state_index[76] = 13;
state_index[77] = 14;
state_index[78] = 15;
state_index[79] = 16;
state_index[80] = 17;
state_index[82] = 18;
state_index[83] = 19;
state_index[84] = 20;
state_index[85] = 21;
state_index[86] = 22;
state_index[87] = 23;
state_index[88] = 24;
state_index[90] = 25;
state_index[89] = 26;
state_index[91] = 27;
state_index[92] = 28;
state_index[93] = 29;
state_index[94] = 30;
state_index[95] = 31;
state_index[96] = 32;
state_index[14] = 1;
state_index[15] = 2;
state_index[16] = 3;
state_index[17] = 4;
state_index[18] = 5;
state_index[19] = 6;
state_index[20] = 7;
state_index[21] = 8;
state_index[22] = 9;
state_index[23] = 10;
state_index[24] = 11;
state_index[25] = 12;
state_index[26] = 13;
state_index[27] = 14;
state_index[28] = 15;
state_index[29] = 16;
state_index[30] = 17;
state_index[31] = 18;
state_index[32] = 19;
state_index[33] = 20;
state_index[34] = 21;
state_index[35] = 22;
state_index[36] = 23;
state_index[37] = 24;
state_index[38] = 25;
state_index[39] = 26;
state_index[40] = 27;
state_index[41] = 28;
state_index[42] = 29;
state_index[43] = 30;
state_index[44] = 31;
state_index[45] = 32;
state_index[46] = 33;
state_index[47] = 34;
state_index[48] = 35;
state_index[49] = 36;
state_index[50] = 37;
state_index[51] = 38;
state_index[52] = 39;
state_index[53] = 40;
state_index[54] = 41;
state_index[55] = 42;
state_index[56] = 43;
state_index[57] = 44;
state_index[58] = 45;
state_index[59] = 46;
state_index[60] = 47;
state_index[61] = 48;
state_index[62] = 49;
state_index[63] = 50;
state_index[64] = 51;

var country_index = new Array();
country_index[1] = 1;
country_index[2] = 2;
country_index[3] = 3;
country_index[4] = 4;
country_index[5] = 5;
country_index[6] = 6;
country_index[7] = 7;
country_index[8] = 8;
country_index[9] = 9;
country_index[10] = 10;
country_index[12] = 11;
country_index[13] = 12;
country_index[14] = 13;
country_index[15] = 14;
country_index[16] = 15;
country_index[17] = 16;
country_index[19] = 17;
country_index[20] = 18;
country_index[22] = 19;
country_index[23] = 20;
country_index[24] = 21;
country_index[25] = 22;
country_index[26] = 23;
country_index[28] = 24;
country_index[27] = 25;
country_index[29] = 26;
country_index[30] = 27;
country_index[32] = 28;
country_index[34] = 29;
country_index[35] = 30;
country_index[36] = 31;
country_index[37] = 32;
country_index[38] = 33;
country_index[39] = 34;
country_index[40] = 35;
country_index[41] = 36;
country_index[33] = 37;
country_index[42] = 38;
country_index[43] = 39;
country_index[44] = 40;
country_index[45] = 41;
country_index[31] = 42;
country_index[46] = 43;
country_index[48] = 44;
country_index[51] = 45;
country_index[54] = 46;
country_index[55] = 47;
country_index[56] = 48;
country_index[58] = 49;
country_index[59] = 50;
country_index[60] = 51;
country_index[61] = 52;
country_index[47] = 53;
country_index[62] = 54;
country_index[63] = 55;
country_index[64] = 56;
country_index[65] = 57;
country_index[66] = 58;
country_index[67] = 59;
country_index[69] = 60;
country_index[70] = 61;
country_index[71] = 62;
country_index[76] = 63;
country_index[72] = 64;
country_index[73] = 65;
country_index[74] = 66;
country_index[75] = 67;
country_index[78] = 68;
country_index[79] = 69;
country_index[80] = 70;
country_index[81] = 71;
country_index[82] = 72;
country_index[83] = 73;
country_index[85] = 74;
country_index[86] = 75;
country_index[87] = 76;
country_index[88] = 77;
country_index[89] = 78;
country_index[90] = 79;
country_index[92] = 80;
country_index[93] = 81;
country_index[94] = 82;
country_index[95] = 83;
country_index[96] = 84;
country_index[97] = 85;
country_index[98] = 86;
country_index[100] = 87;
country_index[101] = 88;
country_index[102] = 89;
country_index[103] = 90;
country_index[105] = 91;
country_index[106] = 92;
country_index[108] = 93;
country_index[109] = 94;
country_index[110] = 95;
country_index[111] = 96;
country_index[112] = 97;
country_index[113] = 98;
country_index[114] = 99;
country_index[116] = 100;
country_index[117] = 101;
country_index[119] = 102;
country_index[121] = 103;
country_index[125] = 104;
country_index[127] = 105;
country_index[128] = 106;
country_index[130] = 107;
country_index[118] = 108;
country_index[131] = 109;
country_index[132] = 110;
country_index[133] = 111;
country_index[134] = 112;
country_index[135] = 113;
country_index[136] = 114;
country_index[137] = 115;
country_index[138] = 116;
country_index[139] = 117;
country_index[140] = 118;
country_index[141] = 119;
country_index[142] = 120;
country_index[143] = 121;
country_index[144] = 122;
country_index[129] = 123;
country_index[145] = 124;
country_index[146] = 125;
country_index[147] = 126;
country_index[148] = 127;
country_index[149] = 128;
country_index[150] = 129;
country_index[151] = 130;
country_index[152] = 131;
country_index[153] = 132;
country_index[155] = 133;
country_index[156] = 134;
country_index[158] = 135;
country_index[159] = 136;
country_index[160] = 137;
country_index[161] = 138;
country_index[162] = 139;
country_index[163] = 140;
country_index[164] = 141;
country_index[165] = 142;
country_index[168] = 143;
country_index[169] = 144;
country_index[170] = 145;
country_index[171] = 146;
country_index[172] = 147;
country_index[173] = 148;
country_index[174] = 149;
country_index[175] = 150;
country_index[177] = 151;
country_index[178] = 152;
country_index[176] = 153;
country_index[179] = 154;
country_index[180] = 155;
country_index[181] = 156;
country_index[182] = 157;
country_index[183] = 158;
country_index[185] = 159;
country_index[186] = 160;
country_index[188] = 161;
country_index[189] = 162;
country_index[190] = 163;
country_index[192] = 164;
country_index[191] = 165;
country_index[193] = 166;
country_index[194] = 167;
country_index[195] = 168;
country_index[196] = 169;
country_index[197] = 170;
country_index[187] = 171;
country_index[198] = 172;
country_index[199] = 173;
country_index[184] = 174;
country_index[166] = 175;
country_index[157] = 176;
country_index[154] = 177;
country_index[126] = 178;
country_index[201] = 179;
country_index[202] = 180;
country_index[200] = 181;
country_index[203] = 182;
country_index[124] = 183;
country_index[204] = 184;
country_index[167] = 185;
country_index[206] = 186;
country_index[208] = 187;
country_index[207] = 188;
country_index[209] = 189;
country_index[210] = 190;
country_index[211] = 191;
country_index[212] = 192;
country_index[214] = 193;
country_index[215] = 194;
country_index[216] = 195;
country_index[218] = 196;
country_index[220] = 197;
country_index[221] = 198;
country_index[223] = 199;
country_index[224] = 200;
country_index[225] = 201;
country_index[227] = 202;
country_index[228] = 203;
country_index[229] = 204;
country_index[230] = 205;
country_index[226] = 206;
country_index[231] = 207;
country_index[232] = 208;
country_index[233] = 209;
country_index[234] = 210;
country_index[222] = 211;
country_index[235] = 212;
country_index[237] = 213;
country_index[236] = 214;
country_index[238] = 215;
country_index[239] = 216;
country_index[240] = 217;
country_index[241] = 218;
country_index[242] = 219;
country_index[243] = 220;
country_index[244] = 221;
country_index[245] = 222;
country_index[246] = 223;
country_index[122] = 224;
country_index[247] = 225;
country_index[248] = 226;
country_index[249] = 227;
country_index[250] = 228;
country_index[251] = 229;
country_index[252] = 230;
country_index[253] = 231;
country_index[254] = 232;
country_index[255] = 233;
country_index[256] = 234;
country_index[115] = 235;
country_index[257] = 236;
country_index[107] = 237;
country_index[258] = 238;
country_index[123] = 239;
country_index[259] = 240;
country_index[261] = 241;
country_index[262] = 242;
country_index[264] = 243;
country_index[265] = 244;

var xcountry_index = new Array();
xcountry_index['1'] = 'AL';
xcountry_index['AL'] = '1';
xcountry_index['2'] = 'DZ';
xcountry_index['DZ'] = '2';
xcountry_index['3'] = 'AS';
xcountry_index['AS'] = '3';
xcountry_index['4'] = 'AD';
xcountry_index['AD'] = '4';
xcountry_index['5'] = 'AO';
xcountry_index['AO'] = '5';
xcountry_index['6'] = 'AI';
xcountry_index['AI'] = '6';
xcountry_index['7'] = 'AG';
xcountry_index['AG'] = '7';
xcountry_index['8'] = 'AR';
xcountry_index['AR'] = '8';
xcountry_index['9'] = 'AM';
xcountry_index['AM'] = '9';
xcountry_index['10'] = 'AW';
xcountry_index['AW'] = '10';
xcountry_index['12'] = 'AU';
xcountry_index['AU'] = '12';
xcountry_index['13'] = 'AT';
xcountry_index['AT'] = '13';
xcountry_index['14'] = 'AZ';
xcountry_index['AZ'] = '14';
xcountry_index['15'] = 'PT';
xcountry_index['PT'] = '15';
xcountry_index['16'] = 'BS';
xcountry_index['BS'] = '16';
xcountry_index['17'] = 'BH';
xcountry_index['BH'] = '17';
xcountry_index['19'] = 'BD';
xcountry_index['BD'] = '19';
xcountry_index['20'] = 'BB';
xcountry_index['BB'] = '20';
xcountry_index['22'] = 'BY';
xcountry_index['BY'] = '22';
xcountry_index['23'] = 'BE';
xcountry_index['BE'] = '23';
xcountry_index['24'] = 'BZ';
xcountry_index['BZ'] = '24';
xcountry_index['25'] = 'BJ';
xcountry_index['BJ'] = '25';
xcountry_index['26'] = 'BM';
xcountry_index['BM'] = '26';
xcountry_index['28'] = 'BO';
xcountry_index['BO'] = '28';
xcountry_index['27'] = 'AN';
xcountry_index['AN'] = '27';
xcountry_index['29'] = 'BA';
xcountry_index['BA'] = '29';
xcountry_index['30'] = 'BW';
xcountry_index['BW'] = '30';
xcountry_index['32'] = 'BR';
xcountry_index['BR'] = '32';
xcountry_index['34'] = 'VG';
xcountry_index['VG'] = '34';
xcountry_index['35'] = 'BN';
xcountry_index['BN'] = '35';
xcountry_index['36'] = 'BG';
xcountry_index['BG'] = '36';
xcountry_index['37'] = 'BF';
xcountry_index['BF'] = '37';
xcountry_index['38'] = 'BI';
xcountry_index['BI'] = '38';
xcountry_index['39'] = 'KH';
xcountry_index['KH'] = '39';
xcountry_index['40'] = 'CM';
xcountry_index['CM'] = '40';
xcountry_index['41'] = 'CA';
xcountry_index['CA'] = '41';
xcountry_index['33'] = 'IC';
xcountry_index['IC'] = '33';
xcountry_index['42'] = 'CV';
xcountry_index['CV'] = '42';
xcountry_index['43'] = 'KY';
xcountry_index['KY'] = '43';
xcountry_index['44'] = 'CF';
xcountry_index['CF'] = '44';
xcountry_index['45'] = 'TD';
xcountry_index['TD'] = '45';
xcountry_index['31'] = 'CD';
xcountry_index['CD'] = '31';
xcountry_index['46'] = 'CL';
xcountry_index['CL'] = '46';
xcountry_index['48'] = 'CN';
xcountry_index['CN'] = '48';
xcountry_index['51'] = 'CO';
xcountry_index['CO'] = '51';
xcountry_index['54'] = 'ZR';
xcountry_index['ZR'] = '54';
xcountry_index['55'] = 'CG';
xcountry_index['CG'] = '55';
xcountry_index['56'] = 'CK';
xcountry_index['CK'] = '56';
xcountry_index['58'] = 'CR';
xcountry_index['CR'] = '58';
xcountry_index['59'] = 'CI';
xcountry_index['CI'] = '59';
xcountry_index['60'] = 'HR';
xcountry_index['HR'] = '60';
xcountry_index['61'] = 'CU';
xcountry_index['CU'] = '61';
xcountry_index['47'] = 'AN';
xcountry_index['AN'] = '47';
xcountry_index['62'] = 'CY';
xcountry_index['CY'] = '62';
xcountry_index['63'] = 'CZ';
xcountry_index['CZ'] = '63';
xcountry_index['64'] = 'DK';
xcountry_index['DK'] = '64';
xcountry_index['65'] = 'DJ';
xcountry_index['DJ'] = '65';
xcountry_index['66'] = 'DM';
xcountry_index['DM'] = '66';
xcountry_index['67'] = 'DO';
xcountry_index['DO'] = '67';
xcountry_index['69'] = 'EC';
xcountry_index['EC'] = '69';
xcountry_index['70'] = 'EG';
xcountry_index['EG'] = '70';
xcountry_index['71'] = 'SV';
xcountry_index['SV'] = '71';
xcountry_index['76'] = 'GB';
xcountry_index['GB'] = '76';
xcountry_index['72'] = 'GQ';
xcountry_index['GQ'] = '72';
xcountry_index['73'] = 'ER';
xcountry_index['ER'] = '73';
xcountry_index['74'] = 'EE';
xcountry_index['EE'] = '74';
xcountry_index['75'] = 'ET';
xcountry_index['ET'] = '75';
xcountry_index['78'] = 'DK';
xcountry_index['DK'] = '78';
xcountry_index['79'] = 'FJ';
xcountry_index['FJ'] = '79';
xcountry_index['80'] = 'FI';
xcountry_index['FI'] = '80';
xcountry_index['81'] = 'FR';
xcountry_index['FR'] = '81';
xcountry_index['82'] = 'GF';
xcountry_index['GF'] = '82';
xcountry_index['83'] = 'PF';
xcountry_index['PF'] = '83';
xcountry_index['85'] = 'GA';
xcountry_index['GA'] = '85';
xcountry_index['86'] = 'GM';
xcountry_index['GM'] = '86';
xcountry_index['87'] = 'GE';
xcountry_index['GE'] = '87';
xcountry_index['88'] = 'DE';
xcountry_index['DE'] = '88';
xcountry_index['89'] = 'GH';
xcountry_index['GH'] = '89';
xcountry_index['90'] = 'GI';
xcountry_index['GI'] = '90';
xcountry_index['92'] = 'GB';
xcountry_index['GB'] = '92';
xcountry_index['93'] = 'GR';
xcountry_index['GR'] = '93';
xcountry_index['94'] = 'DK';
xcountry_index['DK'] = '94';
xcountry_index['95'] = 'GD';
xcountry_index['GD'] = '95';
xcountry_index['96'] = 'GP';
xcountry_index['GP'] = '96';
xcountry_index['97'] = 'GU';
xcountry_index['GU'] = '97';
xcountry_index['98'] = 'GT';
xcountry_index['GT'] = '98';
xcountry_index['100'] = 'GN';
xcountry_index['GN'] = '100';
xcountry_index['101'] = 'GW';
xcountry_index['GW'] = '101';
xcountry_index['102'] = 'GY';
xcountry_index['GY'] = '102';
xcountry_index['103'] = 'HT';
xcountry_index['HT'] = '103';
xcountry_index['105'] = 'HN';
xcountry_index['HN'] = '105';
xcountry_index['106'] = 'HK';
xcountry_index['HK'] = '106';
xcountry_index['108'] = 'HU';
xcountry_index['HU'] = '108';
xcountry_index['109'] = 'IS';
xcountry_index['IS'] = '109';
xcountry_index['110'] = 'IN';
xcountry_index['IN'] = '110';
xcountry_index['111'] = 'ID';
xcountry_index['ID'] = '111';
xcountry_index['112'] = 'IR';
xcountry_index['IR'] = '112';
xcountry_index['113'] = 'IQ';
xcountry_index['IQ'] = '113';
xcountry_index['114'] = 'IE';
xcountry_index['IE'] = '114';
xcountry_index['116'] = 'IL';
xcountry_index['IL'] = '116';
xcountry_index['117'] = 'IT';
xcountry_index['IT'] = '117';
xcountry_index['119'] = 'JM';
xcountry_index['JM'] = '119';
xcountry_index['121'] = 'JP';
xcountry_index['JP'] = '121';
xcountry_index['125'] = 'JO';
xcountry_index['JO'] = '125';
xcountry_index['127'] = 'KZ';
xcountry_index['KZ'] = '127';
xcountry_index['128'] = 'KE';
xcountry_index['KE'] = '128';
xcountry_index['130'] = 'KI';
xcountry_index['KI'] = '130';
xcountry_index['118'] = 'FM';
xcountry_index['FM'] = '118';
xcountry_index['131'] = 'KW';
xcountry_index['KW'] = '131';
xcountry_index['132'] = 'KG';
xcountry_index['KG'] = '132';
xcountry_index['133'] = 'LA';
xcountry_index['LA'] = '133';
xcountry_index['134'] = 'LV';
xcountry_index['LV'] = '134';
xcountry_index['135'] = 'LB';
xcountry_index['LB'] = '135';
xcountry_index['136'] = 'LS';
xcountry_index['LS'] = '136';
xcountry_index['137'] = 'LR';
xcountry_index['LR'] = '137';
xcountry_index['138'] = 'LY';
xcountry_index['LY'] = '138';
xcountry_index['139'] = 'LI';
xcountry_index['LI'] = '139';
xcountry_index['140'] = 'LT';
xcountry_index['LT'] = '140';
xcountry_index['141'] = 'LU';
xcountry_index['LU'] = '141';
xcountry_index['142'] = 'MO';
xcountry_index['MO'] = '142';
xcountry_index['143'] = 'MK';
xcountry_index['MK'] = '143';
xcountry_index['144'] = 'MG';
xcountry_index['MG'] = '144';
xcountry_index['129'] = 'PT';
xcountry_index['PT'] = '129';
xcountry_index['145'] = 'MW';
xcountry_index['MW'] = '145';
xcountry_index['146'] = 'MY';
xcountry_index['MY'] = '146';
xcountry_index['147'] = 'MV';
xcountry_index['MV'] = '147';
xcountry_index['148'] = 'ML';
xcountry_index['ML'] = '148';
xcountry_index['149'] = 'MT';
xcountry_index['MT'] = '149';
xcountry_index['150'] = 'MH';
xcountry_index['MH'] = '150';
xcountry_index['151'] = 'MQ';
xcountry_index['MQ'] = '151';
xcountry_index['152'] = 'MR';
xcountry_index['MR'] = '152';
xcountry_index['153'] = 'MU';
xcountry_index['MU'] = '153';
xcountry_index['155'] = 'MX';
xcountry_index['MX'] = '155';
xcountry_index['156'] = 'FM';
xcountry_index['FM'] = '156';
xcountry_index['158'] = 'MD';
xcountry_index['MD'] = '158';
xcountry_index['159'] = 'MC';
xcountry_index['MC'] = '159';
xcountry_index['160'] = 'MN';
xcountry_index['MN'] = '160';
xcountry_index['161'] = 'MS';
xcountry_index['MS'] = '161';
xcountry_index['162'] = 'MA';
xcountry_index['MA'] = '162';
xcountry_index['163'] = 'MZ';
xcountry_index['MZ'] = '163';
xcountry_index['164'] = 'MM';
xcountry_index['MM'] = '164';
xcountry_index['165'] = 'NA';
xcountry_index['NA'] = '165';
xcountry_index['168'] = 'NP';
xcountry_index['NP'] = '168';
xcountry_index['169'] = 'NL';
xcountry_index['NL'] = '169';
xcountry_index['170'] = 'AN';
xcountry_index['AN'] = '170';
xcountry_index['171'] = 'NC';
xcountry_index['NC'] = '171';
xcountry_index['172'] = 'NZ';
xcountry_index['NZ'] = '172';
xcountry_index['173'] = 'NI';
xcountry_index['NI'] = '173';
xcountry_index['174'] = 'NE';
xcountry_index['NE'] = '174';
xcountry_index['175'] = 'NG';
xcountry_index['NG'] = '175';
xcountry_index['177'] = 'NF';
xcountry_index['NF'] = '177';
xcountry_index['178'] = 'KP';
xcountry_index['KP'] = '178';
xcountry_index['176'] = 'GB';
xcountry_index['GB'] = '176';
xcountry_index['179'] = 'MP';
xcountry_index['MP'] = '179';
xcountry_index['180'] = 'NO';
xcountry_index['NO'] = '180';
xcountry_index['181'] = 'OM';
xcountry_index['OM'] = '181';
xcountry_index['182'] = 'PK';
xcountry_index['PK'] = '182';
xcountry_index['183'] = 'PW';
xcountry_index['PW'] = '183';
xcountry_index['185'] = 'PA';
xcountry_index['PA'] = '185';
xcountry_index['186'] = 'PG';
xcountry_index['PG'] = '186';
xcountry_index['188'] = 'PY';
xcountry_index['PY'] = '188';
xcountry_index['189'] = 'PE';
xcountry_index['PE'] = '189';
xcountry_index['190'] = 'PH';
xcountry_index['PH'] = '190';
xcountry_index['192'] = 'PL';
xcountry_index['PL'] = '192';
xcountry_index['191'] = 'FM';
xcountry_index['FM'] = '191';
xcountry_index['193'] = 'PT';
xcountry_index['PT'] = '193';
xcountry_index['194'] = 'PR';
xcountry_index['PR'] = '194';
xcountry_index['195'] = 'QA';
xcountry_index['QA'] = '195';
xcountry_index['196'] = 'RE';
xcountry_index['RE'] = '196';
xcountry_index['197'] = 'RO';
xcountry_index['RO'] = '197';
xcountry_index['187'] = 'MP';
xcountry_index['MP'] = '187';
xcountry_index['198'] = 'RU';
xcountry_index['RU'] = '198';
xcountry_index['199'] = 'RW';
xcountry_index['RW'] = '199';
xcountry_index['184'] = 'AN';
xcountry_index['AN'] = '184';
xcountry_index['166'] = 'AN';
xcountry_index['AN'] = '166';
xcountry_index['157'] = 'VI';
xcountry_index['VI'] = '157';
xcountry_index['154'] = 'AN';
xcountry_index['AN'] = '154';
xcountry_index['126'] = 'VI';
xcountry_index['VI'] = '126';
xcountry_index['201'] = 'KN';
xcountry_index['KN'] = '201';
xcountry_index['202'] = 'LC';
xcountry_index['LC'] = '202';
xcountry_index['200'] = 'AN';
xcountry_index['AN'] = '200';
xcountry_index['203'] = 'GP';
xcountry_index['GP'] = '203';
xcountry_index['124'] = 'VI';
xcountry_index['VI'] = '124';
xcountry_index['204'] = 'VC';
xcountry_index['VC'] = '204';
xcountry_index['167'] = 'MP';
xcountry_index['MP'] = '167';
xcountry_index['206'] = 'SM';
xcountry_index['SM'] = '206';
xcountry_index['208'] = 'SA';
xcountry_index['SA'] = '208';
xcountry_index['207'] = 'GB';
xcountry_index['GB'] = '207';
xcountry_index['209'] = 'SN';
xcountry_index['SN'] = '209';
xcountry_index['210'] = 'SC';
xcountry_index['SC'] = '210';
xcountry_index['211'] = 'SL';
xcountry_index['SL'] = '211';
xcountry_index['212'] = 'SG';
xcountry_index['SG'] = '212';
xcountry_index['214'] = 'SK';
xcountry_index['SK'] = '214';
xcountry_index['215'] = 'SI';
xcountry_index['SI'] = '215';
xcountry_index['216'] = 'SB';
xcountry_index['SB'] = '216';
xcountry_index['218'] = 'ZA';
xcountry_index['ZA'] = '218';
xcountry_index['220'] = 'KR';
xcountry_index['KR'] = '220';
xcountry_index['221'] = 'ES';
xcountry_index['ES'] = '221';
xcountry_index['223'] = 'LK';
xcountry_index['LK'] = '223';
xcountry_index['224'] = 'SD';
xcountry_index['SD'] = '224';
xcountry_index['225'] = 'SR';
xcountry_index['SR'] = '225';
xcountry_index['227'] = 'SZ';
xcountry_index['SZ'] = '227';
xcountry_index['228'] = 'SW';
xcountry_index['SW'] = '228';
xcountry_index['229'] = 'CH';
xcountry_index['CH'] = '229';
xcountry_index['230'] = 'SY';
xcountry_index['SY'] = '230';
xcountry_index['226'] = 'PF';
xcountry_index['PF'] = '226';
xcountry_index['231'] = 'TW';
xcountry_index['TW'] = '231';
xcountry_index['232'] = 'TJ';
xcountry_index['TJ'] = '232';
xcountry_index['233'] = 'TZ';
xcountry_index['TZ'] = '233';
xcountry_index['234'] = 'TH';
xcountry_index['TH'] = '234';
xcountry_index['222'] = 'MP';
xcountry_index['MP'] = '222';
xcountry_index['235'] = 'TG';
xcountry_index['TG'] = '235';
xcountry_index['237'] = 'TO';
xcountry_index['TO'] = '237';
xcountry_index['236'] = 'VG';
xcountry_index['VG'] = '236';
xcountry_index['238'] = 'TT';
xcountry_index['TT'] = '238';
xcountry_index['239'] = 'FM';
xcountry_index['FM'] = '239';
xcountry_index['240'] = 'TN';
xcountry_index['TN'] = '240';
xcountry_index['241'] = 'TR';
xcountry_index['TR'] = '241';
xcountry_index['242'] = 'TM';
xcountry_index['TM'] = '242';
xcountry_index['243'] = 'TC';
xcountry_index['TC'] = '243';
xcountry_index['244'] = 'TV';
xcountry_index['TV'] = '244';
xcountry_index['245'] = 'UG';
xcountry_index['UG'] = '245';
xcountry_index['246'] = 'UA';
xcountry_index['UA'] = '246';
xcountry_index['122'] = 'VC';
xcountry_index['VC'] = '122';
xcountry_index['247'] = 'AE';
xcountry_index['AE'] = '247';
xcountry_index['248'] = 'GB';
xcountry_index['GB'] = '248';
xcountry_index['249'] = 'US';
xcountry_index['US'] = '249';
xcountry_index['250'] = 'VI';
xcountry_index['VI'] = '250';
xcountry_index['251'] = 'UY';
xcountry_index['UY'] = '251';
xcountry_index['252'] = 'UZ';
xcountry_index['UZ'] = '252';
xcountry_index['253'] = 'VU';
xcountry_index['VU'] = '253';
xcountry_index['254'] = 'VA';
xcountry_index['VA'] = '254';
xcountry_index['255'] = 'VE';
xcountry_index['VE'] = '255';
xcountry_index['256'] = 'VN';
xcountry_index['VN'] = '256';
xcountry_index['115'] = 'VG';
xcountry_index['VG'] = '115';
xcountry_index['257'] = 'WK';
xcountry_index['WK'] = '257';
xcountry_index['107'] = 'GB';
xcountry_index['GB'] = '107';
xcountry_index['258'] = 'WF';
xcountry_index['WF'] = '258';
xcountry_index['123'] = 'WS';
xcountry_index['WS'] = '123';
xcountry_index['259'] = 'FM';
xcountry_index['FM'] = '259';
xcountry_index['261'] = 'YE';
xcountry_index['YE'] = '261';
xcountry_index['262'] = 'YU';
xcountry_index['YU'] = '262';
xcountry_index['264'] = 'ZM';
xcountry_index['ZM'] = '264';
xcountry_index['265'] = 'ZW';
xcountry_index['ZW'] = '265';


function populate(form,j)
{
// Get the controls that have focus
	var i = (form.focus) ? form.focus.value : '';
	var company = eval('form.shipping_company'+i);
	var first_name = eval('form.shipping_first_name'+i);
	var last_name = eval('form.shipping_last_name'+i);
	var address1 = eval('form.shipping_address1'+i);
	var address2 = eval('form.shipping_address2'+i);
	var city = eval('form.shipping_city'+i);
	var state = eval('form.shipping_state'+i);
	var zipcode = eval('form.shipping_zipcode'+i);
	var country = eval('form.shipping_country'+i);
	var phone_day = eval('form.shipping_phone_day'+i);
	var phone_night = eval('form.shipping_phone_night'+i);
	var fax = eval('form.shipping_fax'+i);
	var email = eval('form.shipping_email'+i);
	var is_residential = eval('form.shipping_is_residential'+i);

// Set the controls to the address book values
	company.value = eval('form.address_company'+j+'.value');
	first_name.value = eval('form.address_first_name'+j+'.value');
	last_name.value = eval('form.address_last_name'+j+'.value');
	address1.value = eval('form.address_address1'+j+'.value');
	address2.value = eval('form.address_address2'+j+'.value');
	city.value = eval('form.address_city'+j+'.value');
	state.value = eval('form.address_state'+j+'.value');
	zipcode.value = eval('form.address_zipcode'+j+'.value');
	var new_country = eval('form.address_country'+j+'.value');
	if (new_country != country.value)
	{
		country.selectedIndex = country_index[new_country];
		country.value = new_country;
		if (new_country == '')
		{
			var k = form.address_country.selectedIndex
			if (k < 0) k = 0;
			new_country = form.address_country.options[k].value;
		}
		changeStateValue(state,new_country);
	}
	state.selectedIndex = state_index[eval('form.address_state'+j+'.value')];
	phone_day = eval('form.address_phone_day'+j+'.value');
	phone_night = eval('form.address_phone_night'+j+'.value');
	fax = eval('form.address_fax'+j+'.value');
	email = eval('form.address_email'+j+'.value');
	is_residential.checked = (eval('form.address_is_residential'+j+'.value') == 1);
}
