var strLocationsHTML;
strLocationsHTML = '<tr><td class="backgroundMPWorldwide" valign="middle" width="157" height="32" style="padding: 2px 0px 2px 15px;">';
strLocationsHTML += '<select style="font-family: verdana,arial; font-size: 10px;" name="locations" onchange="if(! this.value)return;window.open(\'/Pub/PAPSYS_Country.asp?code=\' + this.value, \'c\', \'height=370,width=600\')">';
strLocationsHTML += '<option value="">- Manpower World -';
strLocationsHTML += '<option value="ARG">Argentina';
strLocationsHTML += '<option value="AUS">Australia';
strLocationsHTML += '<option value="AUT">Austria';
strLocationsHTML += '<option value="BEL">Belgium';
strLocationsHTML += '<option value="BOL">Bolivia';
strLocationsHTML += '<option value="BRA">Brazil';
strLocationsHTML += '<option value="CAN">Canada';
strLocationsHTML += '<option value="CHL">Chile';
strLocationsHTML += '<option value="CHN">China';
strLocationsHTML += '<option value="COL">Colombia';
strLocationsHTML += '<option value="CRI">Costa Rica';
strLocationsHTML += '<option value="CZE">Czech Republic';
strLocationsHTML += '<option value="DNK">Denmark';
strLocationsHTML += '<option value="ECU">Ecuador';
strLocationsHTML += '<option value="ELS">El Salvador';
strLocationsHTML += '<option value="FIN">Finland';
strLocationsHTML += '<option value="FRA">France';
strLocationsHTML += '<option value="DEU">Germany';
strLocationsHTML += '<option value="GRC">Greece';
strLocationsHTML += '<option value="GLP">Guadeloupe';
strLocationsHTML += '<option value="GTM">Guatemala';
strLocationsHTML += '<option value="HND">Honduras';
strLocationsHTML += '<option value="HKG">Hong Kong';
strLocationsHTML += '<option value="HUN">Hungary';
strLocationsHTML += '<option value="IND">India';
strLocationsHTML += '<option value="IRL">Ireland';
strLocationsHTML += '<option value="ISR">Israel';
strLocationsHTML += '<option value="ITA">Italy';
strLocationsHTML += '<option value="JPN">Japan';
strLocationsHTML += '<option value="KOR">Korea';
strLocationsHTML += '<option value="LUX">Luxembourg';
strLocationsHTML += '<option value="MYS">Malaysia';
strLocationsHTML += '<option value="MTQ">Martinique';
strLocationsHTML += '<option value="MEX">Mexico';
strLocationsHTML += '<option value="MCO">Monaco';
strLocationsHTML += '<option value="MAR">Morocco';
strLocationsHTML += '<option value="NLD">Netherlands';
strLocationsHTML += '<option value="NEC">New Caledonia';
strLocationsHTML += '<option value="NZL">New Zealand';
strLocationsHTML += '<option value="NOR">Norway';
strLocationsHTML += '<option value="PAN">Panama';
strLocationsHTML += '<option value="PRY">Paraguay';
strLocationsHTML += '<option value="PER">Peru';
strLocationsHTML += '<option value="PHL">Philippines';
strLocationsHTML += '<option value="POL">Poland';
strLocationsHTML += '<option value="PRT">Portugal';
strLocationsHTML += '<option value="PRI">Puerto Rico';
strLocationsHTML += '<option value="REU">Reunion';
strLocationsHTML += '<option value="ROM">Romania';
strLocationsHTML += '<option value="RUS">Russia';
strLocationsHTML += '<option value="SGP">Singapore';
strLocationsHTML += '<option value="ZAF">South Africa';
strLocationsHTML += '<option value="ESP">Spain';
strLocationsHTML += '<option value="SWE">Sweden';
strLocationsHTML += '<option value="CHE">Switzerland';
strLocationsHTML += '<option value="TWN">Taiwan';
strLocationsHTML += '<option value="THA">Thailand';
strLocationsHTML += '<option value="TUN">Tunisia';
strLocationsHTML += '<option value="GBR">United Kingdom';
strLocationsHTML += '<option value="USA">United States';
strLocationsHTML += '<option value="URY">Uruguay';
strLocationsHTML += '<option value="VEN">Venezuela';
strLocationsHTML += '</select></td></tr>';
