function map99_over01() { hideback(1); var oDiv=document.getElementById('map99-land1'); oDiv.style.background="url(static/jr/images/city-01b.png)"; showList(01); } function map99_over02() { hideback(2); var oDiv=document.getElementById('map99-land2'); oDiv.style.background="url(static/jr/images/city-02b.png)"; showList(02); } function map99_over03() {hideback(3); var oDiv=document.getElementById('map99-land3'); oDiv.style.background="url(static/jr/images/city-03b.png)"; showList(03); } function map99_over04() {hideback(4); var oDiv=document.getElementById('map99-land4'); oDiv.style.background="url(static/jr/images/city-04b.png)"; showList(04); } function map99_out04() {hideback(5); var oDiv=document.getElementById('map99-land04'); oDiv.style.background=""; } function map99_over05() {hideback(5); var oDiv=document.getElementById('map99-land5'); oDiv.style.background="url(static/jr/images/city-05b.png)"; showList(05); } function map99_out05() {hideback(07); var oDiv=document.getElementById('map99-land05'); oDiv.style.background=""; } function map99_over06() {hideback(6); var oDiv=document.getElementById('map99-land6'); oDiv.style.background="url(static/jr/images/city-06b.png)"; showList(06); } function map99_out06() { var oDiv=document.getElementById('map99-land06'); oDiv.style.background=""; } function map99_over07() {hideback(7); var oDiv=document.getElementById('map99-land7'); oDiv.style.background="url(static/jr/images/city-07b.png)"; showList(07); } function map99_out07() { var oDiv=document.getElementById('map99-land07'); oDiv.style.background=""; } function map99_over08() {hideback(8); var oDiv=document.getElementById('map99-land8'); oDiv.style.background="url(static/jr/images/city-08b.png)"; showList(08); } function map99_out08() { var oDiv=document.getElementById('map99-land08'); oDiv.style.background=""; } function map99_over09() {hideback(9); var oDiv=document.getElementById('map99-land9'); oDiv.style.background="url(static/jr/images/city-09b.png)"; showList(09); } function map99_out09() {hideback(10); var oDiv=document.getElementById('map99-land09'); oDiv.style.background=""; } function map99_over10() {hideback(10); var oDiv=document.getElementById('map99-land10'); oDiv.style.background="url(static/jr/images/city-10b.png)"; showList(10); } function map99_out10() { var oDiv=document.getElementById('map99-land10'); oDiv.style.background=""; } function map99_over11() {hideback(11); var oDiv=document.getElementById('map99-land11'); oDiv.style.background="url(static/jr/images/city-11b.png)"; showList(11); } function map99_out11() { var oDiv=document.getElementById('map99-land11'); oDiv.style.background=""; } function map99_over12() {hideback(12); var oDiv=document.getElementById('map99-land12'); oDiv.style.background="url(static/jr/images/city-12b.png)"; showList(12); } function map99_out12() { var oDiv=document.getElementById('map99-land12'); oDiv.style.background=""; } function map99_over13() {hideback(13); var oDiv=document.getElementById('map99-land13'); oDiv.style.background="url(static/jr/images/city-13b.png)"; showList(13); } function map99_out13() { var oDiv=document.getElementById('map99-land13'); oDiv.style.background=""; } function map99_over14() {hideback(14); var oDiv=document.getElementById('map99-land14'); oDiv.style.background="url(static/jr/images/city-14b.png)"; showList(14); } function map99_out14() { var oDiv=document.getElementById('map99-land14'); oDiv.style.background=""; } function map99_over15() {hideback(15); var oDiv=document.getElementById('map99-land15'); oDiv.style.background="url(static/jr/images/city-15b.png)"; showList(15); } function map99_out15() { var oDiv=document.getElementById('map99-land15'); oDiv.style.background=""; } function map99_over16() {hideback(16); var oDiv=document.getElementById('map99-land16'); oDiv.style.background="url(static/jr/images/city-16b.png)"; showList(16); } function map99_out16() { var oDiv=document.getElementById('map99-land16'); $("text16").hide(); oDiv.style.background=""; } function showList(id){ for(var i=1;i<17;i++){ var textDiv=document.getElementById('text'+i); textDiv.style.display='none'; } var showDiv=document.getElementById('text'+id); showDiv.style.display='block'; } function hideList(id){ for(var i=1;i<17;i++){ var textDiv=document.getElementById('text'+i); textDiv.style.display='none'; } var showDiv=document.getElementById('text'+id); showDiv.style.display='none'; } function hideback(id){ for(var i=1;i<17;i++){ var oDiv=document.getElementById('map99-land'+i); oDiv.style.background=""; } }