/* -1) { ie8_flag=1; } $(document).ready(function () { $.getJSON("script/layer_list_re.php", function(data){ for(var i in data.rows){ j=data.rows[i].id; // j=parseInt(i)+1; $("#layer_search").append(""); // $("#layer_search").append(""); if(ie8_flag==0){ // if(j==6){ // $("#layer_list").append("" +data.rows[i].cell[1] + ""); // }else{ $("#layer_list").append("" +data.rows[i].cell[1] + ""); // } }else{ // if(j==6){ // $("#layer_list").append("" +data.rows[i].cell[1] + "
"); // }else{ $("#layer_list").append("" +data.rows[i].cell[1] + "
"); // } } // $("#layer_list").append("" +data.rows[i].cell[1] + ""); /* if(j==2){ $("#layer_list").append("" +data.rows[i].cell[1] + ""); }else{ $("#layer_list").append("" +data.rows[i].cell[1] + ""); } */ } legend_drawing(); }); }); // leftobj=document.getElementById("left_block"); // mainobj=document.getElementById("main_block"); // rightobj=document.getElementById("right_block"); mapobj=document.getElementById("map3d"); fResize(); var opts = { center : new google.maps.LatLng(35.6965, 138.5722), zoom : 10, mapTypeId : google.maps.MapTypeId.ROADMAP, streetViewControl : true, disableDoubleClickZoom: false, gestureHandling: "greedy" }; map = new google.maps.Map(document.getElementById("map3d"), opts); //cross_px:十字の横幅・縦幅(ピクセル) //cross_td:十字の太さ(ピクセル) //cross_cr:十字の色(スタイルシートと同様の書式) var cross_px = 30; var cross_td = 2; var cross_cr = "red"; //十字の縦線のエレメントを設定 var cross_h_emt = document.createElement("div"); //IE用にfontSizeを最小値 cross_h_emt.style.fontSize = "1px"; cross_h_emt.style.margin = "0px"; cross_h_emt.style.padding = "0px"; cross_h_emt.style.width = cross_px + "px"; cross_h_emt.style.height = cross_td + "px"; cross_h_emt.style.backgroundColor = cross_cr; //十字の横線のエレメントを設定 var cross_v_emt = document.createElement("div"); cross_v_emt.style.margin = "0px"; cross_v_emt.style.padding = "0px"; cross_v_emt.style.width = cross_td+"px"; cross_v_emt.style.height = cross_px + "px"; cross_v_emt.style.backgroundColor = cross_cr; //十字(縦・横線)の位置を計算 var MapPX = map.getDiv(); var mycenterHX = MapPX.width / 2 - cross_px / 2; var mycenterHY = MapPX.height / 2 - cross_td / 2; var mycenterVX = MapPX.width / 2 - cross_td / 2; var mycenterVY = MapPX.height / 2 - cross_px / 2; var mycenter_H = new google.maps.Size(mycenterHX,mycenterHY); var mycenter_V = new google.maps.Size(mycenterVX,mycenterVY); map.setCenter(new google.maps.LatLng(35.6965, 138.5722), 10); //Youtube //map.enableScrollWheelZoom(); // add 'Earth' as one of the map types // start_maptype1(); var slatlng = new google.maps.LatLng(35.659683,139.742956); var option = { enableFullScreen:true }; // document.getElementById('pano_div').style.display='block'; //var myPano = new GStreetviewPanorama(document.getElementById("pano"),option); //myPano.setLocationAndPOV(slatlng); //svOverlay = new GStreetviewOverlay(); //map.addOverlay(svOverlay); //google.maps.event.addListener(map, "click", clickAction); google.maps.event.addListener(map,"click", function(event) { var latlng = event.latLng; clickAction(latlng); if(document.getElementById('checkbox2').checked==false){ document.getElementById('pano_div').style.display='none'; document.getElementById('pano').style.display='none'; }else{ var stClient = new google.maps.StreetViewService(); stClient.getPanoramaByLocation(latlng, 50, function(result, status) { if (status == google.maps.StreetViewStatus.OK){ document.getElementById('pano_div').style.display='block'; document.getElementById('pano').style.display='block'; var option = {}; myPano = new google.maps.StreetViewPanorama(document.getElementById("pano"),option); myPano.setPosition(latlng); //v3 map.setStreetView(myPano); } }); } }); var date= new Date(); // gx = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/ortho.kml?a="+date.getSeconds()); // gx[0] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/test.kml?a="+date.getSeconds()); gx[0] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/koufu4.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[0] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/koufu2.kml?a="+date.getSeconds()); // gx = new google.maps.KmlLayer("https://www.geekpage.jp/blog/script/2007/0416.kml"); gx[0].setMap(map); toggleState[0] =1; $('#checkbox1').attr('checked', true); // map.addOverlay(gx[0]); //ループ処理 /* gx[1] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/koufu/script/output_kml.php?layer_id=20&a="+date.getSeconds()); toggleState[1] = 0; gx[2] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/koufu/script/output_kml.php?layer_id=21&a="+date.getSeconds()); toggleState[2] = 0; */ // gx[5] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=5&a="+date.getSeconds()); // gx[5] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_5.kml?a="+date.getSeconds()); gx[5] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_5.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[5] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=5&a="+date.getSeconds()); toggleState[5] = 0;// gx[6] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=6&a="+date.getSeconds()); // gx[6] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_6.kml?a="+date.getSeconds()); gx[6] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_6.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[6] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=6&a="+date.getSeconds()); toggleState[6] = 0;// gx[7] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=7&a="+date.getSeconds()); // gx[7] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_7.kml?a="+date.getSeconds()); gx[7] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_7.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[7] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=7&a="+date.getSeconds()); toggleState[7] = 0;// gx[8] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=8&a="+date.getSeconds()); // gx[8] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_8.kml?a="+date.getSeconds()); gx[8] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_8.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[8] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=8&a="+date.getSeconds()); toggleState[8] = 0;// gx[9] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=9&a="+date.getSeconds()); // gx[9] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_9.kml?a="+date.getSeconds()); gx[9] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_9.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[9] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=9&a="+date.getSeconds()); toggleState[9] = 0;// gx[10] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=10&a="+date.getSeconds()); // gx[10] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_10.kml?a="+date.getSeconds()); gx[10] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_10.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[10] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=10&a="+date.getSeconds()); toggleState[10] = 0;// gx[14] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=14&a="+date.getSeconds()); // gx[14] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_14.kml?a="+date.getSeconds()); gx[14] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_14.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[14] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=14&a="+date.getSeconds()); toggleState[14] = 0;// gx[15] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=15&a="+date.getSeconds()); // gx[15] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_15.kml?a="+date.getSeconds()); gx[15] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_15.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[15] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=15&a="+date.getSeconds()); toggleState[15] = 0;// gx[16] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=16&a="+date.getSeconds()); // gx[16] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_16.kml?a="+date.getSeconds()); gx[16] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_16.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[16] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=16&a="+date.getSeconds()); toggleState[16] = 0;// gx[17] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=17&a="+date.getSeconds()); // gx[17] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_17.kml?a="+date.getSeconds()); gx[17] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_17.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[17] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=17&a="+date.getSeconds()); toggleState[17] = 0;// gx[18] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=18&a="+date.getSeconds()); // gx[18] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_18.kml?a="+date.getSeconds()); gx[18] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_18.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[18] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=18&a="+date.getSeconds()); toggleState[18] = 0;// gx[19] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=19&a="+date.getSeconds()); // gx[19] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_19.kml?a="+date.getSeconds()); gx[19] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_19.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[19] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=19&a="+date.getSeconds()); toggleState[19] = 0;// gx[20] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=20&a="+date.getSeconds()); // gx[20] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_20.kml?a="+date.getSeconds()); gx[20] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_20.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[20] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=20&a="+date.getSeconds()); toggleState[20] = 0;// gx[21] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=21&a="+date.getSeconds()); // gx[21] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_21.kml?a="+date.getSeconds()); gx[21] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_21.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[21] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=21&a="+date.getSeconds()); toggleState[21] = 0;// gx[22] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=22&a="+date.getSeconds()); // gx[22] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_22.kml?a="+date.getSeconds()); gx[22] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_22.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[22] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=22&a="+date.getSeconds()); toggleState[22] = 0;// gx[23] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=23&a="+date.getSeconds()); // gx[23] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_23.kml?a="+date.getSeconds()); gx[23] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_23.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[23] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=23&a="+date.getSeconds()); toggleState[23] = 0;// gx[24] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=24&a="+date.getSeconds()); // gx[24] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_24.kml?a="+date.getSeconds()); gx[24] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_24.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[24] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=24&a="+date.getSeconds()); toggleState[24] = 0;// gx[25] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=25&a="+date.getSeconds()); // gx[25] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_25.kml?a="+date.getSeconds()); gx[25] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_25.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[25] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=25&a="+date.getSeconds()); toggleState[25] = 0;// gx[26] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=26&a="+date.getSeconds()); // gx[26] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_26.kml?a="+date.getSeconds()); gx[26] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_26.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[26] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=26&a="+date.getSeconds()); toggleState[26] = 0;// gx[27] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=27&a="+date.getSeconds()); // gx[27] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_27.kml?a="+date.getSeconds()); gx[27] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_27.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[27] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=27&a="+date.getSeconds()); toggleState[27] = 0;// gx[28] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=28&a="+date.getSeconds()); // gx[28] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_28.kml?a="+date.getSeconds()); gx[28] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_28.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[28] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=28&a="+date.getSeconds()); toggleState[28] = 0;// gx[29] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=29&a="+date.getSeconds()); // gx[29] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_29.kml?a="+date.getSeconds()); gx[29] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_29.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[29] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=29&a="+date.getSeconds()); toggleState[29] = 0;// gx[30] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=30&a="+date.getSeconds()); // gx[30] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_30.kml?a="+date.getSeconds()); gx[30] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_30.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[30] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=30&a="+date.getSeconds()); toggleState[30] = 0;// gx[31] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=31&a="+date.getSeconds()); // gx[31] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_31.kml?a="+date.getSeconds()); gx[31] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_31.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[31] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=31&a="+date.getSeconds()); toggleState[31] = 0;// gx[32] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=32&a="+date.getSeconds()); // gx[32] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_32.kml?a="+date.getSeconds()); gx[32] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_32.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[32] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=32&a="+date.getSeconds()); toggleState[32] = 0;// gx[33] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=33&a="+date.getSeconds()); // gx[33] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_33.kml?a="+date.getSeconds()); gx[33] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_33.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[33] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=33&a="+date.getSeconds()); toggleState[33] = 0;// gx[34] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=34&a="+date.getSeconds()); // gx[34] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_34.kml?a="+date.getSeconds()); gx[34] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_34.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[34] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=34&a="+date.getSeconds()); toggleState[34] = 0;// gx[35] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=35&a="+date.getSeconds()); // gx[35] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_35.kml?a="+date.getSeconds()); gx[35] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_35.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[35] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=35&a="+date.getSeconds()); toggleState[35] = 0;// gx[36] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=36&a="+date.getSeconds()); // gx[36] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_36.kml?a="+date.getSeconds()); gx[36] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_36.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[36] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=36&a="+date.getSeconds()); toggleState[36] = 0;// gx[37] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=37&a="+date.getSeconds()); // gx[37] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_37.kml?a="+date.getSeconds()); gx[37] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_37.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[37] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=37&a="+date.getSeconds()); toggleState[37] = 0;// gx[38] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=38&a="+date.getSeconds()); // gx[38] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_38.kml?a="+date.getSeconds()); gx[38] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_38.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[38] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=38&a="+date.getSeconds()); toggleState[38] = 0;// gx[39] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=39&a="+date.getSeconds()); // gx[39] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_39.kml?a="+date.getSeconds()); gx[39] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_39.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[39] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=39&a="+date.getSeconds()); toggleState[39] = 0;// gx[40] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=40&a="+date.getSeconds()); // gx[40] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_40.kml?a="+date.getSeconds()); gx[40] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_40.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[40] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=40&a="+date.getSeconds()); toggleState[40] = 0;// gx[41] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=41&a="+date.getSeconds()); // gx[41] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_41.kml?a="+date.getSeconds()); gx[41] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_41.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[41] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=41&a="+date.getSeconds()); toggleState[41] = 0;// gx[42] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=42&a="+date.getSeconds()); // gx[42] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_42.kml?a="+date.getSeconds()); gx[42] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_42.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[42] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=42&a="+date.getSeconds()); toggleState[42] = 0;// gx[43] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=43&a="+date.getSeconds()); // gx[43] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_43.kml?a="+date.getSeconds()); gx[43] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_43.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[43] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=43&a="+date.getSeconds()); toggleState[43] = 0;// gx[44] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=44&a="+date.getSeconds()); // gx[44] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_44.kml?a="+date.getSeconds()); gx[44] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_44.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[44] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=44&a="+date.getSeconds()); toggleState[44] = 0;// gx[45] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=45&a="+date.getSeconds()); // gx[45] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_45.kml?a="+date.getSeconds()); gx[45] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_45.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[45] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=45&a="+date.getSeconds()); toggleState[45] = 0;// gx[46] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=46&a="+date.getSeconds()); // gx[46] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_46.kml?a="+date.getSeconds()); gx[46] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_46.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[46] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=46&a="+date.getSeconds()); toggleState[46] = 0;// gx[47] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=47&a="+date.getSeconds()); // gx[47] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_47.kml?a="+date.getSeconds()); gx[47] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_47.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[47] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=47&a="+date.getSeconds()); toggleState[47] = 0;// gx[48] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=48&a="+date.getSeconds()); // gx[48] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_48.kml?a="+date.getSeconds()); gx[48] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_48.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[48] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=48&a="+date.getSeconds()); toggleState[48] = 0;// gx[49] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=49&a="+date.getSeconds()); // gx[49] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_49.kml?a="+date.getSeconds()); gx[49] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_49.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[49] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=49&a="+date.getSeconds()); toggleState[49] = 0;// gx[50] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=50&a="+date.getSeconds()); // gx[50] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_50.kml?a="+date.getSeconds()); gx[50] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_50.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[50] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=50&a="+date.getSeconds()); toggleState[50] = 0;// gx[51] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=51&a="+date.getSeconds()); // gx[51] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_51.kml?a="+date.getSeconds()); gx[51] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_51.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[51] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=51&a="+date.getSeconds()); toggleState[51] = 0;// gx[53] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=53&a="+date.getSeconds()); // gx[53] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_53.kml?a="+date.getSeconds()); gx[53] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_53.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[53] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=53&a="+date.getSeconds()); toggleState[53] = 0;// gx[54] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=54&a="+date.getSeconds()); // gx[54] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_54.kml?a="+date.getSeconds()); gx[54] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_54.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[54] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=54&a="+date.getSeconds()); toggleState[54] = 0;// gx[55] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=55&a="+date.getSeconds()); // gx[55] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_55.kml?a="+date.getSeconds()); gx[55] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_55.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[55] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=55&a="+date.getSeconds()); toggleState[55] = 0;// gx[56] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=56&a="+date.getSeconds()); // gx[56] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_56.kml?a="+date.getSeconds()); gx[56] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_56.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[56] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=56&a="+date.getSeconds()); toggleState[56] = 0;// gx[58] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=58&a="+date.getSeconds()); // gx[58] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_58.kml?a="+date.getSeconds()); gx[58] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_58.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[58] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=58&a="+date.getSeconds()); toggleState[58] = 0;// gx[76] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=76&a="+date.getSeconds()); // gx[76] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_76.kml?a="+date.getSeconds()); gx[76] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_76.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[76] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=76&a="+date.getSeconds()); toggleState[76] = 0;// gx[93] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=93&a="+date.getSeconds()); // gx[93] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_93.kml?a="+date.getSeconds()); gx[93] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_93.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[93] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=93&a="+date.getSeconds()); toggleState[93] = 0;// gx[98] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=98&a="+date.getSeconds()); // gx[98] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_98.kml?a="+date.getSeconds()); gx[98] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_98.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[98] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=98&a="+date.getSeconds()); toggleState[98] = 0;// gx[116] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=116&a="+date.getSeconds()); // gx[116] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_116.kml?a="+date.getSeconds()); gx[116] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_116.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[116] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=116&a="+date.getSeconds()); toggleState[116] = 0;// gx[124] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=124&a="+date.getSeconds()); // gx[124] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_124.kml?a="+date.getSeconds()); gx[124] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_124.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[124] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=124&a="+date.getSeconds()); toggleState[124] = 0;// gx[125] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=125&a="+date.getSeconds()); // gx[125] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_125.kml?a="+date.getSeconds()); gx[125] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_125.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[125] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=125&a="+date.getSeconds()); toggleState[125] = 0;// gx[126] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=126&a="+date.getSeconds()); // gx[126] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_126.kml?a="+date.getSeconds()); gx[126] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_126.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[126] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=126&a="+date.getSeconds()); toggleState[126] = 0;// gx[127] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=127&a="+date.getSeconds()); // gx[127] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_127.kml?a="+date.getSeconds()); gx[127] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_127.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[127] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=127&a="+date.getSeconds()); toggleState[127] = 0;// gx[128] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=128&a="+date.getSeconds()); // gx[128] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_128.kml?a="+date.getSeconds()); gx[128] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_128.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[128] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=128&a="+date.getSeconds()); toggleState[128] = 0;// gx[129] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=129&a="+date.getSeconds()); // gx[129] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_129.kml?a="+date.getSeconds()); gx[129] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_129.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[129] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=129&a="+date.getSeconds()); toggleState[129] = 0;// gx[130] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=130&a="+date.getSeconds()); // gx[130] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_130.kml?a="+date.getSeconds()); gx[130] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_130.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[130] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=130&a="+date.getSeconds()); toggleState[130] = 0;// gx[131] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=131&a="+date.getSeconds()); // gx[131] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_131.kml?a="+date.getSeconds()); gx[131] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_131.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[131] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=131&a="+date.getSeconds()); toggleState[131] = 0;// gx[135] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=135&a="+date.getSeconds()); // gx[135] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_135.kml?a="+date.getSeconds()); gx[135] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_135.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[135] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=135&a="+date.getSeconds()); toggleState[135] = 0;// gx[136] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=136&a="+date.getSeconds()); // gx[136] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_136.kml?a="+date.getSeconds()); gx[136] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_136.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[136] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=136&a="+date.getSeconds()); toggleState[136] = 0;// gx[137] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=137&a="+date.getSeconds()); // gx[137] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_137.kml?a="+date.getSeconds()); gx[137] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_137.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[137] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=137&a="+date.getSeconds()); toggleState[137] = 0;// gx[138] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=138&a="+date.getSeconds()); // gx[138] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_138.kml?a="+date.getSeconds()); gx[138] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_138.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[138] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=138&a="+date.getSeconds()); toggleState[138] = 0;// gx[139] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=139&a="+date.getSeconds()); // gx[139] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_139.kml?a="+date.getSeconds()); gx[139] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_139.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[139] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=139&a="+date.getSeconds()); toggleState[139] = 0;// gx[140] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=140&a="+date.getSeconds()); // gx[140] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_140.kml?a="+date.getSeconds()); gx[140] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_140.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[140] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=140&a="+date.getSeconds()); toggleState[140] = 0;// gx[141] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=141&a="+date.getSeconds()); // gx[141] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_141.kml?a="+date.getSeconds()); gx[141] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_141.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[141] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=141&a="+date.getSeconds()); toggleState[141] = 0;// gx[142] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=142&a="+date.getSeconds()); // gx[142] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_142.kml?a="+date.getSeconds()); gx[142] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_142.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[142] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=142&a="+date.getSeconds()); toggleState[142] = 0;// gx[143] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=143&a="+date.getSeconds()); // gx[143] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_143.kml?a="+date.getSeconds()); gx[143] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_143.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[143] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=143&a="+date.getSeconds()); toggleState[143] = 0;// gx[144] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=144&a="+date.getSeconds()); // gx[144] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_144.kml?a="+date.getSeconds()); gx[144] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_144.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[144] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=144&a="+date.getSeconds()); toggleState[144] = 0;// gx[145] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=145&a="+date.getSeconds()); // gx[145] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_145.kml?a="+date.getSeconds()); gx[145] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_145.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[145] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=145&a="+date.getSeconds()); toggleState[145] = 0;// gx[146] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=146&a="+date.getSeconds()); // gx[146] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_146.kml?a="+date.getSeconds()); gx[146] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_146.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[146] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=146&a="+date.getSeconds()); toggleState[146] = 0;// gx[147] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=147&a="+date.getSeconds()); // gx[147] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_147.kml?a="+date.getSeconds()); gx[147] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_147.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[147] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=147&a="+date.getSeconds()); toggleState[147] = 0;// gx[148] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=148&a="+date.getSeconds()); // gx[148] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_148.kml?a="+date.getSeconds()); gx[148] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_148.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[148] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=148&a="+date.getSeconds()); toggleState[148] = 0;// gx[149] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=149&a="+date.getSeconds()); // gx[149] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_149.kml?a="+date.getSeconds()); gx[149] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_149.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[149] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=149&a="+date.getSeconds()); toggleState[149] = 0;// gx[150] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=150&a="+date.getSeconds()); // gx[150] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_150.kml?a="+date.getSeconds()); gx[150] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_150.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[150] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=150&a="+date.getSeconds()); toggleState[150] = 0;// gx[151] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=151&a="+date.getSeconds()); // gx[151] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_151.kml?a="+date.getSeconds()); gx[151] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_151.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[151] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=151&a="+date.getSeconds()); toggleState[151] = 0;// gx[152] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=152&a="+date.getSeconds()); // gx[152] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_152.kml?a="+date.getSeconds()); gx[152] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_152.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[152] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=152&a="+date.getSeconds()); toggleState[152] = 0;// gx[153] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=153&a="+date.getSeconds()); // gx[153] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_153.kml?a="+date.getSeconds()); gx[153] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_153.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[153] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=153&a="+date.getSeconds()); toggleState[153] = 0;// gx[154] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=154&a="+date.getSeconds()); // gx[154] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_154.kml?a="+date.getSeconds()); gx[154] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_154.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[154] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=154&a="+date.getSeconds()); toggleState[154] = 0;// gx[155] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=155&a="+date.getSeconds()); // gx[155] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_155.kml?a="+date.getSeconds()); gx[155] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_155.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[155] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=155&a="+date.getSeconds()); toggleState[155] = 0;// gx[156] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=156&a="+date.getSeconds()); // gx[156] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_156.kml?a="+date.getSeconds()); gx[156] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_156.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[156] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=156&a="+date.getSeconds()); toggleState[156] = 0;// gx[157] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=157&a="+date.getSeconds()); // gx[157] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_157.kml?a="+date.getSeconds()); gx[157] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_157.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[157] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=157&a="+date.getSeconds()); toggleState[157] = 0;// gx[158] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=158&a="+date.getSeconds()); // gx[158] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_158.kml?a="+date.getSeconds()); gx[158] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_158.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[158] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=158&a="+date.getSeconds()); toggleState[158] = 0;// gx[159] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=159&a="+date.getSeconds()); // gx[159] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_159.kml?a="+date.getSeconds()); gx[159] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_159.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[159] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=159&a="+date.getSeconds()); toggleState[159] = 0;// gx[160] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=160&a="+date.getSeconds()); // gx[160] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_160.kml?a="+date.getSeconds()); gx[160] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_160.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[160] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=160&a="+date.getSeconds()); toggleState[160] = 0;// gx[161] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=161&a="+date.getSeconds()); // gx[161] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_161.kml?a="+date.getSeconds()); gx[161] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_161.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[161] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=161&a="+date.getSeconds()); toggleState[161] = 0;// gx[162] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=162&a="+date.getSeconds()); // gx[162] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_162.kml?a="+date.getSeconds()); gx[162] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_162.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[162] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=162&a="+date.getSeconds()); toggleState[162] = 0;// gx[163] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=163&a="+date.getSeconds()); // gx[163] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_163.kml?a="+date.getSeconds()); gx[163] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_163.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[163] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=163&a="+date.getSeconds()); toggleState[163] = 0;// gx[164] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=164&a="+date.getSeconds()); // gx[164] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_164.kml?a="+date.getSeconds()); gx[164] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_164.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[164] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=164&a="+date.getSeconds()); toggleState[164] = 0;// gx[165] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=165&a="+date.getSeconds()); // gx[165] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_165.kml?a="+date.getSeconds()); gx[165] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_165.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[165] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=165&a="+date.getSeconds()); toggleState[165] = 0;// gx[166] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=166&a="+date.getSeconds()); // gx[166] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_166.kml?a="+date.getSeconds()); gx[166] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_166.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[166] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=166&a="+date.getSeconds()); toggleState[166] = 0;// gx[167] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=167&a="+date.getSeconds()); // gx[167] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_167.kml?a="+date.getSeconds()); gx[167] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_167.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[167] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=167&a="+date.getSeconds()); toggleState[167] = 0;// gx[168] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=168&a="+date.getSeconds()); // gx[168] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_168.kml?a="+date.getSeconds()); gx[168] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_168.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[168] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=168&a="+date.getSeconds()); toggleState[168] = 0;// gx[169] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=169&a="+date.getSeconds()); // gx[169] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_169.kml?a="+date.getSeconds()); gx[169] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_169.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[169] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=169&a="+date.getSeconds()); toggleState[169] = 0;// gx[170] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=170&a="+date.getSeconds()); // gx[170] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_170.kml?a="+date.getSeconds()); gx[170] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_170.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[170] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=170&a="+date.getSeconds()); toggleState[170] = 0;// gx[171] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=171&a="+date.getSeconds()); // gx[171] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_171.kml?a="+date.getSeconds()); gx[171] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_171.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[171] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=171&a="+date.getSeconds()); toggleState[171] = 0;// gx[172] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=172&a="+date.getSeconds()); // gx[172] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_172.kml?a="+date.getSeconds()); gx[172] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_172.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[172] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=172&a="+date.getSeconds()); toggleState[172] = 0;// gx[173] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=173&a="+date.getSeconds()); // gx[173] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_173.kml?a="+date.getSeconds()); gx[173] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_173.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[173] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=173&a="+date.getSeconds()); toggleState[173] = 0;// gx[174] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=174&a="+date.getSeconds()); // gx[174] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_174.kml?a="+date.getSeconds()); gx[174] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_174.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[174] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=174&a="+date.getSeconds()); toggleState[174] = 0;// gx[175] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=175&a="+date.getSeconds()); // gx[175] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_175.kml?a="+date.getSeconds()); gx[175] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_175.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[175] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=175&a="+date.getSeconds()); toggleState[175] = 0;// gx[176] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=176&a="+date.getSeconds()); // gx[176] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_176.kml?a="+date.getSeconds()); gx[176] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_176.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[176] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=176&a="+date.getSeconds()); toggleState[176] = 0;// gx[177] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=177&a="+date.getSeconds()); // gx[177] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_177.kml?a="+date.getSeconds()); gx[177] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_177.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[177] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=177&a="+date.getSeconds()); toggleState[177] = 0;// gx[178] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=178&a="+date.getSeconds()); // gx[178] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_178.kml?a="+date.getSeconds()); gx[178] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_178.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[178] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=178&a="+date.getSeconds()); toggleState[178] = 0;// gx[179] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=179&a="+date.getSeconds()); // gx[179] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_179.kml?a="+date.getSeconds()); gx[179] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_179.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[179] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=179&a="+date.getSeconds()); toggleState[179] = 0;// gx[180] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=180&a="+date.getSeconds()); // gx[180] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_180.kml?a="+date.getSeconds()); gx[180] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_180.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[180] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=180&a="+date.getSeconds()); toggleState[180] = 0;// gx[181] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=181&a="+date.getSeconds()); // gx[181] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_181.kml?a="+date.getSeconds()); gx[181] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_181.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[181] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=181&a="+date.getSeconds()); toggleState[181] = 0;// gx[182] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=182&a="+date.getSeconds()); // gx[182] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_182.kml?a="+date.getSeconds()); gx[182] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_182.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[182] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=182&a="+date.getSeconds()); toggleState[182] = 0;// gx[183] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=183&a="+date.getSeconds()); // gx[183] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_183.kml?a="+date.getSeconds()); gx[183] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_183.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[183] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=183&a="+date.getSeconds()); toggleState[183] = 0;// gx[184] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=184&a="+date.getSeconds()); // gx[184] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_184.kml?a="+date.getSeconds()); gx[184] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_184.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[184] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=184&a="+date.getSeconds()); toggleState[184] = 0;// gx[185] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=185&a="+date.getSeconds()); // gx[185] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_185.kml?a="+date.getSeconds()); gx[185] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_185.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[185] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=185&a="+date.getSeconds()); toggleState[185] = 0;// gx[186] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=186&a="+date.getSeconds()); // gx[186] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_186.kml?a="+date.getSeconds()); gx[186] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_186.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[186] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=186&a="+date.getSeconds()); toggleState[186] = 0;// gx[187] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=187&a="+date.getSeconds()); // gx[187] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_187.kml?a="+date.getSeconds()); gx[187] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_187.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[187] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=187&a="+date.getSeconds()); toggleState[187] = 0;// gx[188] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=188&a="+date.getSeconds()); // gx[188] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_188.kml?a="+date.getSeconds()); gx[188] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_188.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[188] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=188&a="+date.getSeconds()); toggleState[188] = 0;// gx[189] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=189&a="+date.getSeconds()); // gx[189] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_189.kml?a="+date.getSeconds()); gx[189] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_189.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[189] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=189&a="+date.getSeconds()); toggleState[189] = 0;// gx[190] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=190&a="+date.getSeconds()); // gx[190] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_190.kml?a="+date.getSeconds()); gx[190] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_190.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[190] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=190&a="+date.getSeconds()); toggleState[190] = 0;// gx[191] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=191&a="+date.getSeconds()); // gx[191] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_191.kml?a="+date.getSeconds()); gx[191] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_191.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[191] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=191&a="+date.getSeconds()); toggleState[191] = 0;// gx[192] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=192&a="+date.getSeconds()); // gx[192] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_192.kml?a="+date.getSeconds()); gx[192] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_192.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[192] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=192&a="+date.getSeconds()); toggleState[192] = 0;// gx[193] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=193&a="+date.getSeconds()); // gx[193] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_193.kml?a="+date.getSeconds()); gx[193] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_193.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[193] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=193&a="+date.getSeconds()); toggleState[193] = 0;// gx[194] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=194&a="+date.getSeconds()); // gx[194] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_194.kml?a="+date.getSeconds()); gx[194] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_194.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[194] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=194&a="+date.getSeconds()); toggleState[194] = 0;// gx[195] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=195&a="+date.getSeconds()); // gx[195] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_195.kml?a="+date.getSeconds()); gx[195] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_195.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[195] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=195&a="+date.getSeconds()); toggleState[195] = 0;// gx[196] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=196&a="+date.getSeconds()); // gx[196] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_196.kml?a="+date.getSeconds()); gx[196] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_196.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[196] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=196&a="+date.getSeconds()); toggleState[196] = 0;// gx[197] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=197&a="+date.getSeconds()); // gx[197] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_197.kml?a="+date.getSeconds()); gx[197] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_197.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[197] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=197&a="+date.getSeconds()); toggleState[197] = 0;// gx[198] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=198&a="+date.getSeconds()); // gx[198] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_198.kml?a="+date.getSeconds()); gx[198] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_198.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[198] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=198&a="+date.getSeconds()); toggleState[198] = 0;// gx[199] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=199&a="+date.getSeconds()); // gx[199] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_199.kml?a="+date.getSeconds()); gx[199] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_199.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[199] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=199&a="+date.getSeconds()); toggleState[199] = 0;// gx[200] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=200&a="+date.getSeconds()); // gx[200] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_200.kml?a="+date.getSeconds()); gx[200] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_200.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[200] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=200&a="+date.getSeconds()); toggleState[200] = 0;// gx[201] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=201&a="+date.getSeconds()); // gx[201] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_201.kml?a="+date.getSeconds()); gx[201] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_201.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[201] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=201&a="+date.getSeconds()); toggleState[201] = 0;// gx[202] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=202&a="+date.getSeconds()); // gx[202] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_202.kml?a="+date.getSeconds()); gx[202] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_202.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[202] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=202&a="+date.getSeconds()); toggleState[202] = 0;// gx[203] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=203&a="+date.getSeconds()); // gx[203] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_203.kml?a="+date.getSeconds()); gx[203] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_203.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[203] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=203&a="+date.getSeconds()); toggleState[203] = 0;// gx[204] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=204&a="+date.getSeconds()); // gx[204] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_204.kml?a="+date.getSeconds()); gx[204] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_204.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[204] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=204&a="+date.getSeconds()); toggleState[204] = 0;// gx[205] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=205&a="+date.getSeconds()); // gx[205] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_205.kml?a="+date.getSeconds()); gx[205] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_205.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[205] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=205&a="+date.getSeconds()); toggleState[205] = 0;// gx[206] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=206&a="+date.getSeconds()); // gx[206] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_206.kml?a="+date.getSeconds()); gx[206] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_206.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[206] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=206&a="+date.getSeconds()); toggleState[206] = 0;// gx[207] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=207&a="+date.getSeconds()); // gx[207] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_207.kml?a="+date.getSeconds()); gx[207] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_207.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[207] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=207&a="+date.getSeconds()); toggleState[207] = 0;// gx[208] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=208&a="+date.getSeconds()); // gx[208] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_208.kml?a="+date.getSeconds()); gx[208] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_208.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[208] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=208&a="+date.getSeconds()); toggleState[208] = 0;// gx[209] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=209&a="+date.getSeconds()); // gx[209] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_209.kml?a="+date.getSeconds()); gx[209] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_209.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[209] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=209&a="+date.getSeconds()); toggleState[209] = 0;// gx[210] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=210&a="+date.getSeconds()); // gx[210] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_210.kml?a="+date.getSeconds()); gx[210] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_210.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[210] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=210&a="+date.getSeconds()); toggleState[210] = 0;// gx[211] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=211&a="+date.getSeconds()); // gx[211] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_211.kml?a="+date.getSeconds()); gx[211] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_211.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[211] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=211&a="+date.getSeconds()); toggleState[211] = 0;// gx[212] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=212&a="+date.getSeconds()); // gx[212] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_212.kml?a="+date.getSeconds()); gx[212] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_212.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[212] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=212&a="+date.getSeconds()); toggleState[212] = 0;// gx[213] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=213&a="+date.getSeconds()); // gx[213] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_213.kml?a="+date.getSeconds()); gx[213] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_213.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[213] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=213&a="+date.getSeconds()); toggleState[213] = 0;// gx[214] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=214&a="+date.getSeconds()); // gx[214] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_214.kml?a="+date.getSeconds()); gx[214] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_214.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[214] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=214&a="+date.getSeconds()); toggleState[214] = 0;// gx[215] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=215&a="+date.getSeconds()); // gx[215] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_215.kml?a="+date.getSeconds()); gx[215] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_215.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[215] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=215&a="+date.getSeconds()); toggleState[215] = 0;// gx[216] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=216&a="+date.getSeconds()); // gx[216] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_216.kml?a="+date.getSeconds()); gx[216] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_216.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[216] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=216&a="+date.getSeconds()); toggleState[216] = 0;// gx[217] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=217&a="+date.getSeconds()); // gx[217] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_217.kml?a="+date.getSeconds()); gx[217] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_217.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[217] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=217&a="+date.getSeconds()); toggleState[217] = 0;// gx[218] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=218&a="+date.getSeconds()); // gx[218] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_218.kml?a="+date.getSeconds()); gx[218] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_218.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[218] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=218&a="+date.getSeconds()); toggleState[218] = 0;// gx[219] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=219&a="+date.getSeconds()); // gx[219] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_219.kml?a="+date.getSeconds()); gx[219] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_219.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[219] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=219&a="+date.getSeconds()); toggleState[219] = 0;// gx[220] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=220&a="+date.getSeconds()); // gx[220] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_220.kml?a="+date.getSeconds()); gx[220] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_220.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[220] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=220&a="+date.getSeconds()); toggleState[220] = 0;// gx[221] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=221&a="+date.getSeconds()); // gx[221] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_221.kml?a="+date.getSeconds()); gx[221] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_221.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[221] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=221&a="+date.getSeconds()); toggleState[221] = 0;// gx[222] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=222&a="+date.getSeconds()); // gx[222] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_222.kml?a="+date.getSeconds()); gx[222] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_222.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[222] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=222&a="+date.getSeconds()); toggleState[222] = 0;// gx[223] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=223&a="+date.getSeconds()); // gx[223] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_223.kml?a="+date.getSeconds()); gx[223] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_223.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[223] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=223&a="+date.getSeconds()); toggleState[223] = 0;// gx[224] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=224&a="+date.getSeconds()); // gx[224] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_224.kml?a="+date.getSeconds()); gx[224] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_224.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[224] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=224&a="+date.getSeconds()); toggleState[224] = 0;// gx[225] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=225&a="+date.getSeconds()); // gx[225] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_225.kml?a="+date.getSeconds()); gx[225] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_225.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[225] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=225&a="+date.getSeconds()); toggleState[225] = 0;// gx[226] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=226&a="+date.getSeconds()); // gx[226] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_226.kml?a="+date.getSeconds()); gx[226] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_226.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[226] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=226&a="+date.getSeconds()); toggleState[226] = 0;// gx[227] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=227&a="+date.getSeconds()); // gx[227] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_227.kml?a="+date.getSeconds()); gx[227] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_227.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[227] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=227&a="+date.getSeconds()); toggleState[227] = 0;// gx[228] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=228&a="+date.getSeconds()); // gx[228] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_228.kml?a="+date.getSeconds()); gx[228] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_228.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[228] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=228&a="+date.getSeconds()); toggleState[228] = 0;// gx[229] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=229&a="+date.getSeconds()); // gx[229] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_229.kml?a="+date.getSeconds()); gx[229] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_229.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[229] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=229&a="+date.getSeconds()); toggleState[229] = 0;// gx[230] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=230&a="+date.getSeconds()); // gx[230] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_230.kml?a="+date.getSeconds()); gx[230] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_230.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[230] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=230&a="+date.getSeconds()); toggleState[230] = 0;// gx[231] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=231&a="+date.getSeconds()); // gx[231] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_231.kml?a="+date.getSeconds()); gx[231] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_231.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[231] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=231&a="+date.getSeconds()); toggleState[231] = 0;// gx[232] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=232&a="+date.getSeconds()); // gx[232] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_232.kml?a="+date.getSeconds()); gx[232] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_232.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[232] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=232&a="+date.getSeconds()); toggleState[232] = 0;// gx[233] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=233&a="+date.getSeconds()); // gx[233] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_233.kml?a="+date.getSeconds()); gx[233] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_233.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[233] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=233&a="+date.getSeconds()); toggleState[233] = 0;// gx[234] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=234&a="+date.getSeconds()); // gx[234] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_234.kml?a="+date.getSeconds()); gx[234] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_234.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[234] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=234&a="+date.getSeconds()); toggleState[234] = 0;// gx[235] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=235&a="+date.getSeconds()); // gx[235] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_235.kml?a="+date.getSeconds()); gx[235] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_235.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[235] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=235&a="+date.getSeconds()); toggleState[235] = 0;// gx[236] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=236&a="+date.getSeconds()); // gx[236] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_236.kml?a="+date.getSeconds()); gx[236] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_236.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[236] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=236&a="+date.getSeconds()); toggleState[236] = 0;// gx[237] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=237&a="+date.getSeconds()); // gx[237] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_237.kml?a="+date.getSeconds()); gx[237] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_237.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[237] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=237&a="+date.getSeconds()); toggleState[237] = 0;// gx[238] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=238&a="+date.getSeconds()); // gx[238] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_238.kml?a="+date.getSeconds()); gx[238] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_238.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[238] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=238&a="+date.getSeconds()); toggleState[238] = 0;// gx[239] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=239&a="+date.getSeconds()); // gx[239] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_239.kml?a="+date.getSeconds()); gx[239] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_239.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[239] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=239&a="+date.getSeconds()); toggleState[239] = 0;// gx[240] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=240&a="+date.getSeconds()); // gx[240] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_240.kml?a="+date.getSeconds()); gx[240] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_240.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[240] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=240&a="+date.getSeconds()); toggleState[240] = 0;// gx[241] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=241&a="+date.getSeconds()); // gx[241] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_241.kml?a="+date.getSeconds()); gx[241] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_241.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[241] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=241&a="+date.getSeconds()); toggleState[241] = 0;// gx[242] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=242&a="+date.getSeconds()); // gx[242] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_242.kml?a="+date.getSeconds()); gx[242] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_242.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[242] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=242&a="+date.getSeconds()); toggleState[242] = 0;// gx[243] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=243&a="+date.getSeconds()); // gx[243] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_243.kml?a="+date.getSeconds()); gx[243] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_243.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[243] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=243&a="+date.getSeconds()); toggleState[243] = 0;// gx[244] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=244&a="+date.getSeconds()); // gx[244] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_244.kml?a="+date.getSeconds()); gx[244] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_244.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[244] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=244&a="+date.getSeconds()); toggleState[244] = 0;// gx[245] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=245&a="+date.getSeconds()); // gx[245] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_245.kml?a="+date.getSeconds()); gx[245] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_245.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[245] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=245&a="+date.getSeconds()); toggleState[245] = 0;// gx[246] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=246&a="+date.getSeconds()); // gx[246] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_246.kml?a="+date.getSeconds()); gx[246] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_246.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[246] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=246&a="+date.getSeconds()); toggleState[246] = 0;// gx[247] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=247&a="+date.getSeconds()); // gx[247] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_247.kml?a="+date.getSeconds()); gx[247] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_247.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[247] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=247&a="+date.getSeconds()); toggleState[247] = 0;// gx[248] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/script/output_kml.php?layer_id=248&a="+date.getSeconds()); // gx[248] = new google.maps.KmlLayer("https://mgx2.mgxgis.jp/hazardmap/sample/data/data_248.kml?a="+date.getSeconds()); gx[248] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/data/data_248.kml?a="+date.getSeconds(),{preserveViewport:true}); // gx[248] = new google.maps.KmlLayer("https://kofu.gisweb.jp/hazardmap/script/output_kml.php?layer_id=248&a="+date.getSeconds()); toggleState[248] = 0; // toggleState[6] = 1; // map.addOverlay(gx[6]); /* ジオコーディング */ geocoder=new google.maps.Geocoder(); //ディレクションオブジェクトを作成 directions = new google.maps.DirectionsService(); var rendererOptions = { draggable:true }; directionDisplay = new google.maps.DirectionsRenderer(rendererOptions); directionDisplay.setMap(map); directionDisplay.setPanel(document.getElementById("route_list")); if(location.search.length > 1) { var get = new Object(); var ret = location.search.substr(1).split("&"); for(var i = 0; i < ret.length; i++) { var r = ret[i].split("="); get[r[0]] = r[1]; } if(get["maptype"]==2){ change_maptype2(); map.setCenter(new google.maps.LatLng(get["lat"], get["lng"]), 10); map.panTo(new google.maps.LatLng(get["lat"], get["lng"])); }else if(get["maptype"]==3){ change_maptype3(); map.panTo(new google.maps.LatLng(get["lat"], get["lng"])); } } else { // return false; // location.href="index_ge.html"; } //setTimeout("layer_search2(0);",500); } function showAddress(address,flag){ document.getElementById('main_address_list').style.display='none'; document.getElementById('address_bar').style.display='block'; document.getElementById('address_bar').innerHTML=" "+address; document.getElementById('sub_address_list').style.display='block'; dummy=""; if(flag=="d"){ next_flag="e"; }else if(flag=="e"){ next_flag="f"; }else if(flag=="f"){ next_flag="g"; }else if(flag=="g"){ next_flag="h"; }else{ return; } $.ajaxSetup({scriptCharset:'utf-8'}); //charsetの指定(デフォルトの書き換え) $.getJSON("script/address_list.php?c="+encodeURI(address)+"&flag="+flag, function(data){ for(var i in data.rows){ j=parseInt(i)+1; dummy+=" "+data.rows[i].cell[0]+"','"+next_flag+"')\">"+data.rows[i].cell[0]+" "; if(j % 10==0 && i>1){ dummy+="
"; } } $("#sub_address_list").html( dummy); }); if(marker){ marker.setMap(null); } if(geocoder){ pub_place = "甲府市" + address; setTimeout("geocoder.geocode({address:pub_place},function(results, status){if (status == google.maps.GeocoderStatus.OK){for (var i in results) {if (results[i].geometry) {var latlng = results[i].geometry.location;moveTo(latlng);}}}})", 500); } } function moveTo(point){ if (point){ map.panTo(point); marker=new google.maps.Marker({ position:point, map:map}); marker.setMap(map); map.setZoom(18); // marker.openInfoWindowHtml(pub_place); }else{ // alert(pub_place + " not found"); } } function toggleMyKml(layer) { if (toggleState[layer] == 1) { gx[layer].setMap(null); toggleState[layer] = 0; } else { gx[layer].setMap(map); toggleState[layer] = 1; } } //function doDirection(formObj){ // if(formObj.means[0].checked){ // directions.load("from:" + formObj.startPos.value + " to:" + formObj.endPos.value,{travelMode:G_TRAVEL_MODE_WALKING}); // }else{ // directions.load("from:" + formObj.startPos.value + " to:" + formObj.endPos.value,{travelMode:G_TRAVEL_MODE_DRIVING}); // } //} function doDirection(formObj){ if(document.getElementById('means1').checked==false && document.getElementById('means2').checked==false){ return; } // clearOverlays(); // map.clearOverlays(); // var point1 = new google.maps.LatLng(35.62758190931674,139.88754272460938); // var point1 = map.getCenter(); var point1 = new google.maps.LatLng(document.getElementById('startPosLat').value,document.getElementById('startPosLng').value); var point2 = new google.maps.LatLng(document.getElementById('endPosLat').value,document.getElementById('endPosLng').value); if(document.getElementById('means1').checked){ var request = { origin:point1, destination:point2, travelMode:google.maps.TravelMode.WALKING }; }else{ var request = { origin:point1, destination:point2, travelMode:google.maps.TravelMode.DRIVING }; } document.getElementById("route_list").innerHTML = ""; directions.route(request, function(result, status) { if (status == google.maps.DirectionsStatus.OK) { directionDisplay.setDirections(result); } }); document.getElementById('means1').checked=false; document.getElementById('means2').checked=false; } function clickAction(latlng){ if(document.getElementById('means1').checked==false && document.getElementById('means2').checked==false && document.getElementById('means3').checked==false){ return; } if(document.getElementById('means1').checked==true || document.getElementById('means2').checked==true){ if(directions_flag==1){ document.getElementById('startPosLat').value=latlng.lat(); document.getElementById('startPosLng').value=latlng.lng(); directions_flag=2; start_marker=new google.maps.Marker({ position:latlng, map:map}); start_marker.setMap(map); }else{ document.getElementById('endPosLat').value=latlng.lat(); document.getElementById('endPosLng').value=latlng.lng(); directions_flag=1; end_marker=new google.maps.Marker({ position:latlng, map:map}); end_marker.setMap(map); start_marker.setMap(null); end_marker.setMap(null); document.getElementById('b1').click(); } if(search_marker_flag==1){ search_marker.setMap(null); search_marker_flag=0; } }else{ if(search_marker_flag==1){ search_marker.setMap(null); search_marker_flag=0; } search_marker=new google.maps.Marker({ position:latlng, map:map}); search_marker.setMap(map); location_lat=latlng.lat(); location_lng=latlng.lng(); search_marker_flag=1; } } //ルート検索リセット function directionReset(){ directionDisplay.setMap(null); var rendererOptions = { draggable:true }; directionDisplay = new google.maps.DirectionsRenderer(rendererOptions); directionDisplay.setMap(map); directionDisplay.setPanel(document.getElementById("route_list")); document.getElementById("route_list").innerHTML = ""; } function start_maptype1(){ map.addMapType(G_SATELLITE_3D_MAP); map.setMapType(G_SATELLITE_3D_MAP); map.getEarthInstance(function(pluginInstance) { ge = pluginInstance; // first display of GE shows roads overlay - click Map //control (return to GM), click Earth control - roads layer missing ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS, true); // ge.getOptions().setStatusBarVisibility(true); // Get the current view. var lookAt = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND); // Add 15 degrees to the current tilt. lookAt.setTilt(lookAt.getTilt() + 75.0); lookAt.setRange(25000); //default is 0.0 // Set the FlyTo speed. ge.getOptions().setFlyToSpeed(0.2); // Update the view in Google Earth. ge.getView().setAbstractView(lookAt); }); } function change_maptype1(){ location.href="index_ge.html?lat="+map.getCenter().lat()+"&lng="+map.getCenter().lng(); } function change_maptype2(){ map.setMapTypeId(google.maps.MapTypeId.ROADMAP); } function change_maptype3(){ map.setMapTypeId(google.maps.MapTypeId.HYBRID); } function change_address(showAddress){ // alert(showAddress); document.getElementById('a').style.display='none'; document.getElementById('b').style.display='none'; document.getElementById('c').style.display='none'; document.getElementById('d').style.display='none'; document.getElementById('e').style.display='none'; document.getElementById('f').style.display='none'; document.getElementById('g').style.display='none'; document.getElementById('h').style.display='none'; document.getElementById('i').style.display='none'; document.getElementById('main_address_list').style.display='block'; document.getElementById(showAddress).style.display='block'; document.getElementById('address_bar').style.display='none'; document.getElementById('sub_address_list').style.display='none'; } function fResize(){ /* ウィンドウの幅と高さを取得 */ var width, height; if(window.innerWidth){ width=window.innerWidth; height=window.innerHeight; }else if(document.documentElement && document.documentElement.clientWidth){ width=document.documentElement.clientWidth; height=document.documentElement.clientHeight; }else if(document.body && document.body.clientWidth){ width=document.body.clientWidth; height=document.body.clientHeight; } /* 地図のサイズをウィンドウの幅と高さにリサイズ */ mapobj.style.width=(width-260)+"px"; mapobj.style.height=440+"px"; // leftobj.style.height=(height-40)+"px"; // mainobj.style.height=(height-40)+"px"; // rightobj.style.height=(height-40)+"px"; // route.style.height=(height-780)+"px"; // layer.style.height=(height-110)+"px"; } function layer_search2(flag){ var a,b document.getElementById('layer_search_list_div').style.display='block'; document.getElementById('location_search_list_div').style.display='none'; $("#layer_search_list").clearGridData();// 表を初期化するコマンド url_str='script/layer_search.php?layer='+$('#layer_search option:selected').val() // a= new Array('id', 'データ','座標'); // b=new Array({index:'id',name:'id',width:'50px'},{index:'data',name:'data',width:'1500px'},{index:'the_geom',name:'the_geom',width:'0px'}); a= new Array('id', 'データ','座標'); b=new Array({index:'id',name:'id',width:'0px'},{index:'data',name:'data',width:'1500px'},{index:'the_geom',name:'the_geom',width:'0px'}); document.getElementById("layer"+$('#layer_search option:selected').val()).checked=true; //toggleState[$('#layer_search option:selected').val()] = 1; if(layer_search_flag!=0){ jQuery("#layer_search_list").setCaption($('#layer_search option:selected').text()); jQuery("#layer_search_list").setGridParam({url:url_str}); jQuery("#layer_search_list").trigger("reloadGrid"); } jQuery(document).ready(function() { jQuery("#layer_search_list").jqGrid({ ondblClickRow: function(id) {map_jump();}, url:url_str, datatype: "json", 'mtype' : 'POST', colNames:a, // グリッドの列名 colModel:b, // グリッド列定義とデータ配列の関連付け loadComplete: function (data) {}, loadError: function(xhr, status, error) { alert(error); }, // multiselect: true, // 行の複数選択はしない(単一選択) rowNum:-1, width : (mapobj.style.width.replace("px","")-30), // height:135, height:232, shrinkToFit:false, caption: $('#layer_search option:selected').text() // グリッドのタイトル }); }); layer_search_flag=1; if(toggleState[$('#layer_search option:selected').val()] == 0){ toggleMyKml($('#layer_search option:selected').val()); } $('#means3').attr('checked', false); } function location_search2(flag){ var a,b document.getElementById('layer_search_list_div').style.display='none'; document.getElementById('location_search_list_div').style.display='block'; $("#location_search_list").clearGridData();// 表を初期化するコマンド url_str='script/location_search_re.php?lat='+location_lat+'&lng='+location_lng a= new Array('レイヤ', 'データ','座標'); b=new Array({index:'id',name:'id',width:'150px'},{index:'data',name:'data',width:'1500px'},{index:'the_geom',name:'the_geom',width:'0px'}); // document.getElementById("layer"+$('#layer_search option:selected').val()).checked=true; // map.addOverlay(gx[$('#layer_search option:selected').val()]); // toggleState[$('#layer_search option:selected').val()] = 1; if(location_search_flag!=0){ jQuery("#location_search_list").setCaption("空間検索結果"); jQuery("#location_search_list").setGridParam({url:url_str}); jQuery("#location_search_list").trigger("reloadGrid"); } jQuery(document).ready(function() { jQuery("#location_search_list").jqGrid({ ondblClickRow: function(id) {map_jump();}, url:url_str, datatype: "json", 'mtype' : 'POST', colNames:a, // グリッドの列名 colModel:b, // グリッド列定義とデータ配列の関連付け loadComplete: function (data) {}, loadError: function(xhr, status, error) { alert(error); }, // multiselect: true, // 行の複数選択はしない(単一選択) rowNum:-1, width : (mapobj.style.width.replace("px","")-30), // height:135, height:232, // caption: $('#layer_search option:selected').text() // グリッドのタイトル shrinkToFit:false, caption: "空間検索結果" // グリッドのタイトル }); }); location_search_flag=1; } function map_jump(){ if($('#means3').attr('checked')){ var grid = jQuery("#location_search_list"); }else{ var grid = jQuery("#layer_search_list"); } var id = grid.getGridParam("selrow"); if(id) { var row = grid.getRowData(id); // alert("選択されたデータは ID、名前 = " + row.id + ", " + row.the_geom); coords=row.the_geom.replace("POINT(",""); coords=coords.replace(")",""); coord=coords.split(" "); map.setCenter(new google.maps.LatLng(coord[1],coord[0])); map.setZoom(18); }else{ alert("選択されてません"); } } function legend_drawing(){ if(ie8_flag==1){ canvas=document.getElementById('canvas0'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,0,0.5)'; context.lineWidth = 5; context.save(); context.beginPath(); context.moveTo(0,32); context.lineTo(10,0); context.moveTo(10,0); context.lineTo(20,32); context.moveTo(20,32); context.lineTo(32,0); context.closePath(); context.restore(); context.stroke(); } }else{ $("#canvas0").drawLine({ strokeStyle: "rgba(255,0,0,0.5)", strokeWidth: 5, x1: 0, y1: 32, x2: 10, y2: 0, x3: 20, y3: 32, x4: 32, y4: 0 }); } //ループ処理 if(ie8_flag==1){ canvas=document.getElementById('canvas5'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas5").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas6'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas6").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas7'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas7").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas8'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas8").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas9'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas9").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas10'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,255,0.8)'; context.fillRect(1,1,30,30); } }else{ $("#canvas10").drawArc({ strokeStyle: "rgba(255,0,255,1)", strokeWidth: 1, fillStyle: "rgba(255,0,255,0.8)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas14'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas14").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas15'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas15").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas16'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas16").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas17'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas17").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas18'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas18").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas19'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas19").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas20'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas20").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas21'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas21").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas22'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,255,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas22").drawArc({ strokeStyle: "rgba(0,255,255,1)", strokeWidth: 1, fillStyle: "rgba(0,255,255,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas23'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,0,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,0,255,0.6)'; context.fillRect(1,1,30,30); } }else{ $("#canvas23").drawArc({ strokeStyle: "rgba(0,0,255,1)", strokeWidth: 1, fillStyle: "rgba(0,0,255,0.6)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas24'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas24").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas25'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,255,0.8)'; context.fillRect(1,1,30,30); } }else{ $("#canvas25").drawArc({ strokeStyle: "rgba(255,0,255,1)", strokeWidth: 1, fillStyle: "rgba(255,0,255,0.8)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas26'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas26").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas27'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas27").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas28'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas28").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas29'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,255,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas29").drawArc({ strokeStyle: "rgba(0,255,255,1)", strokeWidth: 1, fillStyle: "rgba(0,255,255,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas30'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,0,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,0,255,0.6)'; context.fillRect(1,1,30,30); } }else{ $("#canvas30").drawArc({ strokeStyle: "rgba(0,0,255,1)", strokeWidth: 1, fillStyle: "rgba(0,0,255,0.6)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas31'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas31").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas32'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas32").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas33'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas33").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas34'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,255,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas34").drawArc({ strokeStyle: "rgba(0,255,255,1)", strokeWidth: 1, fillStyle: "rgba(0,255,255,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas35'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,0,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,0,255,0.6)'; context.fillRect(1,1,30,30); } }else{ $("#canvas35").drawArc({ strokeStyle: "rgba(0,0,255,1)", strokeWidth: 1, fillStyle: "rgba(0,0,255,0.6)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas36'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas36").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas37'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas37").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas38'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas38").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas39'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas39").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas40'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,255,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas40").drawArc({ strokeStyle: "rgba(0,255,255,1)", strokeWidth: 1, fillStyle: "rgba(0,255,255,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas41'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas41").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas42'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas42").drawArc({ strokeStyle: "rgba(255,0,0,1)", strokeWidth: 1, fillStyle: "rgba(255,0,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas43'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas43").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas44'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas44").drawArc({ strokeStyle: "rgba(0,255,0,1)", strokeWidth: 1, fillStyle: "rgba(0,255,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas45'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,200,200,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,200,200,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas45").drawArc({ strokeStyle: "rgba(0,200,200,1)", strokeWidth: 1, fillStyle: "rgba(0,200,200,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas46'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,255,1)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,255,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas46").drawArc({ strokeStyle: "rgba(255,0,255,1)", strokeWidth: 2, fillStyle: "rgba(255,0,255,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas47'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,0,1)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas47").drawArc({ strokeStyle: "rgba(255,0,0,1)", strokeWidth: 2, fillStyle: "rgba(255,0,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas48'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0)'; context.fillRect(1,1,30,30); } }else{ $("#canvas48").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 2, fillStyle: "rgba(255,255,0,0)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas49'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(128,0,0,1)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(128,0,0,0)'; context.fillRect(1,1,30,30); } }else{ $("#canvas49").drawArc({ strokeStyle: "rgba(128,0,0,1)", strokeWidth: 2, fillStyle: "rgba(128,0,0,0)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas50'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,153,0,1)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,153,0,0)'; context.fillRect(1,1,30,30); } }else{ $("#canvas50").drawArc({ strokeStyle: "rgba(255,153,0,1)", strokeWidth: 2, fillStyle: "rgba(255,153,0,0)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas51'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,255,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas51").drawArc({ strokeStyle: "rgba(0,255,255,1)", strokeWidth: 1, fillStyle: "rgba(0,255,255,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas53'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,255,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas53").drawArc({ strokeStyle: "rgba(0,255,0,1)", strokeWidth: 1, fillStyle: "rgba(0,255,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas54'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas54").drawArc({ strokeStyle: "rgba(255,0,0,1)", strokeWidth: 1, fillStyle: "rgba(255,0,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas55'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,153,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,153,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas55").drawArc({ strokeStyle: "rgba(255,153,0,1)", strokeWidth: 1, fillStyle: "rgba(255,153,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas56'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,127,0,0.2)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,32); context.lineTo(10,0); context.moveTo(10,0); context.lineTo(20,32); context.moveTo(20,32); context.lineTo(32,0); context.closePath(); context.restore(); context.stroke(); } }else{ $("#canvas56").drawLine({ strokeStyle: "rgba(255,127,0,0.2)", strokeWidth: 2, x1: 0, y1: 32, x2: 10, y2: 0, x3: 20, y3: 32, x4: 32, y4: 0 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas58'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,127,0,0.2)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,32); context.lineTo(10,0); context.moveTo(10,0); context.lineTo(20,32); context.moveTo(20,32); context.lineTo(32,0); context.closePath(); context.restore(); context.stroke(); } }else{ $("#canvas58").drawLine({ strokeStyle: "rgba(255,127,0,0.2)", strokeWidth: 2, x1: 0, y1: 32, x2: 10, y2: 0, x3: 20, y3: 32, x4: 32, y4: 0 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas76'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/mgis/DOT0000003.jpg'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas76").drawImage({ source:"img/layer/mgis/DOT0000003.jpg", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas93'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/39.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas93").drawImage({ source:"img/layer/39.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas98'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/11.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas98").drawImage({ source:"img/layer/11.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas116'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,127,0,0.2)'; context.lineWidth = 2; context.save(); context.beginPath(); context.moveTo(0,32); context.lineTo(10,0); context.moveTo(10,0); context.lineTo(20,32); context.moveTo(20,32); context.lineTo(32,0); context.closePath(); context.restore(); context.stroke(); } }else{ $("#canvas116").drawLine({ strokeStyle: "rgba(255,127,0,0.2)", strokeWidth: 2, x1: 0, y1: 32, x2: 10, y2: 0, x3: 20, y3: 32, x4: 32, y4: 0 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas124'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas124").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas125'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas125").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas126'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,102,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,102,255,0.70196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas126").drawArc({ strokeStyle: "rgba(153,102,255,1)", strokeWidth: 1, fillStyle: "rgba(153,102,255,0.70196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas127'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,255,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,255,0,0.2)'; context.fillRect(1,1,30,30); } }else{ $("#canvas127").drawArc({ strokeStyle: "rgba(255,255,0,1)", strokeWidth: 1, fillStyle: "rgba(255,255,0,0.2)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas128'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,102,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,102,0.30196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas128").drawArc({ strokeStyle: "rgba(153,255,102,1)", strokeWidth: 1, fillStyle: "rgba(153,255,102,0.30196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas129'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(153,255,255,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(153,255,255,0.4)'; context.fillRect(1,1,30,30); } }else{ $("#canvas129").drawArc({ strokeStyle: "rgba(153,255,255,1)", strokeWidth: 1, fillStyle: "rgba(153,255,255,0.4)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas130'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,0,0,1)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,0,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas130").drawArc({ strokeStyle: "rgba(255,0,0,1)", strokeWidth: 1, fillStyle: "rgba(255,0,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas131'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/30.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas131").drawImage({ source:"img/layer/30.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas135'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/80_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas135").drawImage({ source:"img/layer/80_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas136'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/78_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas136").drawImage({ source:"img/layer/78_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas137'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/77_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas137").drawImage({ source:"img/layer/77_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas138'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/76_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas138").drawImage({ source:"img/layer/76_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas139'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/79_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas139").drawImage({ source:"img/layer/79_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas140'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/73_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas140").drawImage({ source:"img/layer/73_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas141'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/72_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas141").drawImage({ source:"img/layer/72_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas142'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/71_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas142").drawImage({ source:"img/layer/71_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas143'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/74_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas143").drawImage({ source:"img/layer/74_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas144'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/kouzui_×.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas144").drawImage({ source:"img/layer/kouzui_×.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas145'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/70_t.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas145").drawImage({ source:"img/layer/70_t.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas146'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/kouzui_2.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas146").drawImage({ source:"img/layer/kouzui_2.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas147'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/kouzui_3.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas147").drawImage({ source:"img/layer/kouzui_3.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas148'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/suii.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas148").drawImage({ source:"img/layer/suii.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas149'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/hantika.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas149").drawImage({ source:"img/layer/hantika.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas150'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/12.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas150").drawImage({ source:"img/layer/12.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas151'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/20.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas151").drawImage({ source:"img/layer/20.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas152'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/21.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas152").drawImage({ source:"img/layer/21.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas153'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/40.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas153").drawImage({ source:"img/layer/40.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas154'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/42.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas154").drawImage({ source:"img/layer/42.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas155'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/45.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas155").drawImage({ source:"img/layer/45.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas156'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/46.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas156").drawImage({ source:"img/layer/46.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas157'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/47.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas157").drawImage({ source:"img/layer/47.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas158'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/54.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas158").drawImage({ source:"img/layer/54.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas159'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/56.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas159").drawImage({ source:"img/layer/56.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas160'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/55.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas160").drawImage({ source:"img/layer/55.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas161'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/53.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas161").drawImage({ source:"img/layer/53.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas162'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/10.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas162").drawImage({ source:"img/layer/10.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas163'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/01.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas163").drawImage({ source:"img/layer/01.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas164'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/13.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas164").drawImage({ source:"img/layer/13.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas165'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/33.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas165").drawImage({ source:"img/layer/33.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas166'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/33.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas166").drawImage({ source:"img/layer/33.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas167'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/33.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas167").drawImage({ source:"img/layer/33.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas168'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/34.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas168").drawImage({ source:"img/layer/34.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas169'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/34.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas169").drawImage({ source:"img/layer/34.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas170'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/34.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas170").drawImage({ source:"img/layer/34.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas171'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/25.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas171").drawImage({ source:"img/layer/25.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas172'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/23.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas172").drawImage({ source:"img/layer/23.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas173'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/48.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas173").drawImage({ source:"img/layer/48.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas174'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/03.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas174").drawImage({ source:"img/layer/03.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas175'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/27.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas175").drawImage({ source:"img/layer/27.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas176'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/22.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas176").drawImage({ source:"img/layer/22.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas177'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/26.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas177").drawImage({ source:"img/layer/26.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas178'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/28.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas178").drawImage({ source:"img/layer/28.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas179'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/36.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas179").drawImage({ source:"img/layer/36.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas180'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/09-1.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas180").drawImage({ source:"img/layer/09-1.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas181'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/09-2.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas181").drawImage({ source:"img/layer/09-2.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas182'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/60.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas182").drawImage({ source:"img/layer/60.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas183'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/61.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas183").drawImage({ source:"img/layer/61.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas184'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/62.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas184").drawImage({ source:"img/layer/62.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas185'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); var img = new Image; img.src = 'img/layer/15.png'; context.drawImage(img, 0, 0, 32,32); } }else{ $("#canvas185").drawImage({ source:"img/layer/15.png", x: 0, y: 0, fromCenter: false }); } if(ie8_flag==1){ canvas=document.getElementById('canvas186'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas186").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas187'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas187").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas188'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas188").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas189'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas189").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas190'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas190").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas191'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas191").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas192'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas192").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas193'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas193").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas194'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas194").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas195'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas195").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas196'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas196").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas197'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas197").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas198'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas198").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas199'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas199").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas200'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas200").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas201'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas201").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas202'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas202").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas203'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas203").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas204'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas204").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas205'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas205").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas206'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas206").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas207'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas207").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas208'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas208").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas209'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas209").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas210'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas210").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas211'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas211").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas212'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas212").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas213'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas213").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas214'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas214").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas215'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas215").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas216'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas216").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas217'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas217").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas218'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas218").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas219'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas219").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas220'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas220").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas221'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas221").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas222'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas222").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas223'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas223").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas224'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas224").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas225'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas225").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas226'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas226").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas227'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(243,182,0,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(243,182,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas227").drawArc({ strokeStyle: "rgba(243,182,0,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(243,182,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas228'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,240,0,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,240,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas228").drawArc({ strokeStyle: "rgba(255,240,0,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,240,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas229'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,95,178,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,95,178,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas229").drawArc({ strokeStyle: "rgba(0,95,178,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(0,95,178,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas230'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(121,182,232,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(121,182,232,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas230").drawArc({ strokeStyle: "rgba(121,182,232,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(121,182,232,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas231'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(8,44,138,0.69803921568627)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(8,44,138,0.69803921568627)'; context.fillRect(1,1,30,30); } }else{ $("#canvas231").drawArc({ strokeStyle: "rgba(8,44,138,0.69803921568627)", strokeWidth: 1, fillStyle: "rgba(8,44,138,0.69803921568627)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas232'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(211,152,181,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(211,152,181,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas232").drawArc({ strokeStyle: "rgba(211,152,181,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(211,152,181,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas233'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(236,168,129,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(236,168,129,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas233").drawArc({ strokeStyle: "rgba(236,168,129,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(236,168,129,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas234'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas234").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas235'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas235").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas236'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas236").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas237'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas237").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas238'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas238").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas239'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas239").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas240'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(244,200,173,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(244,200,173,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas240").drawArc({ strokeStyle: "rgba(244,200,173,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(244,200,173,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas241'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(251,225,190,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(251,225,190,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas241").drawArc({ strokeStyle: "rgba(251,225,190,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(251,225,190,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas242'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,247,140,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,247,140,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas242").drawArc({ strokeStyle: "rgba(255,247,140,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,247,140,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas243'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(243,182,0,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(243,182,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas243").drawArc({ strokeStyle: "rgba(243,182,0,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(243,182,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas244'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(255,240,0,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(255,240,0,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas244").drawArc({ strokeStyle: "rgba(255,240,0,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(255,240,0,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas245'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,95,178,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,95,178,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas245").drawArc({ strokeStyle: "rgba(0,95,178,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(0,95,178,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas246'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(121,182,232,0.50196078431373)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(121,182,232,0.50196078431373)'; context.fillRect(1,1,30,30); } }else{ $("#canvas246").drawArc({ strokeStyle: "rgba(121,182,232,0.50196078431373)", strokeWidth: 1, fillStyle: "rgba(121,182,232,0.50196078431373)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas247'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(8,44,138,0.69803921568627)'; context.lineWidth = 1; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(8,44,138,0.69803921568627)'; context.fillRect(1,1,30,30); } }else{ $("#canvas247").drawArc({ strokeStyle: "rgba(8,44,138,0.69803921568627)", strokeWidth: 1, fillStyle: "rgba(8,44,138,0.69803921568627)", x: 16, y: 16, radius: 12 }); } if(ie8_flag==1){ canvas=document.getElementById('canvas248'); FlashCanvas.initElement(canvas); if (canvas.getContext){ var context = canvas.getContext('2d'); context.strokeStyle = 'rgba(0,0,0,0)'; context.lineWidth = 0; context.save(); context.beginPath(); context.moveTo(0,0); context.lineTo(32,0); context.moveTo(32,0); context.lineTo(32,32); context.moveTo(32,32); context.lineTo(0,32); context.moveTo(0,32); context.lineTo(0,0); context.closePath(); context.restore(); context.stroke(); context.fillStyle= 'rgba(0,0,0,0)'; context.fillRect(1,1,30,30); } }else{ $("#canvas248").drawArc({ strokeStyle: "rgba(0,0,0,0)", strokeWidth: 0, fillStyle: "rgba(0,0,0,0)", x: 16, y: 16, radius: 12 }); }} function cyoukan(range,tilt){ map.getEarthInstance(function(pluginInstance) { ge = pluginInstance; // first display of GE shows roads overlay - click Map //control (return to GM), click Earth control - roads layer missing ge.getLayerRoot().enableLayerById(ge.LAYER_ROADS, true); ge.getOptions().setStatusBarVisibility(true); // Get the current view. var lookAt = ge.getView().copyAsLookAt(ge.ALTITUDE_RELATIVE_TO_GROUND); // Add 15 degrees to the current tilt. lookAt.setTilt(tilt); lookAt.setRange(range); //default is 0.0 // Set the FlyTo speed. ge.getOptions().setFlyToSpeed(0.2); // Update the view in Google Earth. ge.getView().setAbstractView(lookAt); }); } function streetview_check(){ if(document.getElementById('checkbox2').checked==true){ var latlng = map.getCenter(); var stClient = new google.maps.StreetViewService(); stClient.getPanoramaByLocation(latlng, 50, function(result, status) { if (status == google.maps.StreetViewStatus.OK){ document.getElementById('pano_div').style.display='block'; document.getElementById('pano').style.display='block'; var option = {}; myPano = new google.maps.StreetViewPanorama(document.getElementById("pano"),option); myPano.setPosition(latlng); //v3 map.setStreetView(myPano); } }); }else{ var option = {enableCloseButton : true, visible : false}; myPano = new google.maps.StreetViewPanorama(document.getElementById("map3d"),option); map.setStreetView(myPano); document.getElementById('pano_div').style.display='none'; document.getElementById('pano').style.display='none'; } } google.maps.event.addDomListener(window, 'resize', function() { //v3 fResize(); }); /* ]]> */