﻿/*@cc_on
var doc = document;
eval('var document = doc');
@*/

window.onload = function() {

    $('#map_top_flash').flash(
    {
        src: 'img/map/map.swf',
        width: 600,
        height: 350,
        wmode: "transparent"
    },
    { version: 8 }
    );    
};
