// JavaScript Document



<!--

image_t = new Array();

image_t[0] = new Image();
image_t[0].src = "map/tokyomap.gif";
image_t[1] = new Image();
image_t[1].src = "map/tokyomap-akihabara.gif";
image_t[2] = new Image();
image_t[2].src = "map/tokyomap-giroppon.gif";
image_t[3] = new Image();
image_t[3].src = "map/tokyomap-ikebukuro.gif";
image_t[4] = new Image();
image_t[4].src = "map/tokyomap-kinshityo.gif";
image_t[5] = new Image();
image_t[5].src = "map/tokyomap-kougai.gif";
image_t[6] = new Image();
image_t[6].src = "map/tokyomap-omori.gif";
image_t[7] = new Image();
image_t[7].src = "map/tokyomap-sanntya.gif";
image_t[8] = new Image();
image_t[8].src = "map/tokyomap-shinagawa.gif";
image_t[9] = new Image();
image_t[9].src = "map/tokyomap-sibuya.gif";
image_t[10] = new Image();
image_t[10].src = "map/tokyomap-sinnjyuku.gif";
image_t[11] = new Image();
image_t[11].src = "map/tokyomap-tokyo.gif";
image_t[12] = new Image();
image_t[12].src = "map/tokyomap-ueno.gif";
function Img_3(n){
if(document.images){
document.link2.src=image_t[n-1].src;}}
-->


