123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488 |
- <html>
- <head>
- <meta content="text/html; charset=iso-8859-1" http-equiv="content-type">
- <LINK REL="SHORTCUT ICON" HREF="../ting.ico">
- <meta name="Author" content="Marilyn Shea and Kent Zhao">
- <META NAME="KEYWORDS" CONTENT="map, United States, Chinese, Chinese language, Mandarin, Chinese dictionary, study, learn, vocabulary, English, English language, Chinese words">
- <meta name="DESCRIPTION" content="A map of the United States -- click to hear pronunciation and see the English, Chinese characters, and pinyin versions.">
- <meta name="HEADER" content="Map of the United States">
- <title>Clickable Map of the United States</title>
- <STYLE type="text/css">
- <!--
- a { text-decoration:none;}
- a:link { text-decoration:none; color:black; }
- a:visited { text-decoration:none; color:black; }
- a.white:link { color: white; font-weight: normal;}
- a.white:visited { color: white; font-weight: normal;}
- a.white:active { color: white; font-weight: normal;}
- a.white:hover { color: white; font-weight: normal;}
- body {margin: 0 0 0 0;}
- -->
- </STYLE>
- <script language="javascript">
- <!--
- var agt=navigator.userAgent.toLowerCase();
- var is_major = parseInt(navigator.appVersion);
- var is_nav = ((agt.indexOf('mozilla')!=-1) && (agt.indexOf('spoofer')==-1)
- && (agt.indexOf('compatible') == -1) && (agt.indexOf('opera')==-1)
- && (agt.indexOf('webtv')==-1));
- var is_nav5up = (is_nav && (is_major >= 5));
- var is_ie = (agt.indexOf("msie") != -1);
- var newsStr;
- var descStr;
- var mouseX = 0;
- var mouseY = 0;
- var index = -1;
- function init()
- {
- if (is_nav)
- document.captureEvents(Event.MOUSEMOVE);
- document.onmousemove=mousemove;
- }
- function mousemove(e)
- {
- if (is_nav){
- mouseX=e.pageX;
- mouseY=e.pageY; }
- else{
- mouseX=event.x;
- mouseY=event.y; }
- }
- function showInfo(ix) {
- newsStr = "<font face='Verdana,Arial,Helvetica'><img border='0' src='ball.gif'> " + english[ix] + "<br> <img border='0' src='midball.gif'> </font>";
- newsStr += "<img border='0' src='" + chinese[ix] + "'><br> <font face='Verdana,Arial,Helvetica'> <img border='0' src='ball.gif'> " + pinyin[ix] + "<br><img border='0' src='horn.gif'> </font>";
- if (soundC[ix] != ""){
- var s = soundC[ix].split(",");
- for(x=0; x<s.length; x++){
- newsStr += '<a href="../Language/' + s[x] + '"><img SRC="../Language/Picture/sound.jpg" BORDER="0" height="23" width="25"></a> ';
- }
- }
-
- if (soundE[ix] != ""){
- var s = soundE[ix].split(",");
- for(x=0; x<s.length; x++){
- newsStr += '<a href="../Language/' + s[x] + '"><img SRC="../Language/Picture/soundbl.jpg" BORDER="0" height="23" width="25"></a> ';
- }
- }
- doit('subroot');
- }
- function desc(ix){
- var x = 50;
- var y = 20;
- if (ix != index){
- descStr ="<table border=0><tr><td bgcolor='white'><font face='Verdana,Arial,Helvetica' color='blue'>" + english[ix] + "</font></td></tr></table>";
- if (ix == 48 || ix == 49)
- y = -40;
- if ( is_nav5up)
- {
- document.getElementById("descr").style.left= mouseX - x;
- document.getElementById("descr").style.top= mouseY + y;
- }
- if ( !is_nav5up && is_nav )
- {
- document.layers["descr"].left= mouseX - x;
- document.layers["descr"].top= mouseY + y;
- }
- if ( is_ie)
- {
- document.all["descr"].style.left= mouseX - x;
- document.all["descr"].style.top= mouseY + y;
- }
- doit('descr');
- index = ix;
- }
- }
- function doit(x){
- if ((!is_nav5up) && is_nav)
- {
- if (x == 'subroot')
- eval("with (document.layers['root'].document.layers['" + x +"'].document){write(newsStr);close();}");
- else
- eval("with (document.layers['" + x +"'].document){write(descStr);close();}");
- }
- if (is_nav5up)
- {
- if (x == 'subroot')
- eval("document.getElementById('" + x + "').innerHTML=newsStr;");
- else
- eval("document.getElementById('" + x + "').innerHTML=descStr;");
- }
- if (is_ie)
- {
- if (x == 'subroot')
- eval("document.all['" + x + "'].innerHTML = newsStr;");
- else
- eval("document.all['" + x + "'].innerHTML = descStr;");
- }
- }
- english = new Array(
- "Washington State", //#0
- "Oregon", //#1
- "California", //#2
- "Nevada", //#3
- "Idaho", //#4
- "Montana", //#5
- "Wyoming", //#6
- "Utah", //#7
- "Arizona", //#8
- "Colorado", //#9
- "New Mexico", //#10
- "North Dakota", //#11
- "South Dakota", //#12
- "Nebraska", //#13
- "Kansas", //#14
- "Oklahoma", //#15
- "Texas", //#16
- "Minnesota", //#17
- "Iowa", //#18
- "Missouri", //#19
- "Arkansas", //#20
- "Louisiana", //#21
- "Wisconsin", //#22
- "Illinois", //#23
- "Indiana", //#24
- "Kentucky", //#25
- "Tennessee", //#26
- "Mississippi", //#27
- "Ohio", //#28
- "Alabama", //#29
- "Florida", //#30
- "Georgia", //#31
- "South Carolina", //#32
- "North Carolina", //#33
- "Virginia", //#34
- "Washington, D.C.", //#35
- "West Virginia", //#36
- "Maryland", //#37
- "Delaware", //#38
- "New Jersey", //#39
- "Pennsylvania", //#40
- "New York", //#41
- "Connecticut", //#42
- "Rhode Island", //#43
- "Massachusetts", //#44
- "Vermont", //#45
- "New Hampshire", //#46
- "Maine", //#47
- "Hawaii", //#48
- "Alaska", //#49
- "Michigan" //#50
- );
- chinese = new Array(
- "washstate.gif", //#0
- "oreg.gif", //#1
- "calif.gif", //#2
- "nev.gif", //#3
- "idaho.gif", //#4
- "montan.gif", //#5
- "wyom.gif", //#6
- "utah.gif", //#7
- "arizona.gif", //#8
- "colorado.gif", //#9
- "nmex.gif", //#10
- "ndakot.gif", //#11
- "sdakota.gif", //#12
- "nebras.gif", //#13
- "kansas.gif", //#14
- "okla.gif", //#15
- "texas.gif", //#16
- "minn.gif", //#17
- "iowa.gif", //#18
- "missour.gif", //#19
- "arkansas.gif", //#20
- "louis.gif", //#21
- "wisc.gif", //#22
- "illin.gif", //#23
- "indian.gif", //#24
- "kentuc.gif", //#25
- "tenn.gif", //#26
- "mississ.gif", //#27
- "ohio.gif", //#28
- "alabama.gif", //#29
- "florida.gif", //#30
- "georgia.gif", //#31
- "scarol.gif", //#32
- "ncarol.gif", //#33
- "virg.gif", //#34
- "washdc.gif", //#35
- "wvirg.gif", //#36
- "mary.gif", //#37
- "delwar.gif", //#38
- "njersey.gif", //#39
- "penn.gif", //#40
- "ny.gif", //#41
- "connec.gif", //#42
- "ri.gif", //#43
- "mass.gif", //#44
- "verm.gif", //#45
- "nhamp.gif", //#46
- "maine.gif", //#47
- "hawaii.gif", //#48
- "alaska.gif", //#49
- "mich.gif" //#50
- );
- pinyin = new Array(
- "Hua2sheng4dun4zhou1", //#0
- "Ao4le4gang1", //#1
- "Jia1li4fu2ni2ya4", //#2
- "Nei4hua2da2", //#3
- "Ai4da2he2", //#4
- "Meng2da4na4", //#5
- "Huai2e2ming2", //#6
- "You2ta1", //#7
- "Ya4li4sang1na4", //#8
- "Ke1luo2la1duo1", //#9
- "Xin1mo4xi1ge1", //#10
- "Bei3da2ke1ta1", //#11
- "Nan2da2ke1ta1", //#12
- "Nei4bu4la1si1jia1", //#13
- "Kan4sa4si1", //#14
- "E2ke4la2he2ma3", //#15
- "De2ke4sa4si1", //#16
- "Ming2ni2su1da2", //#17
- "Ai4he2hua2", //#18
- "Mi4su1li3", //#19
- "A1ken3se4", //#20
- "Lu4yi4si1an1na4", //#21
- "Wei1si1kang1xin1", //#22
- "Yi1li4nuo4si1", //#23
- "Yin4di4an1na4", //#24
- "Ken3de2ji1", //#25
- "Tian2na4xi1", //#26
- "Mi4xi1xi1bi3", //#27
- "E2hai4e2", //#28
- "A1la1ba1ma3", //#29
- "Fu2luo2li3da2", //#30
- "Qiao2zhi4ya4", //#31
- "Nan2ka3luo2lai2na4", //#32
- "Bei3ka3luo2lai2na4", //#33
- "Wei2ji2ni2ya4", //#34
- "Hua2sheng4dun4", //#35
- "Xi1wei2ji2ni2ya4", //#36
- "Ma3li3lan2", //#37
- "Te4la1hua2", //#38
- "Xin1ze2xi1", //#39
- "Bin1xi1fan2ni2ya4", //#40
- "Niu3yue", //#41
- "Kang1nie4di2ge2", //#42
- "Luo2de2dao3", //#43
- "Ma2sa4zhu1sai1", //#44
- "Fu2meng2te4", //#45
- "Xin1han4pu3jun4", //#46
- "Mian3yin1", //#47
- "Xia4wei1yi2", //#48
- "A1la1si1jia1", //#49
- "Mi4xi1gen1" //#50
- );
- soundC = new Array(
- "Sound10a/10507jz.wav,Sound10b/10507zn.wav,Sound10c/10507llf.wav,Sound10d/10507mz.wav", //#0
- "Sound10a/10509jz.wav,Sound10b/10509zn.wav,Sound10c/10509llf.wav,Sound10d/10509mz.wav", //#1
- "Sound9a/9558zh.wav,Sound9b/9558zl.wav,Sound9c/9558jz.wav,Sound9d/9558zj.wav,Sound9e/9558lei.wav", //#2
- "Sound10a/10591jz.wav,Sound10b/10591zn.wav,Sound10c/10591llf.wav,Sound10d/10591mz.wav", //#3
- "Sound10a/10508jz.wav,Sound10b/10508zn.wav,Sound10c/10508llf.wav,Sound10d/10508mz.wav", //#4
- "Sound10a/10506jz.wav,Sound10b/10506zn.wav,Sound10c/10506llf.wav,Sound10d/10506mz.wav", //#5
- "Sound10a/10514fx.wav", //#6
- "Sound10a/10510fx.wav,Sound10b/10510chg.wav", //#7
- "Sound9a/9561zh.wav,Sound9b/9561zl.wav,Sound9c/9561jz.wav,Sound9d/9561zj.wav,Sound9e/9561lei.wav", //#8
- "Sound10a/10513fx.wav,Sound10b/10513chg.wav", //#9
- "Sound10a/10517jz.wav,Sound10b/10517zn.wav,Sound10c/10517llf.wav,Sound10d/10517mz.wav", //#10
- "Sound10a/10503fx.wav,Sound10b/10503chg.wav", //#11
- "Sound10a/10504fx.wav,Sound10b/10504chg.wav", //#12
- "Sound10a/10515fx.wav,Sound10b/10515chg.wav", //#13
- "Sound10a/10512jz.wav,Sound10b/10512zn.wav,Sound10c/10512llf.wav,Sound10d/10512mz.wav", //#14
- "Sound10a/10511jz.wav,Sound10b/10511zn.wav,Sound10c/10511llf.wav,Sound10d/10511mz.wav", //#15
- "Sound14a/14451gyl.wav,Sound14b/14451lxy.wav,Sound14c/14451cm.wav", //#16
- "Sound10a/10590jz.wav,Sound10b/10590zn.wav,Sound10c/10590llf.wav,Sound10d/10590mz.wav", //#17
- "Sound10a/10500jz.wav,Sound10b/10500zn.wav,Sound10c/10500llf.wav,Sound10d/10500mz.wav", //#18
- "Sound10a/10519jz.wav,Sound10b/10519zn.wav,Sound10c/10519llf.wav,Sound10d/10519mz.wav", //#19
- "Sound10a/10479jz.wav,Sound10b/10479zn.wav,Sound10c/10479llf.wav,Sound10d/10479mz.wav", //#20
- "Sound10a/10477jz.wav,Sound10b/10477zn.wav,Sound10c/10477llf.wav,Sound10d/10477mz.wav", //#21
- "Sound10a/10501jz.wav,Sound10b/10501zn.wav,Sound10c/10501llf.wav", //#22
- "Sound10a/10499jz.wav,Sound10b/10499zn.wav,Sound10c/10499llf.wav,Sound10d/10499mz.wav", //#23
- "Sound10a/10498jz.wav,Sound10b/10498zn.wav,Sound10c/10498llf.wav,Sound10d/10498mz.wav", //#24
- "Sound10a/10275lqx.wav,Sound10b/10275hua.wav,Sound10c/10275jz.wav,Sound10e/10275clh.wav", //#25
- "Sound10a/10496jz.wav,Sound10b/10496zn.wav,Sound10c/10496llf.wav,Sound10d/10496mz.wav", //#26
- "Sound10a/10520jz.wav,Sound10b/10520zn.wav,Sound10c/10520llf.wav,Sound10d/10520mz.wav", //#27
- "Sound10a/10497jz.wav,Sound10b/10497zn.wav,Sound10c/10497llf.wav,Sound10d/10497mz.wav", //#28
- "Sound9a/9560zh.wav,Sound9b/9560zl.wav,Sound9c/9560jz.wav,Sound9d/9560zj.wav,Sound9e/9560lei.wav", //#29
- "Sound10a/10495jz.wav,Sound10b/10495zn.wav,Sound10c/10495llf.wav,Sound10d/10495mz.wav", //#30
- "Sound10a/10494jz.wav,Sound10b/10494zn.wav,Sound10c/10494llf.wav,Sound10d/10494mz.wav", //#31
- "Sound10a/10491jz.wav,Sound10b/10491zn.wav,Sound10c/10491llf.wav,Sound10d/10491mz.wav", //#32
- "Sound10a/10490jz.wav,Sound10b/10490zn.wav,Sound10c/10490llf.wav,Sound10d/10490mz.wav", //#33
- "Sound10a/10492jz.wav,Sound10b/10492zn.wav,Sound10c/10492llf.wav,Sound10d/10492mz.wav", //#34
- "Sound10a/10493jz.wav,Sound10b/10493zn.wav,Sound10c/10493llf.wav,Sound10d/10493mz.wav", //#35
- "Sound10a/10592jz.wav,Sound10b/10592zn.wav,Sound10c/10592llf.wav,Sound10d/10592mz.wav", //#36
- "Sound10a/10518jz.wav,Sound10b/10518zn.wav,Sound10c/10518llf.wav,Sound10d/10518mz.wav", //#37
- "Sound10a/10483jz.wav,Sound10b/10483zn.wav,Sound10c/10483llf.wav,Sound10d/10483mz.wav", //#38
- "Sound14c/14450mm.wav", //#39
- "Sound10a/10505jz.wav,Sound10b/10505zn.wav,Sound10c/10505llf.wav,Sound10d/10505mz.wav", //#40
- "Sound9a/9371lyr.wav,Sound9b/9371jz.wav,Sound9c/9371lei.wav,Sound9d/9371hua.wav", //#41
- "Sound10a/10481jz.wav,Sound10b/10481zn.wav,Sound10c/10481llf.wav,Sound10d/10481mz.wav", //#42
- "Sound10a/10482fx.wav,Sound10b/10482chg.wav,Sound10c/10482gz.wav", //#43
- "Sound10a/10487jz.wav,Sound10b/10487zn.wav,Sound10c/10487llf.wav,Sound10d/10487mz.wav", //#44
- "Sound10a/10488fx.wav,Sound10b/10488chg.wav,Sound10c/10488gz.wav", //#45
- "Sound10a/10489jz.wav,Sound10b/10489zn.wav,Sound10c/10489llf.wav,Sound10d/10489mz.wav", //#46
- "Sound9a/9541zh.wav,Sound9b/9541zl.wav,Sound9c/9541jz.wav,Sound9d/9541zj.wav,Sound9e/9541lei.wav", //#47
- "Sound10a/10516jz.wav,Sound10b/10516zn.wav,Sound10c/10516llf.wav,Sound10d/10516mz.wav", //#48
- "Sound9a/9564zh.wav,Sound9b/9564zl.wav,Sound9c/9564jz.wav,Sound9d/9564zj.wav,Sound9e/9564lei.wav", //#49
- "Sound10a/10502jz.wav,Sound10b/10502zn.wav,Sound10c/10502llf.wav,Sound10d/10502mz.wav" //#50
- );
- soundE = new Array(
- "Sounde10a/10507st.wav,Sounde10c/10507dh.wav,Sounde10d/10507kd.wav", //#0
- "Sounde10a/10509st.wav,Sounde10c/10509dh.wav,Sounde10d/10509kd.wav", //#1
- "Sounde9a/9558kh.wav,Sounde9b/9558fb.wav,Sounde9c/9558dh.wav,Sounde9d/9558kd.wav,Sounde9e/9558st.wav", //#2
- "Sounde10c/10591dh.wav,Sounde10d/10591kd.wav", //#3
- "Sounde10c/10508dh.wav,Sounde10d/10508kd.wav", //#4
- "Sounde10c/10506dh.wav,Sounde10d/10506kd.wav", //#5
- "Sounde10a/10514st.wav,Sounde10c/10514dh.wav,Sounde10d/10514kd.wav", //#6
- "Sounde10a/10510st.wav,Sounde10c/10510dh.wav,Sounde10d/10510kd.wav", //#7
- "Sounde9a/9561kh.wav,Sounde9b/9561fb.wav,Sounde9c/9561dh.wav,Sounde9d/9561kd.wav", //#8
- "Sounde10c/10513dh.wav,Sounde10d/10513kd.wav", //#9
- "Sounde10c/10517dh.wav,Sounde10d/10517kd.wav", //#10
- "Sounde10a/10503st.wav,Sounde10c/10503dh.wav,Sounde10d/10503kd.wav", //#11
- "Sounde10a/10504st.wav,Sounde10c/10504dh.wav,Sounde10d/10504kd.wav", //#12
- "Sounde10a/10515st.wav,Sounde10c/10515dh.wav,Sounde10d/10515kd.wav", //#13
- "Sounde10c/10512dh.wav,Sounde10d/10512kd.wav", //#14
- "Sounde10a/10511st.wav,Sounde10c/10511dh.wav,Sounde10d/10511kd.wav", //#15
- "Sounde14a/14451st.wav,Sounde14c/14451dh.wav,Sounde14d/14451kd.wav", //#16
- "Sounde10a/10590dh.wav,Sounde10c/10590dh.wav,Sounde10d/10590kd.wav", //#17
- "Sounde10a/10500st.wav,Sounde10c/10500dh.wav,Sounde10d/10500kd.wav", //#18
- "Sounde10a/10519st.wav,Sounde10c/10519dh.wav,Sounde10d/10519kd.wav", //#19
- "Sounde10a/10479st.wav,Sounde10c/10479dh.wav,Sounde10d/10479kd.wav", //#20
- "Sounde10c/10477dh.wav,Sounde10d/10477kd.wav", //#21
- "Sounde10a/10501st.wav,Sounde10c/10501dh.wav,Sounde10d/10501kd.wav", //#22
- "Sounde10a/10499st.wav,Sounde10c/10499dh.wav,Sounde10d/10499kd.wav", //#23
- "Sounde10a/10498st.wav,Sounde10c/10498dh.wav,Sounde10d/10498kd.wav", //#24
- "Sounde10a/10275st.wav,Sounde10c/10275dh.wav,Sounde10d/10275kd.wav", //#25
- "Sounde10a/10496st.wav,Sounde10c/10496dh.wav,Sounde10d/10496kd.wav", //#26
- "Sounde10c/10520dh.wav,Sounde10d/10520kd.wav", //#27
- "Sounde10a/10497st.wav,Sounde10c/10497dh.wav,Sounde10d/10497kd.wav", //#28
- "Sounde9a/9560kh.wav,Sounde9b/9560fb.wav,Sounde9c/9560dh.wav,Sounde9d/9560kd.wav", //#29
- "Sounde10a/10495st.wav,Sounde10c/10495dh.wav,Sounde10d/10495kd.wav", //#30
- "Sounde10c/10494dh.wav,Sounde10d/10494kd.wav", //#31
- "Sounde10a/10491st.wav,Sounde10c/10491dh.wav,Sounde10d/10491kd.wav", //#32
- "Sounde10c/10490dh.wav,Sounde10d/10490kd.wav", //#33
- "Sounde10a/10492st.wav,Sounde10c/10492dh.wav,Sounde10d/10492kd.wav", //#34
- "Sounde10a/10493st.wav,Sounde10c/10493dh.wav,Sounde10d/10493kd.wav", //#35
- "Sounde10a/10592st.wav,Sounde10c/10592dh.wav,Sounde10d/10592kd.wav", //#36
- "Sounde10c/10518dh.wav,Sounde10d/10518kd.wav", //#37
- "Sounde10c/10483dh.wav,Sounde10d/10483kd.wav", //#38
- "Sounde14a/14450st.wav,Sounde14c/14450dh.wav,Sounde14d/14450kd.wav", //#39
- "Sounde10a/10505st.wav,Sounde10c/10505dh.wav,Sounde10d/10505kd.wav", //#40
- "Sounde9a/9371st.wav,Sounde9c/9371dh.wav,Sounde9d/9371bl.wav", //#41
- "Sounde10a/10481st.wav,Sounde10c/10481dh.wav,Sounde10d/10481kd.wav", //#42
- "Sounde10a/10482st.wav,Sounde10c/10482dh.wav,Sounde10d/10482kd.wav", //#43
- "Sounde10a/10487st.wav,Sounde10c/10487dh.wav,Sounde10d/10487kd.wav", //#44
- "Sounde10a/10488st.wav,Sounde10c/10488dh.wav,Sounde10d/10488kd.wav", //#45
- "Sounde10c/10489dh.wav,Sounde10d/10489kd.wav", //#46
- "Sounde9a/9541kh.wav,Sounde9b/9541fb.wav,Sounde9c/9541dh.wav,Sounde9d/9541kd.wav,Sounde9e/9541st.wav", //#47
- "Sounde10a/10516st.wav,Sounde10c/10516dh.wav,Sounde10d/10516kd.wav", //#48
- "Sounde9a/9564kh.wav,Sounde9b/9564fb.wav,Sounde9c/9564dh.wav,Sounde9d/9564kd.wav,Sounde9e/9564st.wav", //#49
- "Sounde10c/10502dh.wav,Sounde10d/10502kd.wav" //#50
- );
- //-->
- </script>
- <style>
- #root {position:relative; width:100%; top: 2px; left:0;}
- #subroot {position: absolute; left: 30%;}
- #descr {position: absolute; left:0; top:0;}
- </style>
- </head>
- <body onload="init()" marginwidth="0" marginheight="0" bgcolor="#FFFFFF">
- <DIV ID="descr"> </DIV>
- <table CELLPADDING="0" CELLSPACING="0" BORDER="0" border="0" bgcolor="#330099" height="17">
- <tr>
- <td NOWRAP="1" VALIGN=CENTER bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1"><a class=white href="../welcome.html">Home </a></font> <font size+1 color="#FFFFFF">|</font></td>
- <td NOWRAP="1" bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1"><a class=white href="../../China/china.html">China Index</a></font> <font size+1 color="#FFFFFF">|</font></td>
- <td NOWRAP="1" bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1"><a class=white
- href="../games/games.html">Games</a></font> <font size+1 color="#FFFFFF">|</font></td>
- <td NOWRAP="1" bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1" color="#CCCC00">Clickable US Map</font> <font size+1 color="#FFFFFF">|</font></td>
- <td NOWRAP="1" bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1"><a class=white href="chinese_map.html">China Map</a> <font size+1 color="#FFFFFF">|</font></td>
- <td NOWRAP="1" bgcolor="#330099"> <font face="Verdana,Arial,Helvetica" size="1"><a class=white href="statestable.html">More Information</a></font> </td>
- </tr>
- </table>
- <DIV ID="root"><DIV ID="subroot"><img src="blankdot.gif" height="107px" width="520px" border="0"></DIV></DIV>
- <img src="blankdot.gif" height="42px" width="1px" border="0">
- <p align="center"><map name="FPMap0">
- <area href="Javascript:showInfo(0)" onmouseover="desc(0); return true;" shape="polygon" coords="78, 8, 79, 22, 57, 8, 56, 44, 68, 48, 68, 57, 75, 56, 123, 67, 133, 25">
- <area href="Javascript:showInfo(1)" onmouseover="desc(1); return true;" shape="polygon" coords="52, 53, 63, 50, 64, 62, 75, 62, 81, 66, 99, 67, 124, 73, 125, 79, 116, 91, 118, 98, 113, 102, 109, 127, 31, 106">
- <area href="Javascript:showInfo(2)" onmouseover="desc(2); return true;" shape="polygon" coords="28, 115, 20, 133, 37, 234, 63, 250, 75, 275, 103, 279, 112, 246, 59, 167, 73, 126">
- <area href="Javascript:showInfo(3)" onmouseover="desc(3); return true;" shape="polygon" coords="76, 127, 142, 142, 123, 225, 115, 223, 111, 232, 67, 167">
- <area href="Javascript:showInfo(4)" onmouseover="desc(4); return true;" shape="polygon" coords="138, 27, 129, 68, 133, 79, 122, 94, 115, 128, 176, 144, 184, 105, 167, 108, 154, 88, 148, 78, 153, 65, 142, 40, 145, 29">
- <area href="Javascript:showInfo(5)" onmouseover="desc(5); return true;" shape="polygon" coords="151, 30, 149, 42, 160, 68, 157, 80, 168, 100, 185, 98, 263, 109, 270, 49, 154, 30">
- <area href="Javascript:showInfo(6)" onmouseover="desc(6); return true;" shape="polygon" coords="188, 107, 178, 158, 255, 171, 262, 115, 192, 105">
- <area href="Javascript:showInfo(7)" onmouseover="desc(7); return true;" shape="polygon" coords="146, 144, 175, 150, 173, 163, 197, 168, 187, 224, 130, 215">
- <area href="Javascript:showInfo(8)" onmouseover="desc(8); return true;" shape="polygon" coords="128, 222, 186, 230, 172, 315, 150, 311, 105, 284, 119, 253, 117, 234, 123, 234">
- <area href="Javascript:showInfo(9)" onmouseover="desc(9); return true;" shape="polygon" coords="274, 236, 194, 225, 202, 169, 279, 179">
- <area href="Javascript:showInfo(10)" onmouseover="desc(10); return true;" shape="polygon" coords="191, 233, 260, 240, 252, 310, 211, 308, 206, 310, 188, 308, 185, 317, 179, 314">
- <area href="Javascript:showInfo(11)" onmouseover="desc(11); return true;" shape="polygon" coords="276, 49, 271, 93, 345, 99, 339, 53">
- <area href="Javascript:showInfo(12)" onmouseover="desc(12); return true;" shape="polygon" coords="269, 100, 265, 139, 324, 143, 345, 150, 344, 104">
- <area href="Javascript:showInfo(13)" onmouseover="desc(13); return true;" shape="polygon" coords="264, 146, 262, 169, 282, 171, 285, 187, 356, 192, 347, 158, 322, 147">
- <area href="Javascript:showInfo(14)" onmouseover="desc(14); return true;" shape="polygon" coords="282, 194, 281, 236, 331, 241, 365, 238, 368, 211, 359, 196">
- <area href="Javascript:showInfo(15)" onmouseover="desc(15); return true;" shape="polygon" coords="265, 241, 319, 244, 366, 244, 369, 290, 356, 286, 348, 290, 301, 276, 301, 247, 268, 244">
- <area href="Javascript:showInfo(16)" onmouseover="desc(16); return true;" shape="polygon" coords="264, 250, 258, 318, 213, 313, 222, 328, 247, 363, 267, 348, 305, 406, 330, 416, 325, 391, 376, 354, 373, 299, 356, 291, 347, 295, 297, 280, 298, 251">
- <area href="Javascript:showInfo(17)" onmouseover="desc(17); return true;" shape="polygon" coords="345, 55, 351, 103, 350, 135, 402, 135, 386, 121, 386, 101, 392, 85, 416, 66, 364, 53">
- <area href="Javascript:showInfo(18)" onmouseover="desc(18); return true;" shape="polygon" coords="350, 142, 350, 151, 358, 180, 401, 180, 405, 180, 409, 168, 416, 164, 410, 152, 405, 140, 353, 139">
- <area href="Javascript:showInfo(19)" onmouseover="desc(19); return true;" shape="polygon" coords="359, 188, 372, 207, 372, 245, 421, 246, 425, 251, 427, 251, 435, 237, 420, 219, 421, 210, 415, 214, 402, 186">
- <area href="Javascript:showInfo(20)" onmouseover="desc(20); return true;" shape="polygon" coords="371, 254, 373, 290, 379, 292, 380, 299, 409, 300, 427, 258, 418, 252">
- <area href="Javascript:showInfo(21)" onmouseover="desc(21); return true;" shape="polygon" coords="378, 305, 378, 319, 385, 336, 381, 345, 382, 353, 401, 358, 404, 351, 430, 363, 437, 347, 430, 343, 431, 335, 404, 335, 414, 313, 410, 304, 381, 305">
- <area href="Javascript:showInfo(22)" onmouseover="desc(22); return true;" shape="polygon" coords="404, 88, 396, 91, 395, 99, 390, 105, 391, 118, 408, 131, 414, 148, 441, 148, 446, 113, 438, 98, 422, 97">
- <area href="Javascript:showInfo(23)" onmouseover="desc(23); return true;" shape="polygon" coords="417, 154, 444, 152, 449, 163, 451, 205, 455, 207, 439, 233, 426, 218, 428, 206, 417, 200, 409, 188, 418, 169, 422, 156">
- <area href="Javascript:showInfo(24)" onmouseover="desc(24); return true;" shape="polygon" coords="453, 169, 454, 201, 462, 207, 453, 221, 471, 215, 483, 199, 482, 162, 461, 163">
- <area href="Javascript:showInfo(25)" onmouseover="desc(25); return true;" shape="polygon" coords="487, 206, 473, 221, 451, 228, 440, 237, 439, 243, 505, 237, 519, 220, 513, 207, 497, 209">
- <area href="Javascript:showInfo(26)" onmouseover="desc(26); return true;" shape="polygon" coords="434, 250, 525, 238, 524, 240, 494, 263, 428, 269">
- <area href="Javascript:showInfo(27)" onmouseover="desc(27); return true;" shape="polygon" coords="423, 275, 416, 301, 422, 315, 414, 329, 436, 328, 439, 342, 447, 344, 448, 275">
- <area href="Javascript:showInfo(28)" onmouseover="desc(28); return true;" shape="polygon" coords="485, 163, 488, 198, 498, 203, 511, 201, 515, 203, 522, 189, 532, 176, 529, 154, 504, 164, 497, 160">
- <area href="Javascript:showInfo(29)" onmouseover="desc(29); return true;" shape="polygon" coords="453, 273, 454, 341, 462, 341, 461, 330, 493, 326, 491, 310, 492, 305, 482, 271">
- <area href="Javascript:showInfo(30)" onmouseover="desc(30); return true;" shape="polygon" coords="540, 329, 544, 329, 560, 358, 563, 375, 573, 386, 564, 420, 559, 410, 545, 386, 539, 386, 536, 379, 531, 353, 514, 341, 503, 347, 482, 339, 469, 340, 469, 333, 494, 331, 500, 334, 537, 333">
- <area href="Javascript:showInfo(31)" onmouseover="desc(31); return true;" shape="polygon" coords="484, 271, 511, 266, 546, 306, 543, 320, 536, 322, 534, 327, 502, 327, 497, 322, 499, 305, 487, 272">
- <area href="Javascript:showInfo(32)" onmouseover="desc(32); return true;" shape="polygon" coords="515, 266, 549, 299, 573, 274, 561, 262, 548, 264, 541, 259">
- <area href="Javascript:showInfo(33)" onmouseover="desc(33); return true;" shape="polygon" coords="581, 270, 587, 254, 599, 250, 590, 242, 604, 241, 600, 226, 532, 238, 504, 261, 522, 255, 539, 253, 548, 258, 559, 257, 575, 267">
- <area href="Javascript:showInfo(34)" onmouseover="desc(34); return true;" shape="polygon" coords="595, 222, 513, 234, 522, 223, 527, 226, 549, 217, 553, 204, 566, 190, 572, 188, 575, 191, 569, 195, 574, 205, 588, 204">
- <area href="Javascript:showInfo(35)" onmouseover="desc(35); return true;" shape="polygon" coords="580, 190, 582, 193, 586, 194, 583, 200, 578, 200, 576, 195">
- <area href="Javascript:showInfo(36)" onmouseover="desc(36); return true;" shape="polygon" coords="533, 187, 527, 194, 519, 208, 526, 218, 541, 216, 549, 198, 562, 185, 552, 189, 545, 186">
- <area href="Javascript:showInfo(37)" onmouseover="desc(37); return true;" shape="polygon" coords="550, 182, 588, 176, 594, 196, 605, 193, 598, 211, 597, 198, 594, 197, 587, 182, 587, 189, 569, 182">
- <area href="Javascript:showInfo(38)" onmouseover="desc(38); return true;" shape="polygon" coords="591, 177, 595, 190, 602, 189">
- <area href="Javascript:showInfo(39)" onmouseover="desc(39); return true;" shape="polygon" coords="598, 149, 594, 155, 601, 162, 598, 170, 605, 184, 610, 169, 610, 154">
- <area href="Javascript:showInfo(40)" onmouseover="desc(40); return true;" shape="polygon" coords="595, 147, 590, 140, 540, 148, 540, 144, 533, 150, 538, 179, 594, 170, 596, 164, 590, 160, 591, 152">
- <area href="Javascript:showInfo(41)" onmouseover="desc(41); return true;" shape="polygon" coords="630, 145, 614, 151, 608, 140, 608, 111, 597, 89, 583, 96, 575, 105, 577, 116, 567, 126, 551, 125, 544, 142, 588, 135, 617, 154">
- <area href="Javascript:showInfo(42)" onmouseover="desc(42); return true;" shape="polygon" coords="612, 134, 614, 140, 615, 144, 628, 139, 628, 129">
- <area href="Javascript:showInfo(43)" onmouseover="desc(43); return true;" shape="polygon" coords="631, 128, 631, 138, 640, 134">
- <area href="Javascript:showInfo(44)" onmouseover="desc(44); return true;" shape="polygon" coords="641, 128, 633, 123, 615, 128, 614, 121, 639, 114, 639, 119">
- <area href="Javascript:showInfo(45)" onmouseover="desc(45); return true;" shape="polygon" coords="618, 84, 605, 87, 607, 97, 612, 109, 612, 117, 616, 115, 616, 97, 620, 89">
- <area href="Javascript:showInfo(46)" onmouseover="desc(46); return true;" shape="polygon" coords="623, 81, 625, 92, 621, 98, 620, 114, 637, 110, 634, 105, 631, 101">
- <area href="Javascript:showInfo(47)" onmouseover="desc(47); return true;" shape="polygon" coords="626, 77, 638, 103, 645, 91, 651, 90, 653, 79, 670, 73, 661, 61, 654, 54, 648, 36, 634, 41">
- <area href="Javascript:showInfo(48)" onmouseover="desc(48); return true;" shape="polygon" coords="309, 455, 295, 464, 288, 467, 283, 460, 281, 443, 262, 420, 250, 410, 222, 401, 191, 390, 177, 392, 193, 381, 203, 381, 233, 396, 280, 418">
- <area href="Javascript:showInfo(49)" onmouseover="desc(49); return true;" shape="polygon" coords="195, 441, 188, 454, 142, 422, 115, 419, 91, 448, 83, 443, 6, 476, 76, 434, 56, 428, 45, 403, 68, 387, 68, 383, 47, 382, 45, 368, 69, 370, 57, 351, 88, 333, 126, 342, 142, 416, 165, 416, 198, 440, 196, 448">
- <area href="Javascript:showInfo(50)" onmouseover="desc(50); return true;" shape="polygon" coords="461, 158, 498, 156, 505, 138, 500, 120, 490, 128, 486, 125, 494, 114, 489, 103, 478, 97, 470, 112, 465, 108, 462, 129, 464, 153">
- <area href="Javascript:showInfo(50)" onmouseover="desc(50); return true;" shape="polygon" coords="415, 89, 424, 93, 436, 93, 447, 105, 458, 97, 481, 92, 464, 82, 456, 87, 436, 84, 441, 73, 423, 85"></map><img src="us_map.gif" border="0" usemap="#FPMap0" width="675" height="477"></p>
- </body>
- </html>
|