var area_name = 'mori'; var ents = { BUK0022141:{ label:'イオンレイクタウンMORIゲート16 : 混雑', icon:'images/ico_crowded.gif', x:'309px', y:'-25px' } ,BUK0022142:{ label:'イオンレイクタウンMORIゲート17 : 混雑', icon:'images/ico_crowded.gif', x:'241px', y:'-25px' } ,BUK0022143:{ label:'イオンレイクタウンMORIゲート7 : 混雑', icon:'images/ico_crowded.gif', x:'92px', y:'81px' } ,BUK0022145:{ label:'イオンレイクタウンMORIゲート8 : 満車', icon:'images/ico_full.gif', x:'90px', y:'211px' } ,BUK0022146:{ label:'イオンレイクタウンMORIゲート9 : 満車', icon:'images/ico_full.gif', x:'92px', y:'266px' } ,BUK0022147:{ label:'イオンレイクタウンMORIゲート10 : 満車', icon:'images/ico_full.gif', x:'92px', y:'349px' } ,BUK0022148:{ label:'イオンレイクタウンMORIゲート12 : 空き', icon:'images/ico_empty.gif', x:'294px', y:'457px' } ,BUK0022150:{ label:'イオンレイクタウンMORIゲート13 : 空き', icon:'images/ico_empty.gif', x:'421px', y:'315px' } ,BUK0022151:{ label:'イオンレイクタウンMORIゲート14 : 混雑', icon:'images/ico_crowded.gif', x:'421px', y:'186px' } ,BUK0022152:{ label:'イオンレイクタウンMORIゲート22 : 混雑', icon:'images/ico_crowded.gif', x:'441px', y:'130px' } } var information = "

※レイクタウンの駐車料金が土曜・日曜・祝日は無料になりました。

"; var p_information = "
"; window.onload = function (){ //満空アイコン for (park_no in ents){ var img = new Image(); img.src = ents[park_no]['icon']; //img.style.width = '64px'; //img.style.height = '64px'; //img.style.position = 'relative'; img.style.position = 'absolute'; img.style.left = ents[park_no]['x']; img.style.top = ents[park_no]['y']; img.id = 'img-' + park_no; img.title = ents[park_no]['label'];; var mapElm = document.getElementById('map'); mapElm.appendChild(img); ents[park_no]['img'] = img; } //入場待ち時間他、メッセージ document.getElementById('info').innerHTML = information; //料金情報 //document.getElementById('pinfo').innerHTML = p_information; }