if (!haltCities)
  var haltCities = false;

function changeText(type, lang) {
  if (type == "vote") {
    if (lang == "eng")  changeVoteEng();
    if (lang == "spa")  changeVoteSpa();
    if (lang == "fra")  changeVoteFra();
    if (lang == "ger")  changeVoteGer();
    if (lang == "pol")  changeVotePol();
    if (lang == "por")  changeVotePor();
    if (lang == "rus")  changeVoteRus();
    if (lang == "cht")  changeVoteCht();
    if (lang == "chs")  changeVoteChs();
    if (lang == "kor")  changeVoteKor();
    if (lang == "tha")  changeVoteTha();
    if (lang == "jpn")  changeVoteJpn();
    if (lang == "vtn")  changeVoteVtn();

    document.getElementById("pvTop1").innerHTML = document.getElementById("pvTop").innerHTML;
    document.getElementById("pv1").innerHTML = document.getElementById("pv").innerHTML;
  }
}

function changeMenu(lang) {
  var menuArray, i;
  var margins = "0px 14px";
  if (lang == "eng")  menuArray = new Array("Home", "News", "Rules", "Voting Arena", "Contestants", "Schedule", "Statistics", "Community", "2008");
  if (lang == "spa")  menuArray = new Array("Inicio", "Noticias", "Reglas", "Arena de Votaci&#243;n", "Concursantes", "Programa", "Estad&#237;sticas", "Comunidad", "2008");
  if (lang == "fra")  menuArray = new Array("Accueil", "Nouveaut&#233;s", "R&#232;glement", "Ar&#232;ne des votes", "Concurrentes", "Planning", "Statistiques", "Communaut&#233;", "2008");
  if (lang == "ger")  menuArray = new Array("Home", "Neuigkeiten", "Regeln", "Voting Arena", "Teilnehmerinnen", "Zeitplan", "Statistiken", "Community", "2008");
  if (lang == "pol")  menuArray = new Array("Start", "Nowo&#347;ci", "Zasady", "G&#322;osowanie", "Zawodniczki", "Terminarz", "Statystyki", "Spo&#322;eczno&#347;&#263;", "2008");
  if (lang == "por")  menuArray = new Array("P&#225;gina Inicial", "Not&#237;cias", "Regras", "Arena de Vota&#231;&#227;o", "Competidoras", "Programa&#231;&#227;o", "Estat&#237;sticas", "Comunidade", "2008");
  if (lang == "rus")  menuArray = new Array("&#1053;&#1072;&#1095;&#1072;&#1083;&#1100;&#1085;&#1072;&#1103;", "&#1053;&#1086;&#1074;&#1086;&#1089;&#1090;&#1080;", "&#1055;&#1088;&#1072;&#1074;&#1080;&#1083;&#1072;", "&#1040;&#1088;&#1077;&#1085;&#1072; &#1043;&#1086;&#1083;&#1086;&#1089;&#1086;&#1074;&#1072;&#1085;&#1080;&#1081;", "&#1059;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094;&#1099;", "&#1056;&#1072;&#1089;&#1087;&#1080;&#1089;&#1072;&#1085;&#1080;&#1077;", "&#1057;&#1090;&#1072;&#1090;&#1080;&#1089;&#1090;&#1080;&#1082;&#1072;", "&#1057;&#1086;&#1086;&#1073;&#1097;&#1077;&#1089;&#1090;&#1074;&#1086;", "2008");
  if (lang == "cht")  menuArray = new Array("&#39318;&#38913;", "&#26368;&#26032;&#24773;&#22577;", "&#35215;&#21063;", "&#25237;&#31080;&#25152;", "&#21443;&#36093;&#32773;", "&#36093;&#31243;", "&#25976;&#25818;", "&#32676;&#33853;", "2008");
  if (lang == "chs")  menuArray = new Array("&#39318;&#39029;", "&#26368;&#26032;&#24773;&#25253;", "&#35268;&#21017;", "&#25237;&#31080;&#25152;", "&#21442;&#36187;&#32773;", "&#36187;&#31243;", "&#25968;&#25454;", "&#32676;&#33853;", "2008");
  if (lang == "kor")  menuArray = new Array("&#48376;&#47928;", "&#49548;&#49885;", "&#45824;&#54924;&#44508;&#51221;", "&#53804;&#54364;&#49548;", "&#44221;&#50672; &#54980;&#48372;", "&#45824;&#54924;&#50696;&#51221;", "&#45824;&#54924; &#53685;&#44228;", "&#52828;&#47785;/&#50672;&#46973;", "2008&#45380; &#44208;&#44284;");
  if (lang == "tha")  menuArray = new Array("&#3627;&#3609;&#3657;&#3634;&#3627;&#3621;&#3633;&#3585;", "&#3586;&#3656;&#3634;&#3623;&#3626;&#3634;&#3619;", "&#3585;&#3605;&#3636;&#3585;&#3634;", "&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;", "&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;", "&#3585;&#3635;&#3627;&#3609;&#3604;&#3585;&#3634;&#3619;", "&#3626;&#3606;&#3636;&#3605;&#3636;", "&#3594;&#3640;&#3617;&#3594;&#3609;", "2008");
  if (lang == "jpn")  menuArray = new Array("&#12507;&#12540;&#12512;", "&#12491;&#12517;&#12540;&#12473;", "&#12523;&#12540;&#12523;", "&#25237;&#31080;&#12450;&#12522;&#12540;&#12490;", "&#21332;&#25216;&#32773;", "&#12473;&#12465;&#12472;&#12517;&#12540;&#12523;", "&#32113;&#35336;", "&#12467;&#12511;&#12517;&#12491;&#12486;&#12451;", "2008");
  if (lang == "vtn")  return;

  for (i = 0; i < menuArray.length; i++) {
    document.getElementById("m" + i).innerHTML = menuArray[i];
    document.getElementById("m" + i).style.padding = margins;
  }
}

function changeCont(lang) {
  var contArray, i;
  if (lang == "eng")  contArray = new Array("International Saimoe League consists of sixty-four contestants each year.  In 2009, thirty-seven are automatic entrants who have met the qualifications defined in the <a href=\"../rules.php\">official rules</a>.  Twenty-seven contestants were admitted during the <a href=\"../statistics/\">nominations and preliminaries phases</a> that occurred at the beginning of the year.", "Hover over a portrait below for a quick summary of each contestant.  Click on the portrait to view her full profile.", "<em>ISML Career Record</em> is given as<br/>(Wins - Overtime Wins - Overtime Losses - Losses) / (Postseason Wins - Postseason Losses)<br/>", "Note: ISML employs the <a href=\"http://en.wikipedia.org/wiki/Hepburn_romanization\">Hepburn romanization system</a> when displaying contestant names.", "Candidate", "Series Representing", "ISML Career Record", "Tournament Eligibility");
  if (lang == "spa")  contArray = new Array("La International Saimoe League consiste de sesenta y cuatro concursantes cada a&#241;o. En 2009, treinta y siete son entrantes autom&#225;ticas que cumplieron con los requisitos de calificaci&#243;n definidos en las <a href=\"../rules.php?lang=spa\">reglas oficiales</a>. Veintisiete concursantes fueron admitidas durantes las fases de nominaci&#243;n y preliminares que se dieron lugar a comienzos del a&#241;o.", "Pasa el cursor por sobre uno de los retratos a continuaci&#243;n para ver un breve resumen de cada concursante. Haz click en el retrato para vel el perfil completo.", "El <em>Record ISML</em> se muestra como<br/>(Victorias - Victorias en Tiempo Extra - Derrotas en Tiempo Extra - Derrotas) / (Victorias en Postemporada - Derrotas en Postemporada)", "Nota: La ISML emplea el <a href=\"http://es.wikipedia.org/wiki/Romanizaci%C3%B3n_Hepburn\">m&#233;todo de romanizaci&#243;n de Hepburn</a> para mostrar el nombre de las concursantes en ingl&#233;s.", "Candidata", "Serie Representada", "Record ISML", "Elegibilidad Saimoe");
  if (lang == "fra")  contArray = new Array("L'International Saimoe League consiste, chaque ann&#233;e, en un tournois entre 64 candidates. En 2009, trente-sept ont rencontr&#233;es les exigences d&#233;finies dans le <a href=\"../rules.php\">r&#232;glement</a>, et ont &#233;t&#233; ajout&#233;es automatiquement. Vingt-sept candidates ont &#233;t&#233; admises grace <a href=\"../statistics/\">aux nominations et a la phase des pr&#233;liminaires</a> qui ont eues lieux en d&#233;but d'ann&#233;e.", "Passez la souris sur un portrait pour un r&#233;sum&#233; rapide de chaque participante. Cliquez sur le portrait pour voir le profil d&#233;taill&#233;.", "<em>Les perforances des anciens ISML</em> sont donn&#233;es comme suit<br/>(Victoire - Victoires au 2&#232;me tour - D&#233;faites au 2&#232;me tour - D&#233;faites) / (Victoires en apr&#232;s-saison - D&#233;faites en apr&#232;s-saison)<br/>", "Note : l'ISML utilise la <a href=\"http://fr.wikipedia.org/wiki/M%C3%A9thode_Hepburn\">m&#233;thode Hepburn</a> pour afficher les noms des candidates.", "Candidate", "S&#233;rie repr&#233;sent&#233;e", "Ant&#233;c&#233;dents dans l'ISML", "Eligibilit&#233; au Saimoe");
  if (lang == "ger")  contArray = new Array("Die International Saimoe League besteht aus vierundsechzig Wettbewerberinnen im Jahr. 2009 sind siebenunddrei&#223;ig davon automatisch zur Teilnahme berechtigt, da sie die in den <a href=\"../rules.php?lang=ger\">offiziellen Regeln</a> festgelegten Qualifikationsbedingungen erf&#252;llen. Siebenundzwanzig Kandidatinnen wurden im Laufe der Nominierungs- und Vorrundenphasen, die am Anfang des Jahres stattfanden, zugelassen.", "Bewegt den Mauszeiger &#252;ber eines der folgenden Portraits, um eine Kurzzusammenfassung der jeweiligen Teilnehmerin zu erhalten. F&#252;r ihr vollst&#228;ndiges Profil, klickt auf das entsprechende Bild.", "Die ISML Laufbahndaten sind folgenderma&#223;en angegeben<br/>(Siege &#8211; Verl&#228;ngerungssiege &#8211; Verl&#228;ngerungsniederlagen &#8211; Niederlagen) / (Nachsaisonsiege &#8211; Nachsaisonniederlagen)", "Hinweis: ISML verwendet das <a href=\"http://de.wikipedia.org/wiki/Hepburn-System\">Hepburn Transkriptionssystem</a>, um die Namen der Teilnehmerinnen in Englisch anzuzeigen.", "Kandidatin", "Serie", "Vorherige Leistung in der ISML", "Qualifikation");
  if (lang == "pol")  contArray = new Array("W Mi&#281;dzynarodowej Lidze Saimoe bior&#261; udzia&#322; ka&#380;dego roku sze&#347;&#263;dziesi&#261;t cztery zawodniczki. W roku 2009 trzydzie&#347;ci siedem z nich zakwalifikowa&#322;o si&#281; automatycznie na podstawie osi&#261;gni&#281;&#263; wyznaczonych w <a href=\"../rules.php?lang=pol\">Zasadach</a>. Pozosta&#322;e dwadzie&#347;cia siedem uzyska&#322;o prawo do udzia&#322;u w turnieju przechodz&#261;c etapy <a href=\"../statistics/\">nominacji i eliminacji</a> na pocz&#261;tku roku.", "Przesu&#324; kursor nad jednym z portret&#243;w poni&#380;ej by przeczyta&#263; kr&#243;tki opis ka&#380;dej zawodniczki. Kliknij na portret by zobaczy&#263; pe&#322;ny opis.", "<em>Zapis Rezultat&#243;w ISML</em> podawany jest nast&#281;puj&#261;co<br/>(Zwyci&#281;stwa - Zwyci&#281;stwa w Dogrywce - Przegrane w Dogrywce - Przegrane) / (Wygrane w Turnieju Posezonowym - Przegrane w Turnieju Posezonowym)", "Uwaga: ISML wykorzystuje <a href=\"http://pl.wikipedia.org/wiki/Transkrypcja_Hepburna\">system transliteracji Hepburna</a> podaj&#261;c imiona zawodniczek.", "Kandydatka", "Reprezentowane Anime", "Zapis Rezultat&#243;w ISML", "Kwalifikacje");
  if (lang == "por")  contArray = new Array("A Liga Internacional de Saimoe consiste de sessenta e quatro competidoras a cada ano. Em 2009, trinta e sete s&#227;o competidoras que satisfizeram os requisitos para uma qualifica&#231;&#227;o autom&#225;tica definidos nas  <a href=\"../rules.php?lang=por\">regras oficiais</a>. Vinte e sete competidoras foram admitidas durante a fase de nomea&#231;&#227;o e a fase preliminar que ocorreram no inicio do ano.", "Paire sobre um dos retratos abaixo para ver um r&#225;pido sum&#225;rio de cada competidora. Clique no retrato para ver seu perfil completo.", "<em>Performance em ISML Anteriores</em> &#233; dada como<br/>(Vit&#243;rias - Vit&#243;rias por Prorroga&#231;&#227;o - Derrotas por Prorroga&#231;&#227;o - Derrotas) / (Vit&#243;rias em P&#243;s-temporada -  Derrotas em P&#243;s-temporada)", "Aviso: ISML emprega o <a href=\"http://pt.wikipedia.org/wiki/Sistema_Hepburn\">sistema de romaniza&#231;&#227;o Hepburn</a> quando exibe nomes de competidoras em Ingl&#234;s.", "Candidata ", "S&#233;rie que Representa ", "Performance em ISML Anteriores ", "Elegibilidade por Saimoe");
  if (lang == "rus")  contArray = new Array("&#1048;&#1085;&#1090;&#1077;&#1088;&#1085;&#1072;&#1094;&#1080;&#1086;&#1085;&#1072;&#1083;&#1100;&#1085;&#1072;&#1103; &#1051;&#1080;&#1075;&#1072; Saimoe &#1077;&#1078;&#1077;&#1075;&#1086;&#1076;&#1085;&#1086; &#1089;&#1086;&#1089;&#1090;&#1086;&#1080;&#1090; &#1080;&#1079; &#1096;&#1077;&#1089;&#1090;&#1080;&#1076;&#1077;&#1089;&#1103;&#1090;&#1080; &#1095;&#1077;&#1090;&#1099;&#1088;&#1105;&#1093; &#1091;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094;. &#1042; 2009 &#1075;&#1086;&#1076;&#1091;, &#1090;&#1088;&#1080;&#1076;&#1094;&#1072;&#1090;&#1100; &#1089;&#1077;&#1084;&#1100;  &#1087;&#1088;&#1086;&#1096;&#1083;&#1080; &#1082;&#1074;&#1072;&#1083;&#1080;&#1092;&#1080;&#1082;&#1072;&#1094;&#1080;&#1102; &#1072;&#1074;&#1090;&#1086;&#1084;&#1072;&#1090;&#1080;&#1095;&#1077;&#1089;&#1082;&#1080;  &#1074; &#1089;&#1086;&#1086;&#1090;&#1074;&#1077;&#1090;&#1089;&#1090;&#1074;&#1080;&#1080; &#1089; <a href=\"../rules.php\">&#1086;&#1092;&#1080;&#1094;&#1080;&#1072;&#1083;&#1100;&#1085;&#1099;&#1084;&#1080; &#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1072;&#1084;&#1080;</a>. &#1044;&#1074;&#1072;&#1076;&#1094;&#1072;&#1090;&#1100; &#1089;&#1077;&#1084;&#1100; &#1091;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094; &#1087;&#1088;&#1086;&#1096;&#1083;&#1080;<a href=\"../statistics/\">&#1085;&#1086;&#1084;&#1080;&#1085;&#1072;&#1094;&#1080;&#1102; &#1080; &#1082;&#1074;&#1072;&#1083;&#1080;&#1092;&#1080;&#1082;&#1072;&#1094;&#1080;&#1102;</a>  &#1082;&#1086;&#1090;&#1086;&#1088;&#1072;&#1103; &#1087;&#1088;&#1086;&#1093;&#1086;&#1076;&#1080;&#1083;&#1072; &#1074; &#1085;&#1072;&#1095;&#1072;&#1083;&#1077; &#1075;&#1086;&#1076;&#1072;.", "&#1053;&#1072;&#1074;&#1077;&#1076;&#1080;&#1090;&#1077; &#1082;&#1091;&#1088;&#1089;&#1086;&#1088; &#1084;&#1099;&#1096;&#1080; &#1085;&#1072; &#1080;&#1079;&#1086;&#1073;&#1088;&#1072;&#1078;&#1077;&#1085;&#1080;&#1077; &#1091;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094;&#1080; &#1095;&#1090;&#1086; &#1073;&#1099; &#1087;&#1086;&#1083;&#1091;&#1095;&#1080;&#1090;&#1100;  &#1095;&#1072;&#1089;&#1090;&#1080;&#1095;&#1085;&#1091;&#1102; &#1080;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1102;. &#1050;&#1083;&#1080;&#1082;&#1085;&#1080;&#1090;&#1077; &#1085;&#1072; &#1080;&#1079;&#1086;&#1073;&#1088;&#1072;&#1078;&#1077;&#1085;&#1080;&#1077; &#1095;&#1090;&#1086; &#1073;&#1099; &#1087;&#1086;&#1083;&#1091;&#1095;&#1080;&#1090;&#1100; &#1087;&#1086;&#1083;&#1085;&#1091;&#1102; &#1080;&#1085;&#1092;&#1086;&#1088;&#1084;&#1072;&#1094;&#1080;&#1102;.", "<em>&#1047;&#1072;&#1087;&#1080;&#1089;&#1100; &#1059;&#1089;&#1087;&#1077;&#1093;&#1086;&#1074; ISML</em> &#1076;&#1072;&#1085;&#1072; &#1074; &#1092;&#1086;&#1088;&#1084;&#1077; <br/>(&#1055;&#1086;&#1073;&#1077;&#1076;&#1099; &#8212; &#1055;&#1086;&#1073;&#1077;&#1076;&#1099; &#1074; &#1054;&#1074;&#1077;&#1088;&#1090;&#1072;&#1081;&#1084;&#1072;&#1093;- &#1055;&#1086;&#1088;&#1072;&#1078;&#1077;&#1085;&#1080;&#1103; &#1074; &#1054;&#1074;&#1077;&#1088;&#1090;&#1072;&#1081;&#1084;&#1072;&#1093; - &#1055;&#1086;&#1088;&#1072;&#1078;&#1077;&#1085;&#1080;&#1103;) / (&#1055;&#1086;&#1089;&#1083;&#1077; &#1089;&#1077;&#1079;&#1086;&#1085;&#1085;&#1099;&#1077; &#1055;&#1086;&#1073;&#1077;&#1076;&#1099; - &#1055;&#1086;&#1089;&#1083;&#1077; &#1089;&#1077;&#1079;&#1086;&#1085;&#1085;&#1099;&#1077; &#1055;&#1086;&#1088;&#1072;&#1078;&#1077;&#1085;&#1080;&#1103;)", "&#1055;&#1088;&#1080;&#1084;&#1077;&#1095;&#1072;&#1085;&#1080;&#1077;: ISML &#1080;&#1089;&#1087;&#1086;&#1083;&#1100;&#1079;&#1091;&#1077;&#1090; <a href=\"http://ru.wikipedia.org/wiki/%D0%A1%D0%B8%D1%81%D1%82%D0%B5%D0%BC%D0%B0_%D0%A5%D1%8D%D0%BF%D0%B1%D1%91%D1%80%D0%BD%D0%B0\">&#1089;&#1080;&#1089;&#1090;&#1077;&#1084;&#1091; &#1090;&#1088;&#1072;&#1085;&#1089;&#1082;&#1088;&#1080;&#1073;&#1080;&#1088;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103; &#1061;&#1101;&#1087;&#1073;&#1105;&#1088;&#1085;&#1072;</a> &#1076;&#1083;&#1103; &#1085;&#1072;&#1087;&#1080;&#1089;&#1072;&#1085;&#1080;&#1103; &#1080;&#1084;&#1105;&#1085; &#1091;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094;.", "&#1050;&#1072;&#1085;&#1076;&#1080;&#1076;&#1072;&#1090;", "&#1055;&#1088;&#1077;&#1076;&#1089;&#1090;&#1072;&#1074;&#1083;&#1103;&#1077;&#1084;&#1099;&#1077; &#1040;&#1085;&#1080;&#1084;&#1101;", "&#1047;&#1072;&#1087;&#1080;&#1089;&#1100; &#1059;&#1089;&#1087;&#1077;&#1093;&#1086;&#1074; ISML", "&#1055;&#1088;&#1072;&#1074;&#1086; &#1085;&#1072; &#1091;&#1095;&#1072;&#1089;&#1090;&#1080;&#1077; &#1074; &#1089;&#1086;&#1088;&#1077;&#1074;&#1085;&#1086;&#1074;&#1072;&#1085;&#1080;&#1080;");
  if (lang == "cht")  contArray = new Array("&#22283;&#38555;&#26368;&#33804;&#27599;&#24180;&#20849;&#26377;64&#21517;&#21443;&#36093;&#32773;&#21443;&#21152;&#12290;&#20170;&#24180;&#65292;37&#21517;&#29554;&#24471;&#20102;<a href=\"../rules.php?lang=cht\">&#22823;&#26371;&#35215;&#21063;</a>&#35023;&#25152;&#25944;&#30340;&#33258;&#21205;&#21443;&#36093;&#36039;&#26684;&#12290;27&#21517;&#36890;&#36942;&#20102;&#24180;&#21021;&#30340;&#25552;&#21517;&#36093;&#21450;&#38928;&#36093;&#12290;", "&#25226;&#25351;&#27161;&#31227;&#21040;&#30059;&#21521;&#19978;&#38754;&#20197;&#26597;&#30475;&#35442;&#21443;&#36093;&#32773;&#30340;&#22522;&#26412;&#36039;&#26009;&#12290;&#40670;&#36984;&#20854;&#21443;&#36093;&#32773;&#20197;&#35264;&#30475;&#22905;&#30340;&#23436;&#25972;&#36039;&#26009;&#12290;", "&#22283;&#38555;&#26368;&#33804;&#29983;&#28079;&#35352;&#37636; &#25152;&#25351;&#30340;&#26159;<br/>(&#21213;&#21033;-&#36229;&#26178;&#21213;&#21033;-&#36229;&#26178;&#36000;&#25943;-&#36000;&#25943;)/(&#23395;&#24460;&#21213;&#21033;-&#23395;&#24460;&#36000;&#25943;)", "&#27880;: &#22283;&#38555;&#26368;&#33804;&#30340;&#33521;&#25991;&#21517;&#25505;&#29992;<a href=\"http://en.wikipedia.org/wiki/Hepburn_romanization\">&#24179;&#25991;&#24335;&#32645;&#39340;&#23383;</a>&#31995;&#32113;", "&#21443;&#36093;&#32773;", "&#20195;&#34920;&#30340;&#21205;&#30059;", "&#22283;&#38555;&#26368;&#33804;&#32000;&#37636;", "&#21443;&#36093;&#36039;&#26684;");
  if (lang == "chs")  contArray = new Array("&#22269;&#38469;&#26368;&#33804;&#27599;&#24180;&#20849;&#26377;64&#21517;&#21442;&#36187;&#32773;&#21442;&#21152;&#12290;&#20170;&#24180;&#65292;37&#21517;&#33719;&#24471;&#20102;<a href=\"../rules.php?lang=chs\">&#22823;&#20250;&#35268;&#21017;</a>&#37324;&#25152;&#21465;&#30340;&#33258;&#21160;&#21442;&#36187;&#36164;&#26684;&#12290; 27&#21517;&#36890;&#36807;&#20102;&#24180;&#21021;&#30340;&#25552;&#21517;&#36187;&#21450;&#39044;&#36187;&#12290; ", "&#25226;&#25351;&#26631;&#31227;&#21040;&#30011;&#21521;&#19978;&#38754;&#20197;&#26597;&#30475;&#35813;&#21442;&#36187;&#32773;&#30340;&#22522;&#26412;&#36164;&#26009;&#12290;&#28857;&#36873;&#20854;&#21442;&#36187;&#32773;&#20197;&#35266;&#30475;&#22905;&#30340;&#23436;&#25972;&#36164;&#26009;&#12290;", "&#22269;&#38469;&#26368;&#33804;&#29983;&#28079;&#35760;&#24405;&#25152;&#25351;&#30340;&#26159;<br/>(&#32988;&#21033;-&#36229;&#26102;&#32988;&#21033;-&#36229;&#26102;&#36127;&#36133;-&#36127;&#36133;)/(&#23395;&#21518;&#32988;&#21033;-&#23395;&#21518;&#36127;&#36133;)", "&#27880;: &#22269;&#38469;&#26368;&#33804;&#30340;&#33521;&#25991;&#21517;&#37319;&#29992;<a href=\"http://en.wikipedia.org/wiki/Hepburn_romanization\">&#24179;&#25991;&#24335;&#32599;&#39532;&#23383;</a>&#31995;&#32479;", "&#21442;&#36187;&#32773;", "&#20195;&#34920;&#30340;&#21160;&#30011;", "&#22269;&#38469;&#26368;&#33804;&#32426;&#24405;", "&#21442;&#36187;&#36164;&#26684;");
  if (lang == "kor")  contArray = new Array("&#44397;&#51228;&#49324;&#51060;&#47784;&#50640;&#47532;&#44536;&#50640;&#45716; &#47588;&#45380; 64&#47749;&#51032; &#44221;&#50672;&#51088;&#44032; &#52636;&#51204;&#54616;&#44172; &#46121;&#45768;&#45796;. 2009&#45380; &#45824;&#54924;&#50640;&#45716; 37&#47749;&#51032; &#44221;&#50672;&#51088;&#44032; <a href=\"../rules.php?lang=kor\">&#45824;&#54924;&#44508;&#51221;</a>  &#50640; &#51032;&#44144;&#54616;&#50668; &#51088;&#46041; &#49440;&#48156; &#46104;&#50632;&#49845;&#45768;&#45796;. &#45208;&#47672;&#51648; 27&#47749;&#51008; &#45380;&#52488;&#50640; &#52824;&#47336;&#50612;&#51652; &#51068;&#48152; &#52628;&#52380;&#44284; &#50696;&#49440; &#44284;&#51221;&#51012; &#53685;&#54616;&#50668; &#49440;&#48156;&#46104;&#50632;&#49845;&#45768;&#45796;.", "Hover over a portrait below for a quick summary of each contestant.  Click on the portrait to view her full profile.", "&#53685;&#49328; &#44397;&#49324;&#47784; &#51204;&#51201;&#51008; ( &#49849; &#8211; &#50672;&#51109;&#51204;&#49849; &#8211; &#50672;&#51109;&#51204; &#54056; &#8211; &#54056; ) / ( &#44208;&#49440; &#49849; &#8211; &#44208;&#49440; &#54056; ) &#49692;&#51004;&#47196; &#54364;&#49884;&#46104;&#50612; &#51080;&#49845;&#45768;&#45796;.", "&#50508;&#47548; : &#44397;&#51228;&#49324;&#51060;&#47784;&#50640;&#47532;&#44536;&#45716; &#44221;&#50672;&#51088; &#51060;&#47492;&#51032; &#50689;&#50612; &#54364;&#44592;&#50640; <a href=\"http://ko.wikipedia.org/wiki/%ED%97%B5%EB%B2%88%EC%8B%9D_%EB%A1%9C%EB%A7%88%EC%9E%90_%ED%91%9C%EA%B8%B0%EB%B2%95\">&#54773;&#48264;&#49885; &#47196;&#47560;&#51088; &#54364;&#44592;&#48277;</a>&#51012; &#49324;&#50857;&#54633;&#45768;&#45796;.", "&#44221;&#50672;&#51088;", "&#52636;&#50672; &#50528;&#45768;", "&#53685;&#49328; &#44397;&#49324;&#47784; &#51204;&#51201;", "&#45380; &#49324;&#51060;&#47784;&#50640; &#51473;&#50836; &#51204;&#51201;");
  if (lang == "tha")  contArray = new Array("&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3652;&#3595;&#3650;&#3617;&#3648;&#3629;&#3632;&#3609;&#3634;&#3609;&#3634;&#3594;&#3634;&#3605;&#3636;&#3617;&#3637;&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3607;&#3633;&#3657;&#3591;&#3627;&#3617;&#3604; 64 &#3588;&#3609; &#3651;&#3609;&#3611;&#3637; 2009 &#3609;&#3637;&#3657; &#3617;&#3637;&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609; 37 &#3588;&#3609;&#3607;&#3637;&#3656;&#3652;&#3604;&#3657;&#3619;&#3633;&#3610;&#3626;&#3636;&#3607;&#3608;&#3636;&#3660;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3605;&#3634;&#3617;&#3607;&#3637;&#3656;&#3585;&#3635;&#3627;&#3609;&#3604;&#3652;&#3623;&#3657;&#3651;&#3609;<a href=\"../rules.php?lang=tha\">&#3585;&#3605;&#3636;&#3585;&#3634;&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;</a> &#3649;&#3621;&#3632;&#3629;&#3637;&#3585; 27 &#3588;&#3609;&#3607;&#3637;&#3656;&#3652;&#3604;&#3657;&#3619;&#3633;&#3610;&#3588;&#3633;&#3604;&#3648;&#3621;&#3639;&#3629;&#3585;&#3592;&#3634;&#3585;&#3585;&#3634;&#3619;&#3648;&#3626;&#3609;&#3629;&#3594;&#3639;&#3656;&#3629;&#3649;&#3621;&#3632;&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3619;&#3629;&#3610;&#3588;&#3633;&#3604;&#3648;&#3621;&#3639;&#3629;&#3585;&#3595;&#3638;&#3656;&#3591;&#3652;&#3604;&#3657;&#3592;&#3633;&#3604;&#3586;&#3638;&#3657;&#3609;&#3648;&#3617;&#3639;&#3656;&#3629;&#3605;&#3657;&#3609;&#3611;&#3637;&#3609;&#3637;&#3657;", "&#3623;&#3634;&#3591;&#3648;&#3617;&#3634;&#3626;&#3660;&#3652;&#3623;&#3657;&#3648;&#3627;&#3609;&#3639;&#3629;&#3619;&#3641;&#3611;&#3616;&#3634;&#3614;&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3648;&#3614;&#3639;&#3656;&#3629;&#3604;&#3641;&#3611;&#3619;&#3632;&#3623;&#3633;&#3605;&#3636;&#3650;&#3604;&#3618;&#3618;&#3656;&#3629; &#3627;&#3619;&#3639;&#3629;&#3588;&#3621;&#3636;&#3585;&#3607;&#3637;&#3656;&#3619;&#3641;&#3611;&#3616;&#3634;&#3614;&#3648;&#3614;&#3639;&#3656;&#3629;&#3604;&#3641;&#3611;&#3619;&#3632;&#3623;&#3633;&#3605;&#3636;&#3593;&#3610;&#3633;&#3610;&#3648;&#3605;&#3655;&#3617;", "&#3605;&#3633;&#3623;&#3648;&#3621;&#3586;&#3651;&#3609;&#3594;&#3656;&#3629;&#3591; &#8220;&#3626;&#3606;&#3636;&#3605;&#3636;&#3651;&#3609; ISML&#8221; &#3627;&#3617;&#3634;&#3618;&#3606;&#3638;&#3591;<br/>(&#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3594;&#3609;&#3632; &#8211; &#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3594;&#3609;&#3632;&#3627;&#3621;&#3633;&#3591;&#3605;&#3656;&#3629;&#3648;&#3623;&#3621;&#3634; &#8211; &#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3649;&#3614;&#3657;&#3627;&#3621;&#3633;&#3591;&#3605;&#3656;&#3629;&#3648;&#3623;&#3621;&#3634; &#8211; &#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3649;&#3614;&#3657;) / (&#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3594;&#3609;&#3632;&#3651;&#3609;&#3619;&#3629;&#3610;&#3609;&#3655;&#3629;&#3585;&#3648;&#3629;&#3634;&#3607;&#3660; &#8211; &#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3619;&#3633;&#3657;&#3591;&#3607;&#3637;&#3656;&#3649;&#3614;&#3657;&#3651;&#3609;&#3619;&#3629;&#3610;&#3609;&#3655;&#3629;&#3585;&#3648;&#3629;&#3634;&#3607;&#3660;)", "&#3627;&#3617;&#3634;&#3618;&#3648;&#3627;&#3605;&#3640;: &#3594;&#3639;&#3656;&#3629;&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3651;&#3609;&#3616;&#3634;&#3625;&#3634;&#3629;&#3633;&#3591;&#3585;&#3620;&#3625;&#3652;&#3604;&#3657;&#3651;&#3594;&#3657;<a href=\"http://en.wikipedia.org/wiki/Hepburn_romanization\">&#3585;&#3634;&#3619;&#3648;&#3586;&#3637;&#3618;&#3609;&#3588;&#3635;&#3607;&#3633;&#3610;&#3624;&#3633;&#3614;&#3607;&#3660;&#3616;&#3634;&#3625;&#3634;&#3597;&#3637;&#3656;&#3611;&#3640;&#3656;&#3609;&#3649;&#3610;&#3610;&#3648;&#3630;&#3611;&#3648;&#3610;&#3636;&#3619;&#3660;&#3609;</a> ", "&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;", "&#3629;&#3632;&#3609;&#3636;&#3648;&#3617;&#3632;", "&#3626;&#3606;&#3636;&#3605;&#3636;&#3651;&#3609; ISML", "&#3626;&#3606;&#3636;&#3605;&#3636;&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3652;&#3595;&#3650;&#3617;&#3648;&#3629;&#3632;&#3651;&#3609;&#3611;&#3637;");
  if (lang == "jpn")  return;
  if (lang == "vtn")  return;

  for (i = 1; i <= 8; i++)
    document.getElementById("cont" + i).innerHTML = contArray[i - 1];
}

function changeVoteEng() {
  changeMenu("eng");

  document.getElementById("pvTop").innerHTML = "BALLOT PREVIEW";
  document.getElementById("pv").innerHTML = "<strong>This voting round has not yet started. Please check the <a href=\"../schedule.php\" target=\"_blank\">schedule</a> for the start date and time.</strong>";
  document.getElementById("rule1").innerHTML = "Select one candidate from each of the thirty-two (32) arenas below.";
  document.getElementById("rule2").innerHTML = "You must vote in a minimum of eight (8) arenas.";
  document.getElementById("rule3").innerHTML = "Please read the <a href=\"../rules.php\" target=\"_blank\">rules</a> and the <a href=\"../welcome.php\" target=\"_blank\">full introduction</a> for more details about this process.";
  document.getElementById("ie").innerHTML = "<em>Note: Some visual features are incompatible with Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "Please review your ballot before submitting!";

  var cityList = new Array("T&#333;ky&#333;", "Mexico City", "Mumbai", "S&#227;o Paulo", "New York", "Shanghai", "Lagos", "Los Angeles", "Buenos Aires", "Seoul", "Karachi", "Dhaka", "Manila", "Cairo", "Jakarta", "Paris", "Istanbul", "Moscow", "London", "Lima", "Tehran", "Bangkok", "Bogota", "Santiago", "Kinshasa", "Toronto", "Alger", "Milano", "Madrid", "Sydney", "Santo Domingo", "Katowice");

  changeAbs("ARENA", "Abstain", "Number of abstentions in this ballot");
  changeNames(cityList, 0);
}
function changeVoteSpa() {
  changeMenu("spa");

  document.getElementById("pvTop").innerHTML = "BALLOT PREVIEW";
  document.getElementById("pv").innerHTML = "<strong>This voting round has not yet started. Please check the schedule for the start date and time.</strong>";
  document.getElementById("rule1").innerHTML = "Selecciona una candidata de cada un de las treinta y dos (32) arenas a continuaci&#243;n.";
  document.getElementById("rule2").innerHTML = "Debe votar en un m&#237;nimo de ocho (8) arenas.";
  document.getElementById("rule3").innerHTML = "Por favor lee las <a href=\"../rules.php?lang=spa\" target=\"_blank\">reglas</a> y la <a href=\"../welcome.php?lang=spa\" target=\"_blank\">introducci&#243;n</a> para m&#225;s detalles sobre este proceso.";
  document.getElementById("ie").innerHTML = "<em>Nota: Algunos efectos visuales son incompatibles con Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "Por favor revisa tus elecciones antes de votar!";

  var cityList = new Array("Tokio", "Ciudad de M&#233;xico", "Bombay", "San Pablo", "Nueva York", "Shangai", "Lagos", "Los &#193;ngeles", "Buenos Aires ", "Se&#250;l", "Karachi", "Dhaka", "Manila", "El Cairo", "Yakarta", "Par&#237;s", "Estambul", "Mosc&#250;", "Londres", "Lima", "Teher&#225;n", "Bangkok", "Bogot&#225;", "Santiago de Chile", "Kinshasa", "Toronto", "Alger", "Mil&#225;n", "Madrid", "Sidney", "Santo Domingo", "Katowice");

  changeAbs("ARENA", "Abstenerse", "N&#250;mero de abstenciones en esta boleta");
  changeNames(cityList, 0);
}
function changeVoteFra() {
  changeMenu("fra");

  document.getElementById("pvTop").innerHTML = "MATCHES A VENIRS";
  document.getElementById("pv").innerHTML = "<strong>Ces votes n'ont pas encore commenc&#233;s. Veuillez regarder le <a href=\"../schedule.php\">planning</a> pour savoir quand ils auront lieu.</strong>";
  document.getElementById("rule1").innerHTML = "Choisissez une candidate par ar&#232;ne, parmis les 32 ar&#232;nes.";
  document.getElementById("rule2").innerHTML = "Vous devez voter dans 8 ar&#232;nes au minimum.";
  document.getElementById("rule3").innerHTML = "Veuillez lire le <a href=\"../rules.php?lang=fra\" target=\"_blank\">r&#232;glement</a> et <a href=\"../welcome.php?lang=fra\" target=\"_blank\">l'introduction compl&#232;te</a> pour plus d'informations sur le fonctionnement.";
  document.getElementById("ie").innerHTML = "<em>Note: Certains effets visuels sont incompatibles avec Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "Veuillez v&#233;rifier vos choix avant de valider!";

  var cityList = new Array("T&#333;ky&#333;", "Mexico", "Bombay", "Saint-Paul", "New York", "Shanghai", "Lagos", "Los Angeles", "Buenos Aires", "S&#233;oul", "Karachi", "Dhaka", "Manille", "Le Caire", "Jakarta", "Paris", "Istanbul", "Moscou", "Londres", "Lima", "T&#233;h&#233;ran", "Bangkok", "Bogota", "Santiago", "Kinshasa", "Toronto", "Alger", "Milan", "Madrid", "Sydney", "Saint Domingue", "Katowice");

  changeAbs("ARENE", "Vote blanc", "Nombre de votes blancs pour ce round");
  changeNames(cityList, 0);
}
function changeVoteGer() {
  changeMenu("ger");

  document.getElementById("pvTop").innerHTML = "STIMMZETTELVORSCHAU";
  document.getElementById("pv").innerHTML = "Diese Wahlrunde hat noch nicht begonnen. Bitte entnehmt Startdatum und &#8211;zeit dem <a href=\"../schedule.php\">Zeitplan</a>.";
  document.getElementById("rule1").innerHTML = "W&#228;hlt jeweils eine Kandidatin von den zweiunddrei&#223;ig (32) Arenen weiter unten.";
  document.getElementById("rule2").innerHTML = "Ihr m&#252;sst in mindestens acht (8) Arenen abstimmen.";
  document.getElementById("rule3").innerHTML = "Bitte lest die Regeln und die vollst&#228;ndige Einf&#252;hrung, um genaueres &#252;ber diese Prozedur zu erfahren.";
  document.getElementById("ie").innerHTML = "<em>Hinweis: Einige visuelle Features sind nicht mit dem Internet Explorer kompatibel.</em>";
  document.getElementById("revL").innerHTML = " Bitte geht euren Stimmzettel noch einmal durch, bevor ihr ihn einreicht!";

  var cityList = new Array("T&#333;ky&#333;", "Mexico City", "Mumbai", "S&#227;o Paolo", "New York", "Shanghai", "Lagos", "Los Angeles", "Buenos Aires", "Seoul", "Karatschi", "Dhaka", "Manila", "Kairo", "Jakarta", "Paris", "Istanbul", "Moskau", "London", "Lima", "Teheran", "Bangkok", "Bogot&#225;", "Santiago", "Kinshasa", "Toronto", "Alger", "Milano", "Madrid", "Sydney", "Santo Domingo", "Kattowitz");

  changeAbs("ARENA", "Sich enthalten", "Anzahl der Stimmenthaltungen in diesem Wahlzettel");
  changeNames(cityList, 0);
}
function changeVotePol() {
  changeMenu("pol");

  document.getElementById("pvTop").innerHTML = "ZAPOWIED&#377; LISTY";
  document.getElementById("pv").innerHTML = "<strong>G&#322;osowanie w tej rundzie jeszcze si&#281; nie rozpocz&#281;&#322;o. Prosimy o sprawdzenie <a href=\"../schedule.php\">terminarza</a> w celu poznania daty i godziny g&#322;osowania.</strong>";
  document.getElementById("rule1").innerHTML = "Wybierz jedn&#261; kandydatk&#281; w ka&#380;dej z trzydziestu dw&#243;ch (32) aren poni&#380;ej.";
  document.getElementById("rule2").innerHTML = "Musisz odda&#263; g&#322;os w co najmniej o&#347;miu (8) arenach.";
  document.getElementById("rule3").innerHTML = "Prosimy o przeczytanie <a href=\"../rules.php?lang=pol\" target=\"_blank\">zasad</a> i <a href=\"../welcome.php?lang=pol\" target=\"_blank\">pe&#322;nego wprowadzenia</a> w celu poznania szczeg&#243;&#322;&#243;w tego procesu.";
  document.getElementById("ie").innerHTML = "<em>Uwaga: Niekt&#243;re elementy grafiki nie s&#261; kompatybilne z wyszukiwark&#261; Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "Przed wys&#322;aniem g&#322;os&#243;w upewnij si&#281; co do swoich wybor&#243;w!";

  var cityList = new Array("Tokio", "Meksyk", "Bombaj", "S&#227;o Paolo", "Nowy Jork", "Szanghaj", "Lagos", "Los Angeles", "Buenos Aires", "Seul", "Karaczi", "Dhaka", "Manila", "Kair", "D&#380;akarta", "Pary&#380;", "Istambu&#322;", "Moskwa", "Londyn", "Lima", "Teheran", "Bangkok", "Bogota", "Santiago", "Kinszasa", "Toronto", "Algier", "Mediolan", "Madryt", "Sydney", "Santo Domingo", "Katowice");

  changeAbs("ARENA", "Wstrzymaj si&#281;", "Liczba mecz&#243;w, w kt&#243;rych wstrzymano si&#281; od g&#322;osu");
  changeNames(cityList, 0);
}
function changeVotePor() {
  changeMenu("por");

  document.getElementById("pvTop").innerHTML = "VIS&#195;O ANTECIPADA DA VOTA&#199;&#195;O";
  document.getElementById("pv").innerHTML = "<strong>Essa rodada de vota&#231;&#227;o ainda n&#227;o come&#231;ou. Por favor verifique a <a href=\"../schedule.php\">programa&#231;&#227;o</a> para saber sua data e hora de inicio.</strong>";
  document.getElementById("rule1").innerHTML = "Selecione uma candidata de cada uma das trinta e duas (32) arenas abaixo.";
  document.getElementById("rule2").innerHTML = "Voc&#234; deve votar em pelo menos oito (8) arenas.";
  document.getElementById("rule3").innerHTML = "Por favor, leia as regras e a introdu&#231;&#227;o para maiores detalhes do processo.";
  document.getElementById("ie").innerHTML = "<em>Aviso: Alguns dos recursos visuais s&#227;o incompat&#237;veis com o Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "Por favor, revise o seu conjunto de votos antes de confirmar o envio dos mesmos!";

  var cityList = new Array("T&#243;quio", "Cidade do M&#233;xico", "Mumbai", "S&#227;o Paulo", "Nova Iorque", "Xangai", "Lagos", "Los Angeles", "Buenos Aires", "Seul", "Karachi", "Daca", "Manila", "Cairo", "Jacarta", "Paris", "Istambul", "Moscou", "Londres", "Lima", "Teer&#227;", "Bangcoc ", "Santa F&#233; de Bogot&#225;", "Santiago do Chile", "Kinshasa", "Toronto", "Argel", "Mil&#227;o", "Madri", "Sydney", "Santo Domingo", "Katowice");

  changeAbs("ARENA", "Abster-se", "Numero de absten&#231;&#245;es nesse formul&#225;rio de vota&#231;&#227;o");
  changeNames(cityList, 0);
}
function changeVoteRus() {
  changeMenu("rus");

  document.getElementById("pvTop").innerHTML = "&#1055;&#1056;&#1054;&#1057;&#1052;&#1054;&#1058;&#1056; &#1043;&#1054;&#1051;&#1054;&#1057;&#1040;";
  document.getElementById("pv").innerHTML = "<strong>&#1043;&#1086;&#1083;&#1086;&#1089;&#1086;&#1074;&#1072;&#1085;&#1080;&#1077; &#1077;&#1097;&#1105; &#1085;&#1077; &#1085;&#1072;&#1095;&#1072;&#1083;&#1086;&#1089;&#1100;. &#1055;&#1086;&#1089;&#1084;&#1086;&#1090;&#1088;&#1080;&#1090;&#1077; <a href=\"../schedule.php\">&#1088;&#1072;&#1089;&#1087;&#1080;&#1089;&#1072;&#1085;&#1080;&#1077;</a> &#1095;&#1090;&#1086; &#1073;&#1099; &#1091;&#1079;&#1085;&#1072;&#1090;&#1100; &#1074;&#1088;&#1077;&#1084;&#1103; &#1080; &#1076;&#1072;&#1090;&#1091; &#1075;&#1086;&#1083;&#1086;&#1089;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103;.</strong>";
  document.getElementById("rule1").innerHTML = "&#1042;&#1099;&#1073;&#1077;&#1088;&#1080;&#1090;&#1077; &#1086;&#1076;&#1085;&#1091; &#1091;&#1095;&#1072;&#1089;&#1090;&#1085;&#1080;&#1094;&#1091; &#1074; &#1082;&#1072;&#1078;&#1076;&#1086;&#1081; &#1080;&#1079; &#1090;&#1088;&#1080;&#1076;&#1094;&#1072;&#1090;&#1080; &#1076;&#1074;&#1091;&#1093; (32) &#1072;&#1088;&#1077;&#1085;.";
  document.getElementById("rule2").innerHTML = "&#1042;&#1099; &#1076;&#1086;&#1083;&#1078;&#1085;&#1099; &#1087;&#1088;&#1086;&#1075;&#1086;&#1083;&#1086;&#1089;&#1086;&#1074;&#1072;&#1090;&#1100; &#1084;&#1080;&#1085;&#1080;&#1084;&#1091;&#1084; &#1074; &#1074;&#1086;&#1089;&#1100;&#1084;&#1080; (8) &#1072;&#1088;&#1077;&#1085;&#1072;&#1093;.";
  document.getElementById("rule3").innerHTML = "&#1055;&#1086;&#1078;&#1072;&#1083;&#1091;&#1081;&#1089;&#1090;&#1072; &#1087;&#1088;&#1086;&#1095;&#1080;&#1090;&#1072;&#1081;&#1090;&#1077; <a href=\"../rules.php\" target=\"_blank\">&#1087;&#1088;&#1072;&#1074;&#1080;&#1083;&#1072;</a> &#1080; <a href=\"../welcome.php\" target=\"_blank\">&#1074;&#1074;&#1077;&#1076;&#1077;&#1085;&#1080;&#1077;</a> &#1076;&#1083;&#1103; &#1083;&#1091;&#1095;&#1096;&#1077;&#1075;&#1086; &#1086;&#1079;&#1085;&#1072;&#1082;&#1086;&#1084;&#1083;&#1077;&#1085;&#1080;&#1103; &#1089; &#1087;&#1088;&#1086;&#1094;&#1077;&#1089;&#1089;&#1086;&#1084; &#1075;&#1086;&#1083;&#1086;&#1089;&#1086;&#1074;&#1072;&#1085;&#1080;&#1103;.";
  document.getElementById("ie").innerHTML = "<em>&#1055;&#1088;&#1080;&#1084;&#1077;&#1095;&#1072;&#1085;&#1080;&#1077;: &#1053;&#1077;&#1082;&#1086;&#1090;&#1086;&#1088;&#1072;&#1103; &#1095;&#1072;&#1089;&#1090;&#1100; &#1074;&#1080;&#1079;&#1091;&#1072;&#1083;&#1100;&#1085;&#1086;&#1075;&#1086; &#1086;&#1092;&#1086;&#1088;&#1084;&#1083;&#1077;&#1085;&#1080;&#1103; &#1085;&#1077;&#1089;&#1086;&#1074;&#1084;&#1077;&#1089;&#1090;&#1080;&#1084;&#1072; &#1089;  Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "&#1055;&#1086;&#1078;&#1072;&#1083;&#1091;&#1081;&#1089;&#1090;&#1072; &#1087;&#1088;&#1086;&#1074;&#1077;&#1088;&#1090;&#1077; &#1089;&#1074;&#1086;&#1081; &#1075;&#1086;&#1083;&#1086;&#1089; &#1087;&#1077;&#1088;&#1077;&#1076; &#1087;&#1088;&#1080;&#1085;&#1103;&#1090;&#1080;&#1077;&#1084;!";

  var cityList = new Array("&#1058;&#1086;&#1082;&#1080;&#1086;", "&#1052;&#1077;&#1093;&#1080;&#1082;&#1086;", "&#1052;&#1091;&#1084;&#1073;&#1072;&#1081;", "&#1057;&#1072;&#1085;-&#1055;&#1072;&#1091;&#1083;&#1086;", "&#1053;&#1100;&#1102;-&#1049;&#1086;&#1088;&#1082;", "&#1064;&#1072;&#1085;&#1093;&#1072;&#1081;", "&#1051;&#1072;&#1075;&#1086;&#1089;", "&#1051;&#1086;&#1089;-&#1040;&#1085;&#1076;&#1078;&#1077;&#1083;&#1077;&#1089;", "&#1041;&#1091;&#1101;&#1085;&#1086;&#1089;-&#1040;&#1081;&#1088;&#1077;&#1089;", "&#1057;&#1077;&#1091;&#1083;", "&#1050;&#1072;&#1088;&#1072;&#1095;&#1080;", "&#1044;&#1072;&#1082;&#1082;&#1072;", "&#1052;&#1072;&#1085;&#1080;&#1083;&#1072;", "&#1050;&#1072;&#1080;&#1088;", "&#1044;&#1078;&#1072;&#1082;&#1072;&#1088;&#1090;&#1072;", "&#1055;&#1072;&#1088;&#1080;&#1078;", "&#1057;&#1090;&#1072;&#1084;&#1073;&#1091;&#1083;", "&#1052;&#1086;&#1089;&#1082;&#1074;&#1072;", "&#1051;&#1086;&#1085;&#1076;&#1086;&#1085;", "&#1051;&#1080;&#1084;&#1072;", "&#1058;&#1077;&#1075;&#1077;&#1088;&#1072;&#1085;", "&#1041;&#1072;&#1085;&#1075;&#1082;&#1086;&#1082;", "&#1041;&#1086;&#1075;&#1086;&#1090;&#1072;", "&#1057;&#1072;&#1085;&#1090;&#1103;&#1075;&#1086;", "&#1050;&#1080;&#1085;&#1096;&#1072;&#1089;&#1072;", "&#1058;&#1086;&#1088;&#1086;&#1085;&#1090;&#1086;", "&#1040;&#1083;&#1078;&#1080;&#1088;", "&#1052;&#1080;&#1083;&#1072;&#1085;", "&#1052;&#1072;&#1076;&#1088;&#1080;&#1076;", "&#1057;&#1080;&#1076;&#1085;&#1077;&#1081;", "&#1057;&#1072;&#1085;&#1090;&#1086;-&#1044;&#1086;&#1084;&#1080;&#1085;&#1075;&#1086;", "&#1050;&#1072;&#1090;&#1086;&#1074;&#1080;&#1094;&#1077;");
  var nameList = new Array("&#1040;&#1081;&#1089;&#1072;&#1082;&#1072; &#1058;&#1072;&#1081;&#1075;&#1072;", "&#1040;&#1083;&#1080;&#1089;&#1072; &#1050;&#1101;&#1088;&#1088;&#1086;&#1083;&#1083;", "&#1040;&#1085;&#1103; &#1040;&#1083;&#1100;&#1089;&#1090;&#1088;&#1077;&#1081;&#1084;", "&#1040;&#1089;&#1072;&#1093;&#1080;&#1085;&#1072; &#1052;&#1080;&#1082;&#1091;&#1088;&#1091;", "C.C.", "&#1058;&#1080;&#1073;&#1072; &#1050;&#1080;&#1088;&#1080;&#1085;&#1086;", "&#1063;&#1080;&#1080;", "&#1045;&#1074;&#1072;&#1085;&#1075;&#1077;&#1083;&#1080;&#1085;&#1072; &#1052;&#1072;&#1082;&#1044;&#1072;&#1091;&#1101;&#1083;&#1083;", "&#1060;&#1077;&#1081;&#1090; &#1058;&#1077;&#1089;&#1090;&#1072;&#1088;&#1086;&#1089;&#1089;&#1072;", "&#1060;&#1091;&#1076;&#1079;&#1080;&#1073;&#1072;&#1103;&#1089;&#1080; &#1050;&#1105;", "&#1060;&#1091;&#1088;&#1091;&#1076;&#1101; &#1061;&#1072;&#1085;&#1102;", "&#1060;&#1091;&#1088;&#1091;&#1076;&#1101; &#1056;&#1080;&#1082;&#1072;", "&#1060;&#1091;&#1088;&#1091;&#1082;&#1072;&#1074;&#1072; &#1053;&#1072;&#1075;&#1080;&#1089;&#1072;", "&#1061;&#1072;&#1082;&#1091;&#1088;&#1101;&#1081; &#1056;&#1101;&#1081;&#1084;&#1091;", "&#1061;&#1080;&#1088;&#1072;&#1075;&#1080; &#1050;&#1072;&#1075;&#1072;&#1084;&#1080;", "&#1061;&#1080;&#1088;&#1072;&#1075;&#1080; &#1062;&#1091;&#1082;&#1072;&#1089;&#1072;", "&#1061;&#1080;&#1085;&#1072;&#1084;&#1086;&#1088;&#1080; &#1040;&#1084;&#1091;", "&#1061;&#1086;&#1088;&#1086;", "&#1048;&#1073;&#1091;&#1082;&#1080; &#1060;&#1091;&#1082;&#1086;", "&#1048;&#1090;&#1080;&#1085;&#1086;&#1089;&#1101; &#1050;&#1086;&#1090;&#1086;&#1084;&#1080;", "&#1048;&#1083;&#1080;&#1103;&#1089;&#1074;&#1080;&#1083;&#1100; &#1092;&#1086;&#1085; &#1040;&#1081;&#1085;&#1089;&#1073;&#1077;&#1088;&#1085;", "&#1048;&#1085;&#1076;&#1077;&#1082;&#1089; &#1055;&#1088;&#1086;&#1093;&#1080;&#1073;&#1080;&#1090;&#1086;&#1088;&#1091;&#1084;", "&#1048;&#1076;&#1079;&#1091;&#1084;&#1080; &#1050;&#1086;&#1085;&#1072;&#1090;&#1072;", "&#1050;&#1072;&#1084;&#1080;&#1086; &#1052;&#1080;&#1089;&#1091;&#1076;&#1079;&#1091;", "&#1050;&#1072;&#1089;&#1091;&#1075;&#1072; &#171;&#1054;&#1089;&#1072;&#1082;&#1072;&#187; &#1040;&#1102;&#1084;&#1091;", "&#1050;&#1072;&#1090;&#1072;&#1075;&#1080;&#1088;&#1080; &#1070;&#1093;&#1080;", "&#1050;&#1072;&#1094;&#1091;&#1088;&#1072; &#1061;&#1080;&#1085;&#1072;&#1075;&#1080;&#1082;&#1091;", "&#1050;&#1072;&#1074;&#1072;&#1089;&#1080;&#1084;&#1072; &#1040;&#1084;&#1080;", "&#1050;&#1072;&#1074;&#1072;&#1089;&#1091;&#1084;&#1080; &#1052;&#1072;&#1081;", "&#1050;&#1072;&#1074;&#1072;&#1076;&#1079;&#1086;&#1101; &#1058;&#1072;&#1084;&#1072;&#1082;&#1080;", "&#1050;&#1080;&#1085;&#1086;&#1084;&#1086;&#1090;&#1086; &#1057;&#1072;&#1082;&#1091;&#1088;&#1072;", "&#1050;&#1080;&#1088;&#1080;&#1089;&#1072;&#1084;&#1101; &#1052;&#1072;&#1088;&#1080;&#1089;&#1072;", "&#1050;&#1086;&#1076;&#1079;&#1091;&#1082;&#1080; &#1050;&#1072;&#1083;&#1083;&#1077;&#1085;", "&#1050;&#1091;&#1088;&#1072;&#1090;&#1072; &#1057;&#1072;&#1102;&#1088;&#1080;", "&#1050;&#1091;&#1089;&#1080;&#1101;&#1076;&#1072; &#1052;&#1080;&#1085;&#1086;&#1088;&#1080;", "&#1051;&#1091;&#1080;&#1079;&#1072; &#1042;&#1072;&#1083;&#1100;&#1077;&#1088;", "&#1052;&#1072;&#1088;&#1080;&#1103;", "&#1052;&#1080;&#1085;&#1072;&#1089;&#1101; &#1053;&#1072;&#1102;&#1082;&#1080;", "&#1052;&#1080;&#1089;&#1072;&#1082;&#1072; &#1052;&#1080;&#1082;&#1086;&#1090;&#1086;", "&#1052;&#1080;&#1089;&#1072;&#1082;&#1072; &#1057;&#1080;&#1086;&#1088;&#1080;", "&#1052;&#1080;&#1076;&#1079;&#1091;&#1085;&#1072;&#1089;&#1080; &#1040;&#1082;&#1072;&#1088;&#1080;", "&#1053;&#1072;&#1075;&#1072;&#1090;&#1086; &#1070;&#1082;&#1080;", "&#1053;&#1072;&#1075;&#1080;", "&#1055;&#1072;&#1095;&#1091;&#1083;&#1080; &#1053;&#1086;&#1083;&#1080;&#1076;&#1078;", "&#1056;&#1077;&#1084;&#1080;&#1083;&#1080;&#1103; &#1057;&#1082;&#1072;&#1088;&#1083;&#1077;&#1090;", "&#1056;&#1105;&#1075;&#1080; &#1057;&#1080;&#1082;&#1080;", "&#1056;&#1102;&#1075;&#1091; &#1056;&#1101;&#1085;&#1072;", "&#1057;&#1077;&#1081;&#1073;&#1077;&#1088;", "&#1057;&#1072;&#1082;&#1072;&#1075;&#1072;&#1084;&#1080; &#1058;&#1086;&#1084;&#1086;&#1105;", "&#1057;&#1072;&#1085;&#1076;&#1079;&#1101;&#1085;&#1080;&#1085; &#1053;&#1072;&#1075;&#1080;", "&#1057;&#1072;&#1074;&#1072;&#1090;&#1072;&#1088;&#1080; &#1052;&#1072;&#1082;&#1086;&#1090;&#1086;", "&#1057;&#1103;&#1084;&#1101;&#1081;&#1084;&#1072;&#1088;&#1091; &#1040;&#1103;", "&#1057;&#1103;&#1085;&#1072;", "&#1057;&#1080;&#1085;&#1082;&#1091;", "&#1057;&#1091;&#1081;&#1075;&#1080;&#1085;&#1090;&#1086;", "&#1057;&#1091;&#1081;&#1089;&#1101;&#1081;&#1089;&#1101;&#1082;&#1080;", "&#1057;&#1091;&#1085;&#1086;&#1093;&#1072;&#1088;&#1072; &#1052;&#1101;&#1081;", "&#1057;&#1091;&#1076;&#1079;&#1091;&#1084;&#1080;&#1103; &#1061;&#1072;&#1088;&#1091;&#1093;&#1080;", "&#1058;&#1072;&#1082;&#1072;&#1084;&#1072;&#1090;&#1080; &#1053;&#1072;&#1085;&#1086;&#1093;&#1072;", "&#1058;&#1086;&#1089;&#1072;&#1082;&#1072; &#1056;&#1080;&#1085;", "&#1062;&#1091;&#1082;&#1080;&#1084;&#1080;&#1103; &#1040;&#1102;", "&#1042;&#1080;&#1090;&#1072;", "&#1071;&#1075;&#1072;&#1084;&#1080; &#1061;&#1072;&#1103;&#1090;&#1101;", "&#1050;&#1086;&#1085;&#1076;&#1079;&#1080;&#1082;&#1080; &#1085;&#1086; &#1071;&#1084;&#1080;");

  changeAbs("&#1040;&#1056;&#1045;&#1053;&#1040;", "&#1042;&#1086;&#1079;&#1076;&#1077;&#1088;&#1078;&#1072;&#1090;&#1100;&#1089;&#1103;", "&#1050;&#1086;&#1083;&#1080;&#1095;&#1077;&#1089;&#1090;&#1074;&#1086; &#1074;&#1086;&#1079;&#1076;&#1077;&#1088;&#1078;&#1072;&#1085;&#1080;&#1081; &#1074; &#1101;&#1090;&#1086;&#1084; &#1075;&#1086;&#1083;&#1086;&#1089;&#1077;");
  changeNames(cityList, nameList);
}
function changeVoteCht() {
  changeMenu("cht");

  document.getElementById("pvTop").innerHTML = "&#34920;&#27770;&#38928;&#35261;";
  document.getElementById("pv").innerHTML = "&#27492;&#22238;&#21512;&#21521;&#26410;&#38283;&#22987;&#65292;&#27442;&#30693;&#27604;&#36093;&#26178;&#38291;&#35531;&#27298;&#23519;<a href=\"../lang/scheduleChineseTrad.png\">&#36093;&#31243;&#34920;</a>&#12290;";
  document.getElementById("rule1").innerHTML = "&#35531;&#24478;&#19979;&#21015;32&#22580;&#20013;&#21508;&#22580;&#36984;&#25799;&#19968;&#21517;&#21443;&#36093;&#32773;";
  document.getElementById("rule2").innerHTML = "&#35531;&#33267;&#23569;&#22312;&#20843;&#22580;&#20013;&#25237;&#31080;";
  document.getElementById("rule3").innerHTML = "&#27442;&#30693;&#35443;&#24773;&#35531;&#21443;&#32771;&#35215;&#21063;&#38913;";
  document.getElementById("ie").innerHTML = "&#27880;: &#20351;&#29992;IE&#21487;&#33021;&#20351;&#19968;&#20123;&#20839;&#23481;&#28961;&#27861;&#39023;&#31034;";
  document.getElementById("revL").innerHTML = "&#25237;&#31080;&#21069;&#35531;&#20877;&#24230;&#27298;&#26597;!";

  var cityList = new Array("&#26481;&#20140;", "&#22696;&#35199;&#21733;&#22478;", "&#23391;&#36023;", "&#32854;&#20445;&#32645;", "&#32016;&#32004;", "&#19978;&#28023;", "&#25289;&#21508;&#26031;", "&#27931;&#26441;&#30959;", "&#24067;&#23452;&#35582;&#26031;&#33406;&#21033;&#26031;", "&#28450;&#22478;", "&#21345;&#25289;&#22855;", "&#36948;&#21345;", "&#39340;&#23612;&#25289;", "&#38283;&#32645;", "&#38597;&#21152;&#36948;", "&#24052;&#40654;", "&#20234;&#26031;&#22374;&#24067;&#29246;", "&#33707;&#26031;&#31185;", "&#20523;&#25958;", "&#21033;&#39340;", "&#24503;&#40657;&#34349;", "&#26364;&#35895;", "&#27874;&#21733;&#22823;", "&#32854;&#22320;&#20126;&#21733;", "&#37329;&#27801;&#34217;", "&#22810;&#20523;&#22810;", "&#38463;&#29246;&#26480;", "&#31859;&#34349;", "&#39340;&#24503;&#37324;", "&#38634;&#26792;", "&#32854;&#22810;&#26126;&#21508;", "&#21345;&#25176;&#32173;&#33586;");
  var nameList = new Array("&#36898;&#22338;&#22823;&#27827;", "&#24859;&#40599;&#32114;&#183;&#20977;&#27931;&#29246;", "&#38463;&#22958;&#20126;&#183;&#38463;&#39791;&#26031;&#29305;&#33802;&#20381;&#22982;", "&#26397;&#27604;&#22856;&#23526;&#29590;&#29792;", "C.C.", "&#21315;&#33865;&#32000;&#26792;&#20035;", "&#23567;&#21799;", "&#20381;&#25991;&#28500;&#29747;&#8231;A&#8231;K&#8231;&#40613;&#36947;&#23041;&#29246;", "&#33778;&#29305;&#8226;T&#8226;&#21704;&#27931;&#28331;", "&#34276;&#26519;&#26447;", "&#32701;&#20837;", "&#21476;&#25163;&#26792;&#33457;", "&#21476;&#27827;&#28186;", "&#21338;&#40599;&#38728;&#22818;", "&#26570;&#37857;", "&#26570;&#21496;", "&#26085;&#22856;&#26862;&#20126;&#22818;", "&#36203;&#34367;", "&#20234;&#21561;&#39080;&#23376;", "&#19968;&#20043;&#28712;&#29748;&#32654;", "&#20234;&#33673;&#38597;&#26031;&#33778;&#29246;&#183;&#39342;&#183;&#24859;&#22240;&#33586;&#35997;&#20523;", "&#33589;&#33922;&#20811;&#32114;", "&#27849;&#27492;&#26041;", "&#31070;&#23614;&#35264;&#37428;", "&#26149;&#26085;&#27493; (&#22823;&#38442;)", "&#29255;&#26704;&#20778;&#23020;", "&#26690;&#38619;&#33738;", "&#24029;&#23947;&#20126;&#32654;", "&#24029;&#28548;&#33310;", "&#24029;&#28155;&#29664;&#23020;", "&#26408;&#20043;&#26412;&#27387;", "&#38695;&#38632;&#39764;&#29702;&#27801;", "&#33775;&#34030;&#183;&#20462;&#22374;&#36027;&#29246;&#29305;", "&#20489;&#30000;&#20304;&#20305;&#35041;", "&#27355;&#26525;&#23526;&#20035;&#26792;", "&#38706;&#26131;&#32114;", "&#29802;&#21033;&#20126;", "&#27700;&#28712;&#21517;&#38634;", "&#24481;&#22338;&#32654;&#29748;", "&#32654;&#22338;&#26654;", "&#27700;&#28961;&#29128;&#37324;", "&#38263;&#38272;&#26377;&#24076;", "&#34201;", "&#24085;&#37041;&#33673;&#183;&#35582;&#38647;&#23020;", "&#34174;&#31859;&#33673;&#20126;&#183;&#26031;&#21345;&#34174;&#29305;", "&#20841;&#20736;&#24335;", "&#40845;&#23470;&#34174;&#23068;", "Saber", "&#22338;&#19978;&#26234;&#20195;", "&#19977;&#21315;&#38498;&#20970;", "&#28580;&#28193;&#30495;&#29748;", "&#23556;&#21629;&#20024;&#25991;", "&#22799;&#23068;", "&#30495;&#32005;", "&#27700;&#37504;&#29128;", "&#32736;&#26143;&#30707;", "&#26149;&#21407;&#33469;&#34915;", "&#28092;&#23470;&#26149;&#26085;", "&#39640;&#30010;&#22856;&#33865;", "&#36960;&#22338;&#20956;", "&#26376;&#23470;&#20126;&#30001;", "&#34183;&#22612;", "&#20843;&#31070;&#30142;&#39080;", "&#37329;&#33394;&#38343;&#24433;");

  changeAbs("&#36093;&#22580;", "&#26820;&#27402;", "&#26820;&#31080;&#27425;&#25976;");
  changeNames(cityList, nameList);
}
function changeVoteChs() {
  changeMenu("chs");

  document.getElementById("pvTop").innerHTML = "&#34920;&#20915;&#39044;&#35272;";
  document.getElementById("pv").innerHTML = "&#27492;&#22238;&#21512;&#21521;&#26410;&#24320;&#22987;&#65292;&#27442;&#30693;&#27604;&#36187;&#26102;&#38388;&#35831;&#26816;&#23519;<a href=\"../lang/scheduleChineseSimp.png\">&#36187;&#31243;&#34920;</a>&#12290;";
  document.getElementById("rule1").innerHTML = "&#35831;&#20174;&#19979;&#21015;32&#22330;&#20013;&#21508;&#22330;&#36873;&#25321;&#19968;&#21517;&#21442;&#36187;&#32773;";
  document.getElementById("rule2").innerHTML = "&#35831;&#33267;&#23569;&#22312;&#20843;&#22330;&#20013;&#25237;&#31080;";
  document.getElementById("rule3").innerHTML = "&#27442;&#30693;&#35814;&#24773;&#35831;&#21442;&#32771;&#35268;&#21017;&#39029;";
  document.getElementById("ie").innerHTML = "&#27880;: &#20351;&#29992;IE&#21487;&#33021;&#20351;&#19968;&#20123;&#20869;&#23481;&#26080;&#27861;&#26174;&#31034;";
  document.getElementById("revL").innerHTML = "&#25237;&#31080;&#21069;&#35831;&#20877;&#24230;&#26816;&#26597;!";

  var cityList = new Array("&#19996;&#20140;", "&#22696;&#35199;&#21733;&#22478;", "&#23391;&#20080;", "&#22307;&#20445;&#32599;", "&#32445;&#32422;", "&#19978;&#28023;", "&#25289;&#21508;&#26031;", "&#27931;&#26441;&#30710;", "&#24067;&#23452;&#35834;&#26031;&#33406;&#21033;&#26031;", "&#27721;&#22478;", "&#21345;&#25289;&#22855;", "&#36798;&#21345;", "&#39532;&#23612;&#25289;", "&#24320;&#32599;", "&#38597;&#21152;&#36798;", "&#24052;&#40654;", "&#20234;&#26031;&#22374;&#24067;&#23572;", "&#33707;&#26031;&#31185;", "&#20262;&#25958;", "&#21033;&#39532;", "&#24503;&#40657;&#20848;", "&#26364;&#35895;", "&#27874;&#21733;&#22823;", "&#22307;&#22320;&#20122;&#21733;", "&#37329;&#27801;&#33832;", "&#22810;&#20262;&#22810;", "&#38463;&#23572;&#26480;", "&#31859;&#20848;", "&#39532;&#24503;&#37324;", "&#38634;&#26792;", "&#22307;&#22810;&#26126;&#21508;", "&#21345;&#25176;&#32500;&#20857;");
  var nameList = new Array("&#36898;&#22338;&#22823;&#27827;", "&#29233;&#20029;&#19997;&#8226;&#20975;&#27931;&#23572;", "&#38463;&#22958;&#20122;&#8226;&#38463;&#40065;&#26031;&#29305;&#33713;&#20381;&#22982;", "&#26397;&#27604;&#22856;&#23454;&#29590;&#29792;", "C.C.", "&#21315;&#21494;&#32426;&#26792;&#20035;", "&#23567;&#21799;", "&#20381;&#25991;&#27905;&#29747;&#8231;A&#8231;K&#8231;&#40614;&#36947;&#23041;&#23572;", "&#33778;&#29305;&#8226;T&#8226;&#21704;&#27931;&#28201;", "&#34276;&#26519;&#26447;", "&#32701;&#20837;", "&#21476;&#25163;&#26792;&#33457;", "&#21476;&#27827;&#28186;", "&#21338;&#20029;&#28789;&#26790;", "&#26570;&#38236;", "&#26570;&#21496;", "&#26085;&#22856;&#26862;&#20122;&#26790;", "&#36203;&#33821;", "&#20234;&#21561;&#39118;&#23376;", "&#19968;&#20043;&#28625;&#29748;&#32654;", "&#20234;&#33673;&#38597;&#26031;&#33778;&#23572;&#8226;&#20911;&#8226;&#29233;&#22240;&#20857;&#36125;&#20262;", "&#33589;&#33922;&#20811;&#19997;", "&#27849;&#27492;&#26041;", "&#31070;&#23614;&#35266;&#38083;", "&#26149;&#26085;&#27493;(&#22823;&#38442;)", "&#29255;&#26704;&#20248;&#23020;", "&#26690;&#38607;&#33738;", "&#24029;&#23947;&#20122;&#32654;", "&#24029;&#28548;&#33310;", "&#24029;&#28155;&#29664;&#23020;", "&#26408;&#20043;&#26412;&#27185;", "&#38654;&#38632;&#39764;&#29702;&#27801;", "&#21326;&#33714;&#8226;&#20462;&#22374;&#36153;&#23572;&#29305;", "&#20179;&#30000;&#20304;&#20305;&#37324;", "&#26633;&#26525;&#23454;&#20035;&#26792;", "&#38706;&#26131;&#19997;", "&#29595;&#21033;&#20122;", "&#27700;&#28625;&#21517;&#38634;", "&#24481;&#22338;&#32654;&#29748;", "&#32654;&#22338;&#26654;", "&#27700;&#26080;&#28783;&#37324;", "&#38271;&#38376;&#26377;&#24076;", "&#34201;", "&#24085;&#37041;&#33673;&#8226;&#35834;&#38647;&#23020;", "&#34174;&#31859;&#33673;&#20122;&#8226;&#26031;&#21345;&#34174;&#29305;", "&#20004;&#20202;&#24335;", "&#40857;&#23467;&#34174;&#23068;", "Saber ", "&#22338;&#19978;&#26234;&#20195;", "&#19977;&#21315;&#38498;&#20970;", "&#27901;&#28193;&#30495;&#29748;", "&#23556;&#21629;&#20024;&#25991;", "&#22799;&#23068;", "&#30495;&#32418;", "&#27700;&#38134;&#28783;", "&#32736;&#26143;&#30707;", "&#26149;&#21407;&#33469;&#34915;", "&#20937;&#23467;&#26149;&#26085;", "&#39640;&#30010;&#22856;&#21494;", "&#36828;&#22338;&#20955;", "&#26376;&#23467;&#20122;&#30001;", "&#34183;&#22612;", "&#20843;&#31070;&#30142;&#39118;", "&#37329;&#33394;&#26263;&#24433;");

  changeAbs("&#36187;&#22330;", "&#24323;&#26435;", "&#24323;&#31080;&#27425;&#25968;");
  changeNames(cityList, nameList);
}
function changeVoteKor() {
  changeMenu("kor");

  document.getElementById("pvTop").innerHTML = "&#53804;&#54364; &#50857;&#51648; &#48120;&#47532;&#48372;&#44592;";
  document.getElementById("pv").innerHTML = "&#50500;&#51649; &#53804;&#54364;&#44032; &#49884;&#51089;&#46104;&#51648; &#50506;&#50520;&#49845;&#45768;&#45796;.  &#53804;&#54364;&#51068;&#51008; <a href=\"../lang/scheduleKorean.png\" target=\"_blank\">&#45824;&#54924; &#50696;&#51221;</a>&#54364;&#47484; &#52280;&#51312;&#54616;&#50668; &#51452;&#49884;&#44592; &#48148;&#46989;&#45768;&#45796;.";
  document.getElementById("rule1").innerHTML = "&#45796;&#51020; 32 &#44221;&#44592;&#51109;&#50640;&#49436; &#54980;&#48372; &#54620;&#47749;&#50473; &#44256;&#47476;&#49884;&#44592; &#48148;&#46989;&#45768;&#45796;.";
  document.getElementById("rule2").innerHTML = "8 &#44221;&#44592;&#51109; &#51060;&#49345; &#53804;&#54364;&#54616;&#49492;&#50556; &#50668;&#47084;&#48516;&#51032; &#54364;&#44032; &#51217;&#49688;&#46121;&#45768;&#45796;.";
  document.getElementById("rule3").innerHTML = "&#45908; &#51088;&#49464;&#54620; &#49444;&#47749;&#51008;  &#45824;&#54924;&#44508;&#51221; &#44284;  <a href=\"../welcome.php?lang=kor\" target=\"_blank\">&#45824;&#54924;&#49548;&#44060;</a>  &#50640; &#51080;&#49845;&#45768;&#45796;.";
  document.getElementById("ie").innerHTML = "IE&#47196; &#51217;&#49549;&#54616;&#49892; &#44221;&#50864; &#54868;&#47732; &#44592;&#45733;&#51473; &#51068;&#48512;&#44032; &#51221;&#49345;&#51201;&#51004;&#47196; &#44032;&#46041;&#46104;&#51648; &#50506;&#49845;&#45768;&#45796;.";
  document.getElementById("revL").innerHTML = "&#53804;&#54364;&#50756;&#47308;&#47484; &#45572;&#47476;&#44592; &#51204;&#50640; &#54364; &#51077;&#47141;&#54616;&#49888; &#44163; &#44845; &#54869;&#51064;&#54644; &#48372;&#49884;&#44592; &#48148;&#46989;&#45768;&#45796;.";

  var cityList = new Array("&#53664;&#53188; (&#46041;&#44221;)", "&#47701;&#49884;&#53076; &#49884;&#54000;", "&#47940;&#48148;&#51060;", "&#49345;&#54028;&#50872;&#47336;", "&#45684;&#50837;", "&#49345;&#54616;&#51060; (&#49345;&#54644; )", "&#46972;&#44256;&#49828;", "&#47196;&#49828;&#50644;&#51236;&#47112;&#49828;", "&#48512;&#50640;&#45432;&#49828; &#50500;&#51060;&#47112;&#49828;", "&#49436;&#50872;", "&#52852;&#46972;&#52824;", "&#45796;&#52852;", "&#47560;&#45776;&#46972;", "&#52852;&#51060;&#47196;", "&#51088;&#52852;&#47476;&#53440;", "&#54028;&#47532;", "&#51060;&#49828;&#53444;&#48660;", "&#47784;&#49828;&#53356;&#48148;", "&#47088;&#45912;", "&#47532;&#47560;", "&#53580;&#54756;&#46976;", "&#48169;&#53077;", "&#48372;&#44256;&#53440;", "&#49328;&#54000;&#50500;&#44256;", "&#53416;&#49380;&#49324;", "&#53664;&#47200;&#53664;", "&#50508;&#51228; (&#50508;&#51340;&#51088;&#51060;&#47476;)", "&#48128;&#46972;&#45432;", "&#47560;&#46300;&#47532;&#46300;", "&#49884;&#46300;&#45768;", "&#49328;&#53664; &#46020;&#48141;&#44256;", "&#52852;&#53664;&#48708;&#52404;");
  var nameList = new Array("&#50500;&#51060;&#49324;&#52852; &#53440;&#51060;&#44032;", "&#50508;&#47532;&#49828; &#52992;&#47204;", "&#50500;&#45264; &#50508;&#49828;&#53944;&#47112;&#51076;", "&#50500;&#49324;&#55176;&#45208; &#48120;&#53216;&#47336;", "C.C. (&#50472;&#52768;)", "&#52824;&#48148; &#53412;&#47532;&#45432;", "&#52824;&#51060;", "&#50640;&#48152;&#51236;&#47536; &#47589;&#45796;&#50928;", "&#54168;&#51060;&#53944; &#53580;&#49828;&#53440;&#47215;&#49324;", "&#54980;&#51648;&#48148;&#50556;&#49884; &#53188;", "&#54980;&#47336;&#45936; &#54616;&#45684;", "&#54980;&#47336;&#45936; &#47532;&#52852;", "&#54980;&#47336;&#52852;&#50752; &#45208;&#44592;&#49324;", "&#54616;&#53216;&#47112;&#51060; &#47112;&#51060;&#47924;", "&#55176;&#51060;&#46972;&#44592; &#52852;&#44032;&#48120;", "&#55176;&#51060;&#46972;&#44592; &#52768;&#52852;&#49324;", "&#55176;&#45208;&#47784;&#47532; &#50500;&#47924;", "&#54840;&#47196;", "&#51060;&#48512;&#53412; &#54980;&#53076;", "&#51060;&#52824;&#45432;&#49464; &#53076;&#53664;&#48120;", "&#51060;&#47532;&#50556;&#49828;&#54596; &#54256; &#50500;&#51064;&#52768;&#48288;&#47480;", "&#51064;&#45937;&#49828;", "&#51060;&#51592;&#48120; &#53076;&#45208;&#53440;", "&#52852;&#48120;&#50724; &#48120;&#49828;&#51592;", "&#52852;&#49828;&#44032; &#8220;&#50724;&#49324;&#52852;&#8221; &#50500;&#50976;&#47924;", "&#52852;&#53440;&#44592;&#47532; &#50976;&#50864;&#55176;", "&#52852;&#52768;&#46972; &#55176;&#45208;&#44592;&#53216;", "&#52852;&#50752;&#49884;&#47560; &#50500;&#48120;", "&#52852;&#50752;&#49828;&#48120; &#47560;&#51060;", "&#52852;&#50752;&#51312;&#50640; &#53440;&#47560;&#53412;", "&#53412;&#45432;&#47784;&#53664; &#49324;&#53216;&#46972;", "&#53412;&#47532;&#49324;&#47700; &#47560;&#47532;&#49324;", "&#53076;&#50864;&#51592;&#53412; &#52852;&#47116;", "&#53216;&#46972;&#53440; &#49324;&#50976;&#47532;", "&#53216;&#49884;&#50640;&#45796; &#48120;&#45432;&#47532;", "&#47336;&#51060;&#51592; &#48156;&#47532;&#50640;&#47476;", "&#47560;&#47532;&#50500;", "&#48120;&#45208;&#49464; &#45208;&#50976;&#53412;", "&#48120;&#49324;&#52852; &#48120;&#53076;&#53664;", "&#48120;&#49324;&#52852; &#49884;&#50724;&#47532;", "&#48120;&#51592;&#45208;&#49884; &#50500;&#52852;&#47532;", "&#45208;&#44032;&#53664; &#50976;&#53412;", "&#45208;&#44592;", "&#54028;&#52608;&#47532; &#45208;&#47119;&#51648;", "&#47112;&#48128;&#47532;&#50500; &#49828;&#52860;&#47131;", "&#47308;&#50864;&#44592; &#49884;&#53412;", "&#47448;&#44396; &#47112;&#45208;", "&#49464;&#51060;&#48260;", "&#49324;&#52852;&#44032;&#48120; &#53664;&#47784;&#50836;", "&#49328;&#51232;&#51064; &#45208;&#44592;", "&#49324;&#50752;&#53440;&#47532; &#47560;&#53076;&#53664;", "&#49380;&#47700;&#51060;&#47560;&#47336; &#50500;&#50556;", "&#49380;&#45208;", "&#49888;&#53216;", "&#49828;&#51060;&#44596;&#53664;", "&#49828;&#51060;&#49464;&#51060;&#49464;&#53412;", "&#49828;&#45432;&#54616;&#46972; &#47700;&#51060;", "&#49828;&#51592;&#48120;&#50556; &#54616;&#47336;&#55176;", "&#53440;&#52852;&#47560;&#52824; &#45208;&#45432;&#54616;", "&#53664;&#50724;&#49324;&#52852; &#47536;", "&#52768;&#53412;&#48120;&#50556; &#50500;&#50976;", "&#48708;&#53440;", "&#50556;&#44032;&#48120; &#54616;&#50556;&#53580;", "&#44552;&#48731; &#50612;&#46176;");

  changeAbs("&#44221;&#44592;&#51109;", "&#44592;&#44428;", "&#51060;&#48264; &#53804;&#54364;&#50640;&#49436; &#44592;&#44428;&#51012; &#51077;&#47141;&#54616;&#49888; &#44221;&#44592;&#51109;&#51032; &#49688;");
  changeNames(cityList, nameList);
}
function changeVoteTha() {
  changeMenu("tha");

  document.getElementById("pvTop").innerHTML = "&#3604;&#3641;&#3605;&#3633;&#3623;&#3629;&#3618;&#3656;&#3634;&#3591;&#3585;&#3634;&#3619;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;";
  document.getElementById("pv").innerHTML = "&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3651;&#3609;&#3619;&#3629;&#3610;&#3609;&#3637;&#3657;&#3618;&#3633;&#3591;&#3652;&#3617;&#3656;&#3648;&#3619;&#3636;&#3656;&#3617;&#3586;&#3638;&#3657;&#3609; &#3650;&#3611;&#3619;&#3604;&#3605;&#3619;&#3623;&#3592;&#3626;&#3629;&#3610;<a href=\"../schedule.php\">&#3585;&#3635;&#3627;&#3609;&#3604;&#3585;&#3634;&#3619;</a>&#3626;&#3635;&#3627;&#3619;&#3633;&#3610;&#3623;&#3633;&#3609;&#3607;&#3637;&#3656;&#3649;&#3621;&#3632;&#3648;&#3623;&#3621;&#3634;&#3607;&#3637;&#3656;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;";
  document.getElementById("rule1").innerHTML = "&#3648;&#3621;&#3639;&#3629;&#3585;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;&#3651;&#3627;&#3657;&#3612;&#3641;&#3657;&#3648;&#3586;&#3657;&#3634;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3649;&#3605;&#3656;&#3621;&#3632;&#3588;&#3609;&#3651;&#3609; 32 &#3588;&#3641;&#3656;&#3604;&#3657;&#3634;&#3609;&#3621;&#3656;&#3634;&#3591;";
  document.getElementById("rule2").innerHTML = "&#3588;&#3640;&#3603;&#3605;&#3657;&#3629;&#3591;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;&#3629;&#3618;&#3656;&#3634;&#3591;&#3609;&#3657;&#3629;&#3618; 8 &#3588;&#3641;&#3656;";
  document.getElementById("rule3").innerHTML = "&#3626;&#3635;&#3627;&#3619;&#3633;&#3610;&#3619;&#3634;&#3618;&#3621;&#3632;&#3648;&#3629;&#3637;&#3618;&#3604;&#3648;&#3614;&#3636;&#3656;&#3617;&#3648;&#3605;&#3636;&#3617;&#3586;&#3629;&#3591;&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609; &#3626;&#3634;&#3617;&#3634;&#3619;&#3606;&#3629;&#3656;&#3634;&#3609;&#3607;&#3637;&#3656;&#3627;&#3609;&#3657;&#3634;&#3585;&#3605;&#3636;&#3585;&#3634;&#3585;&#3634;&#3619;&#3649;&#3586;&#3656;&#3591;&#3586;&#3633;&#3609;&#3649;&#3621;&#3632;&#3586;&#3657;&#3629;&#3588;&#3623;&#3634;&#3617;&#3605;&#3657;&#3629;&#3609;&#3619;&#3633;&#3610;";
  document.getElementById("ie").innerHTML = "&#3627;&#3617;&#3634;&#3618;&#3648;&#3627;&#3605;&#3640;: &#3648;&#3629;&#3615;&#3648;&#3615;&#3585;&#3605;&#3660;&#3610;&#3634;&#3591;&#3629;&#3618;&#3656;&#3634;&#3591;&#3586;&#3629;&#3591;&#3648;&#3623;&#3655;&#3610;&#3652;&#3595;&#3605;&#3660;&#3629;&#3634;&#3592;&#3652;&#3617;&#3656;&#3626;&#3634;&#3617;&#3634;&#3619;&#3606;&#3651;&#3594;&#3657;&#3652;&#3604;&#3657;&#3585;&#3633;&#3610; Internet Explorer";
  document.getElementById("revL").innerHTML = "&#3650;&#3611;&#3619;&#3604;&#3605;&#3619;&#3623;&#3592;&#3626;&#3629;&#3610;&#3585;&#3634;&#3619;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;&#3586;&#3629;&#3591;&#3588;&#3640;&#3603;&#3651;&#3627;&#3657;&#3604;&#3637;&#3585;&#3656;&#3629;&#3609;&#3607;&#3637;&#3656;&#3592;&#3632;&#3585;&#3604;&#3650;&#3627;&#3623;&#3605;";

  var cityList = new Array("&#3650;&#3605;&#3648;&#3585;&#3637;&#3618;&#3623;", "&#3648;&#3617;&#3655;&#3585;&#3595;&#3636;&#3650;&#3585;&#3595;&#3636;&#3605;&#3637;", "&#3617;&#3640;&#3617;&#3652;&#3610;", "&#3648;&#3595;&#3634;&#3648;&#3611;&#3634;&#3621;&#3641;", "&#3609;&#3636;&#3623;&#3618;&#3629;&#3619;&#3660;&#3585;", "&#3648;&#3595;&#3637;&#3656;&#3618;&#3591;&#3652;&#3630;&#3657;", "&#3621;&#3634;&#3585;&#3629;&#3626;", "&#3621;&#3629;&#3626;&#3649;&#3629;&#3609;&#3648;&#3592;&#3621;&#3636;&#3626;", "&#3610;&#3633;&#3623;&#3650;&#3609;&#3626;&#3652;&#3629;&#3648;&#3619;&#3626;", "&#3650;&#3595;&#3621;", "&#3585;&#3634;&#3619;&#3634;&#3592;&#3637;", "&#3608;&#3634;&#3585;&#3634;", "&#3617;&#3632;&#3609;&#3636;&#3621;&#3634;", "&#3652;&#3588;&#3650;&#3619;", "&#3592;&#3634;&#3585;&#3634;&#3619;&#3660;&#3605;&#3634;", "&#3611;&#3634;&#3619;&#3637;&#3626;", "&#3629;&#3636;&#3626;&#3605;&#3633;&#3609;&#3610;&#3641;&#3621;", "&#3617;&#3629;&#3626;&#3650;&#3585;", "&#3621;&#3629;&#3609;&#3604;&#3629;&#3609;", "&#3621;&#3636;&#3617;&#3634;", "&#3648;&#3605;&#3627;&#3632;&#3619;&#3634;&#3609;", "&#3585;&#3619;&#3640;&#3591;&#3648;&#3607;&#3614;&#3617;&#3627;&#3634;&#3609;&#3588;&#3619;", "&#3650;&#3610;&#3650;&#3585;&#3605;&#3634;", "&#3595;&#3633;&#3609;&#3605;&#3636;&#3629;&#3634;&#3650;&#3585;", "&#3585;&#3636;&#3609;&#3594;&#3634;&#3595;&#3634;", "&#3650;&#3607;&#3619;&#3629;&#3609;&#3650;&#3605;", "&#3649;&#3629;&#3621;&#3648;&#3592;&#3637;&#3618;&#3619;&#3660;", "&#3617;&#3636;&#3621;&#3634;&#3609;", "&#3617;&#3634;&#3604;&#3619;&#3636;&#3604;", "&#3595;&#3636;&#3604;&#3609;&#3637;&#3618;&#3660;", "&#3595;&#3633;&#3609;&#3650;&#3605;&#3650;&#3604;&#3617;&#3636;&#3591;&#3650;&#3585;", "&#3588;&#3634;&#3650;&#3605;&#3623;&#3637;&#3605;&#3648;&#3595;");
  var nameList = new Array("&#3652;&#3629;&#3595;&#3634;&#3585;&#3632; &#3652;&#3607;&#3585;&#3632;", "&#3629;&#3621;&#3636;&#3595; &#3649;&#3588;&#3619;&#3629;&#3621;", "&#3629;&#3634;&#3648;&#3609;&#3637;&#3618; &#3629;&#3633;&#3621;&#3626;&#3652;&#3607;&#3619;&#3617;&#3660;", "&#3629;&#3634;&#3595;&#3634;&#3630;&#3636;&#3609;&#3632; &#3617;&#3636;&#3588;&#3640;&#3619;&#3640;", "&#3595;&#3637;&#3607;&#3641;", "&#3592;&#3636;&#3610;&#3632; &#3588;&#3636;&#3619;&#3636;&#3650;&#3609;&#3632;", "&#3594;&#3637;", "&#3648;&#3629;&#3623;&#3634;&#3609;&#3648;&#3592;&#3621;&#3637;&#3609; &#3649;&#3617;&#3655;&#3588;&#3650;&#3604;&#3648;&#3623;&#3621;&#3621;&#3660;", "&#3648;&#3615;&#3607; &#3648;&#3607;&#3626;&#3607;&#3634;&#3619;&#3629;&#3626;&#3595;&#3656;&#3634;", "&#3615;&#3641;&#3592;&#3636;&#3610;&#3634;&#3618;&#3634;&#3594;&#3636; &#3648;&#3588;&#3637;&#3618;&#3623;", "&#3615;&#3640;&#3619;&#3640;&#3648;&#3604;&#3632; &#3630;&#3634;&#3609;&#3636;&#3623;", "&#3615;&#3640;&#3619;&#3640;&#3648;&#3604;&#3632; &#3619;&#3636;&#3585;&#3632;", "&#3615;&#3640;&#3619;&#3640;&#3588;&#3634;&#3623;&#3656;&#3634; &#3609;&#3634;&#3591;&#3636;&#3626;&#3632;", "&#3630;&#3634;&#3588;&#3640;&#3648;&#3619;&#3618;&#3660; &#3648;&#3619;&#3617;&#3640;", "&#3630;&#3636;&#3629;&#3636;&#3619;&#3634;&#3585;&#3636; &#3588;&#3634;&#3591;&#3634;&#3617;&#3636;", "&#3630;&#3636;&#3629;&#3636;&#3619;&#3634;&#3585;&#3636; &#3626;&#3638;&#3588;&#3634;&#3626;&#3632;", "&#3630;&#3636;&#3609;&#3634;&#3650;&#3617;&#3619;&#3636; &#3629;&#3634;&#3617;&#3640;", "&#3650;&#3630;&#3650;&#3619;", "&#3629;&#3636;&#3610;&#3641;&#3585;&#3636; &#3615;&#3641;&#3650;&#3585;&#3632;", "&#3629;&#3636;&#3592;&#3636;&#3650;&#3609;&#3648;&#3626;&#3632; &#3650;&#3588;&#3650;&#3605;&#3617;&#3636;", "&#3629;&#3636;&#3621;&#3618;&#3634;&#3626;&#3615;&#3637;&#3621; &#3615;&#3629;&#3609; &#3652;&#3629;&#3609;&#3595;&#3660;&#3649;&#3610;&#3619;&#3660;&#3609;", "&#3629;&#3636;&#3609;&#3648;&#3604;&#3655;&#3585;&#3595;&#3660;", "&#3629;&#3636;&#3595;&#3638;&#3617;&#3636; &#3650;&#3588;&#3609;&#3634;&#3605;&#3632;", "&#3588;&#3634;&#3617;&#3636;&#3650;&#3629;&#3632; &#3617;&#3636;&#3595;&#3640;&#3626;&#3640;", "&#3588;&#3634;&#3595;&#3640;&#3585;&#3632; &#3629;&#3634;&#3618;&#3641;&#3617;&#3640;", "&#3588;&#3634;&#3605;&#3634;&#3591;&#3636;&#3619;&#3636; &#3618;&#3641;&#3630;&#3636;", "&#3588;&#3633;&#3605;&#3626;&#3638;&#3619;&#3632; &#3630;&#3636;&#3609;&#3634;&#3591;&#3636;&#3585;&#3640;", "&#3588;&#3634;&#3623;&#3634;&#3594;&#3636;&#3617;&#3632; &#3629;&#3634;&#3617;&#3636;", "&#3588;&#3634;&#3623;&#3634;&#3595;&#3640;&#3617;&#3636; &#3652;&#3617;", "&#3588;&#3634;&#3623;&#3634;&#3650;&#3595;&#3648;&#3629;&#3632; &#3607;&#3634;&#3617;&#3634;&#3585;&#3636;", "&#3588;&#3636;&#3650;&#3609;&#3650;&#3617;&#3650;&#3605;&#3632; &#3595;&#3634;&#3585;&#3640;&#3619;&#3632;", "&#3588;&#3636;&#3619;&#3636;&#3595;&#3634;&#3648;&#3617;&#3632; &#3617;&#3634;&#3619;&#3636;&#3626;&#3632;", "&#3650;&#3588;&#3595;&#3640;&#3585;&#3636; &#3588;&#3634;&#3648;&#3619;&#3609;", "&#3588;&#3640;&#3619;&#3634;&#3605;&#3632; &#3595;&#3634;&#3618;&#3641;&#3619;&#3636;", "&#3588;&#3640;&#3594;&#3636;&#3648;&#3629;&#3604;&#3632; &#3617;&#3636;&#3650;&#3609;&#3619;&#3636;", "&#3627;&#3621;&#3640;&#3618;&#3626;&#3660; &#3623;&#3634;&#3621;&#3636;&#3649;&#3629;&#3619;&#3660;", "&#3617;&#3634;&#3648;&#3619;&#3637;&#3618;", "&#3617;&#3636;&#3609;&#3634;&#3648;&#3626;&#3632; &#3609;&#3634;&#3618;&#3641;&#3585;&#3636;", "&#3617;&#3636;&#3595;&#3634;&#3585;&#3632; &#3617;&#3636;&#3650;&#3588;&#3650;&#3605;&#3632;", "&#3617;&#3636;&#3595;&#3634;&#3585;&#3632; &#3594;&#3636;&#3650;&#3629;&#3619;&#3636;", "&#3617;&#3636;&#3595;&#3640;&#3609;&#3634;&#3594;&#3636; &#3629;&#3634;&#3588;&#3634;&#3619;&#3636;", "&#3609;&#3634;&#3591;&#3634;&#3650;&#3605;&#3632; &#3618;&#3641;&#3585;&#3636;", "&#3609;&#3634;&#3585;&#3636;", "&#3614;&#3633;&#3607;&#3594;&#3641;&#3621;&#3637;&#3656; &#3650;&#3609;&#3623;&#3648;&#3621;&#3604;&#3592;&#3660;", "&#3648;&#3619;&#3617;&#3636;&#3648;&#3621;&#3637;&#3618; &#3626;&#3585;&#3634;&#3619;&#3660;&#3648;&#3621;&#3655;&#3605;", "&#3648;&#3619;&#3637;&#3618;&#3623;&#3585;&#3636; &#3594;&#3636;&#3585;&#3636;", "&#3619;&#3636;&#3623;&#3591;&#3641; &#3648;&#3619;&#3609;&#3632;", "&#3648;&#3595;&#3648;&#3610;&#3629;&#3619;&#3660;", "&#3595;&#3634;&#3588;&#3634;&#3591;&#3634;&#3617;&#3636; &#3650;&#3607;&#3650;&#3617;&#3650;&#3618;&#3632;", "&#3595;&#3633;&#3609;&#3648;&#3595;&#3609;&#3629;&#3636;&#3591; &#3609;&#3634;&#3591;&#3636;", "&#3595;&#3634;&#3623;&#3634;&#3605;&#3634;&#3619;&#3636; &#3617;&#3634;&#3650;&#3588;&#3650;&#3605;&#3632;", "&#3594;&#3634;&#3648;&#3617;&#3617;&#3634;&#3619;&#3640; &#3629;&#3634;&#3618;&#3632;", "&#3594;&#3634;&#3609;&#3632;", "&#3594;&#3636;&#3609;&#3585;&#3640;", "&#3595;&#3640;&#3618;&#3585;&#3636;&#3609;&#3650;&#3607;", "&#3595;&#3640;&#3618;&#3648;&#3595;&#3648;&#3595;&#3585;&#3636;", "&#3626;&#3640;&#3650;&#3609;&#3630;&#3634;&#3619;&#3632; &#3648;&#3617;&#3618;&#3660;", "&#3626;&#3638;&#3595;&#3638;&#3617;&#3636;&#3618;&#3632; &#3630;&#3634;&#3619;&#3640;&#3630;&#3636;", "&#3607;&#3634;&#3588;&#3634;&#3617;&#3634;&#3592;&#3636; &#3609;&#3634;&#3650;&#3609;&#3630;&#3632;", "&#3650;&#3607;&#3595;&#3634;&#3585;&#3632; &#3619;&#3636;&#3609;", "&#3626;&#3638;&#3585;&#3636;&#3617;&#3636;&#3618;&#3632; &#3629;&#3634;&#3618;&#3640;", "&#3623;&#3637;&#3605;&#3657;&#3634;", "&#3618;&#3634;&#3591;&#3634;&#3617;&#3636; &#3630;&#3634;&#3618;&#3634;&#3648;&#3605;&#3632;", "&#3588;&#3629;&#3609;&#3592;&#3636;&#3585;&#3636; &#3650;&#3609;&#3632; &#3618;&#3634;&#3617;&#3636;");

  changeAbs("&#3588;&#3641;&#3656;&#3607;&#3637;&#3656;", "&#3652;&#3617;&#3656;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;", "&#3592;&#3635;&#3609;&#3623;&#3609;&#3588;&#3641;&#3656;&#3607;&#3637;&#3656;&#3652;&#3617;&#3656;&#3621;&#3591;&#3588;&#3632;&#3649;&#3609;&#3609;");
  changeNames(cityList, nameList);
}
function changeVoteJpn() {
  changeMenu("jpn");

  document.getElementById("pvTop").innerHTML = "&#25237;&#31080;&#29992;&#32025;&#12503;&#12524;&#12499;&#12517;&#12540;&#12290;";
  document.getElementById("pv").innerHTML = "&#25237;&#31080;&#26178;&#38291;&#12399;&#12414;&#12384;&#22987;&#12414;&#12387;&#12390;&#12356;&#12414;&#12379;&#12435;&#12290;&#26085;&#31243;&#34920;&#12391;&#26085;&#26178;&#12434;&#30906;&#35469;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;";
  document.getElementById("rule1").innerHTML = "&#20197;&#19979;&#12398;&#19977;&#21313;&#20108;&#65288;&#65299;&#65298;&#65289;&#20491;&#12398;&#12450;&#12522;&#12540;&#12490;&#12398;&#12381;&#12428;&#12382;&#12428;&#12363;&#12425;&#19968;&#20154;&#12398;&#20505;&#35036;&#12434;&#36984;&#12435;&#12391;&#12367;&#12384;&#12373;&#12356;&#12290;";
  document.getElementById("rule2").innerHTML = "&#12379;&#12417;&#12390;&#20843;&#65288;&#65304;&#65289;&#20491;&#12398;&#12450;&#12522;&#12540;&#12490;&#12391;&#25237;&#31080;&#12375;&#12394;&#12369;&#12428;&#12400;&#12394;&#12426;&#12414;&#12379;&#12435;&#12290;";
  document.getElementById("rule3").innerHTML = "&#12380;&#12402;&#12523;&#12540;&#12523;&#12420;&#12452;&#12531;&#12488;&#12525;&#12434;&#35443;&#12375;&#12367;&#35501;&#12435;&#12391;&#12367;&#12384;&#12373;&#12356;&#12290;";
  document.getElementById("ie").innerHTML = "&#27880;:&#12288;Internet Explorer&#12391;&#12399;&#12356;&#12367;&#12388;&#12363;&#12398;&#12499;&#12472;&#12517;&#12450;&#12523;&#27231;&#33021;&#12364;&#20351;&#12356;&#12414;&#12379;&#12435;&#12290;";
  document.getElementById("revL").innerHTML = "&#25237;&#31080;&#29992;&#32025;&#12434;&#20877;&#30906;&#35469;&#12375;&#12390;&#12367;&#12384;&#12373;&#12356;&#12290;";

  var cityList = new Array("&#26481;&#20140;", "&#12513;&#12461;&#12471;&#12467;&#12471;&#12486;&#12451;", "&#12512;&#12531;&#12496;&#12452;", "&#12469;&#12531;&#12497;&#12454;&#12525;", "&#12491;&#12517;&#12540;&#12520;&#12540;&#12463;", "&#19978;&#28023;", "&#12521;&#12468;&#12473;", "&#12525;&#12469;&#12531;&#12476;&#12523;&#12473;", "&#12502;&#12456;&#12494;&#12473;&#12450;&#12452;&#12524;&#12473;", "&#12477;&#12454;&#12523;", "&#12459;&#12521;&#12481;", "&#12480;&#12483;&#12459;", "&#12510;&#12491;&#12521;", "&#12459;&#12452;&#12525;", "&#12472;&#12515;&#12459;&#12523;&#12479;", "&#12497;&#12522;", "&#12452;&#12473;&#12479;&#12531;&#12502;&#12540;&#12523;", "&#12514;&#12473;&#12463;&#12527;", "&#12525;&#12531;&#12489;&#12531;", "&#12522;&#12510;", "&#12486;&#12504;&#12521;&#12531;", "&#12496;&#12531;&#12467;&#12463;", "&#12508;&#12468;&#12479;", "&#12469;&#12531;&#12481;&#12515;&#12468;", "&#12461;&#12531;&#12471;&#12515;&#12469;", "&#12488;&#12525;&#12531;&#12488;", "&#12450;&#12523;&#12472;&#12455;", "&#12511;&#12521;&#12494;", "&#12510;&#12489;&#12522;&#12483;&#12489;", "&#12471;&#12489;&#12491;&#12540;", "&#12469;&#12531;&#12488;&#12489;&#12511;&#12531;&#12468;","&#12459;&#12488;&#12532;&#12451;&#12484;&#12455;");
  var nameList = new Array("&#36898;&#22338;&#22823;&#27827;", "&#12450;&#12522;&#12473;&#12539;&#12461;&#12515;&#12525;&#12523;", "&#12450;&#12540;&#12491;&#12515;&#12539;&#12450;&#12540;&#12523;&#12473;&#12488;&#12524;&#12452;&#12512;", "&#26397;&#27604;&#22856;&#12415;&#12367;&#12427;", "C.C. (&#12471;&#12540;&#12484;&#12540;)", "&#21315;&#33865;&#32000;&#26792;&#20035;", "&#12385;&#12355;", "&#12456;&#12532;&#12449;&#12531;&#12472;&#12455;&#12522;&#12531;&#12539;<br/>&#12510;&#12463;&#12480;&#12454;&#12455;&#12523;", "&#12501;&#12455;&#12452;&#12488;&#12539;&#12486;&#12473;&#12479;&#12525;&#12483;&#12469;", "&#34276;&#26519;&#26447;", "&#21476;&#25163;&#32701;&#20837;", "&#21476;&#25163;&#26792;&#33457;", "&#21476;&#27827;&#28186;", "&#21338;&#40599;&#38666;&#22818;", "&#26570;&#12363;&#12364;&#12415;", "&#26570;&#12388;&#12363;&#12373;", "&#26085;&#22856;&#26862;&#20124;&#22818;", "&#12507;&#12525;", "&#20234;&#21561;&#39080;&#23376;", "&#19968;&#12494;&#28716;&#12371;&#12392;&#12415;", "&#12452;&#12522;&#12516;&#12473;&#12501;&#12451;&#12540;&#12523;&#12539;<br/>&#12501;&#12457;&#12531;&#12539;&#12450;&#12452;&#12531;&#12484;&#12505;&#12523;&#12531;", "&#12452;&#12531;&#12487;&#12483;&#12463;&#12473;", "&#27849;&#12371;&#12394;&#12383;", "&#31070;&#23614;&#35251;&#37428;", "&#26149;&#26085;&#27497; &#8220;&#22823;&#38442;&#8221;", "&#29255;&#26704;&#20778;&#23019;", "&#26690;&#12498;&#12490;&#12462;&#12463;", "&#24029;&#23947;&#20124;&#32654;", "&#24029;&#28548;&#33310;", "&#24029;&#28155;&#29664;&#23019;", "&#26408;&#20043;&#26412;&#26716;", "&#38695;&#38632;&#39764;&#29702;&#27801;", "&#32005;&#26376;&#12459;&#12524;&#12531;", "&#20489;&#30000;&#20304;&#31056;&#29702;", "&#27355;&#26525;&#23455;&#20035;&#26792;", "&#12523;&#12452;&#12474;", "&#12510;&#12522;&#12450;", "&#27700;&#28716;&#21517;&#38634;", "&#24481;&#22338;&#32654;&#29748;", "&#32654;&#22338;&#26654;", "&#27700;&#28961;&#28783;&#37324;", "&#38263;&#38272;&#26377;&#24076;", "&#12490;&#12462;", "&#12497;&#12481;&#12517;&#12522;&#12540;&#12539;&#12494;&#12540;&#12524;&#12483;&#12472;", "&#12524;&#12511;&#12522;&#12450;&#12539;&#12473;&#12459;&#12540;&#12524;&#12483;&#12488;", "&#20001;&#20736;&#24335;", "&#31452;&#23470;&#12524;&#12490;", "&#12475;&#12452;&#12496;&#12540;", "&#22338;&#19978;&#26234;&#20195;", "&#19977;&#21315;&#38498;&#12490;&#12462;", "&#27810;&#28193;&#30495;&#29748;", "&#23556;&#21629;&#20024;&#25991;", "&#12471;&#12515;&#12490;", "&#30495;&#32005;", "&#27700;&#37504;&#29128;", "&#32736;&#26143;&#30707;", "&#26149;&#21407;&#33469;&#34915;", "&#28092;&#23470;&#12495;&#12523;&#12498;", "&#39640;&#30010;&#12394;&#12398;&#12399;", "&#36960;&#22338;&#20955;", "&#26376;&#23470;&#12354;&#12422;", "&#12532;&#12451;&#12540;&#12479;", "&#20843;&#31070;&#12399;&#12420;&#12390;", "&#37329;&#33394;&#12398;&#38343;");

  changeAbs("&#12450;&#12522;&#12540;&#12490;", "&#26820;&#27177;", "&#26820;&#27177;");
  changeNames(cityList, nameList);
}
function changeVoteVtn() {
  changeMenu("eng");

  document.getElementById("pvTop").innerHTML = "BALLOT PREVIEW";
  document.getElementById("pv").innerHTML = "<strong>This voting round has not yet started. Please check the <a href=\"../schedule.php\" target=\"_blank\">schedule</a> for the start date and time.</strong>";
  document.getElementById("rule1").innerHTML = "Ch&#7885;n m&#7897;t th&#237; sinh cho m&#7895;i ba m&#432;&#417;i hai (32) tr&#7853;n theo sau.";
  document.getElementById("rule2").innerHTML = "M&#7895;i ng&#432;&#7901;i b&#7847;u c&#7917; ph&#7843;i b&#7847;u cho t&#7889;i thi&#7875;u t&#225;m (8) tr&#7853;n.";
  document.getElementById("rule3").innerHTML = "Vui l&#242;ng &#273;&#7885;c nh&#7919;ng quy <a href=\"../rules.php?lang=vtn\" target=\"_blank\">lu&#7853;t</a> cho th&#234;m chi ti&#7871;t v&#7873; qu&#225; tr&#236;nh n&#224;y.";
  document.getElementById("ie").innerHTML = "<em>Ch&#250; &#253;: V&#224;i ti&#7871;t m&#7909;c h&#236;nh &#7843;nh c&#243; th&#7875; kh&#244;ng h&#7907;p v&#7899;i Internet Explorer.</em>";
  document.getElementById("revL").innerHTML = "L&#224;m &#417;n x&#233;t l&#7841;i phi&#7871;u c&#7911;a b&#7841;n tr&#432;&#7899;c khi b&#7845;m Submit.";

  var cityList = new Array("T&#333;ky&#333;", "Mexico City", "Mumbai", "S&#227;o Paulo", "New York", "Shanghai", "Lagos", "Los Angeles", "Buenos Aires", "Seoul", "Karachi", "Dhaka", "Manila", "Cairo", "Jakarta", "Paris", "Istanbul", "Moscow", "London", "Lima", "Tehran", "Bangkok", "Bogota", "Santiago", "Kinshasa", "Toronto", "Alger", "Milano", "Madrid", "Sydney", "Santo Domingo", "Katowice");

  changeAbs("Tr&#7853;n", "Kh&#244;ng B&#7847;u", "S&#7889; tr&#7853;n kh&#244;ng b&#7847;u trong phi&#7871;u n&#224;y");
  changeNames(cityList, 0);
}

function changeAbs(arena, abstain, absNote) {
  for (var i = 1; i <= 32; i++) {
    if (!document.getElementById("areL" + i))  //Check if the value exists (in case of smaller ballots)
      continue;

    document.getElementById("areL" + i).innerHTML = arena;
    document.getElementById("absL" + i).innerHTML = abstain;
  }
  document.getElementById("absL99").innerHTML = absNote;
}
function changeNames(cityNames, langNames) {
  if (langNames == 0)  //Use English names.
    langNames = new Array("Aisaka Taiga", "Alice Carroll", "Anya Alstreim", "Asahina Mikuru", "C.C.", "Chiba Kirino", "Chii", "Evangeline McDowell", "Fate Testarossa", "Fujibayashi Ky&#333;", "Furude Hany&#363;", "Furude Rika", "Furukawa Nagisa", "Hakurei Reimu", "Hiiragi Kagami", "Hiiragi Tsukasa", "Hinamori Amu", "Holo", "Ibuki F&#363;ko", "Ichinose Kotomi", "Illyasviel von Einzbern", "Index Prohibitorum", "Izumi Konata", "Kamio Misuzu", "Kasuga &#8220;&#332;saka&#8221; Ayumu", "Katagiri Y&#363;hi", "Katsura Hinagiku", "Kawashima Ami", "Kawasumi Mai", "Kawazoe Tamaki", "Kinomoto Sakura", "Kirisame Marisa", "K&#333;zuki Kallen", "Kurata Sayuri", "Kushieda Minori", "Louise Valli&#232;re", "Maria", "Minase Nayuki", "Misaka Mikoto", "Misaka Shiori", "Mizunashi Akari", "Nagato Yuki", "Nagi", "Patchouli Knowledge", "Remilia Scarlet", "Ry&#333;gi Shiki", "Ry&#363;g&#363; Rena", "Saber", "Sakagami Tomoyo", "Sanzen&#39;in Nagi", "Sawatari Makoto", "Shameimaru Aya", "Shana", "Shinku", "Suigintou", "Suiseiseki", "Sunohara Mei", "Suzumiya Haruhi", "Takamachi Nanoha", "T&#333;saka Rin", "Tsukimiya Ayu", "Vita", "Yagami Hayate", "Konjiki no Yami");

  var i = 0;
  for (i = 0; i < 64; i++)
    if (document.getElementById("name" + i))
      document.getElementById("name" + i).innerHTML = langNames[i];

  if (haltCities)  //During Dbl Elim, venue names are not changed.
    return;

  for (i = 1; i <= 32; i++)
    if (document.getElementById("c" + i))
      document.getElementById("c" + i).innerHTML = cityNames[i - 1];
}
