﻿
//"dmap" Popup JavaScript

//File name: mapboxpop.js
//Author : slug.
//Date: 2009/08/26


function pageLoad() {
    document.getElementById('dmap_bullet_direction').style.visibility = 'visible';
    document.getElementById('dmap_bullet_update').style.visibility = 'visible';
    document.getElementById('dmap_direction').style.visibility = 'hidden';
    document.getElementById('dmap_update').style.visibility = 'hidden';
    document.getElementById('dmap_direction').style.left = '120pt';
}
function colorchange(color) {
    document.bullet1.src = 'img/bullet_' + color + '.gif';
    document.bullet2.src = 'img/bullet_' + color + '.gif';
    document.bullet3.src = 'img/bullet_' + color + '.gif';
    document.bullet4.src = 'img/bullet_' + color + '.gif';
    document.box1.src = 'img/box_' + color + '26.gif';
    document.box2.src = 'img/box_' + color + '26.gif';
}