Warning: fopen(temp_ip/count/38.107.191.88): failed to open stream: No space left on device in /home/httpd/vhosts/432.tw/httpdocs/banip.php on line 10
addLoadListener(MapInit);
var RouetData = {MapSection:'map', WinSmartHeight:320, WinSmartDrag:true, ActiveTimer:500, ActiveValue:'如何到這裡'};
var OImgPreviewer = {};
var CurrentStatus = {
//ImgPreviewer
ImgPreviewerArray: [],
ImgPreviewerKeyControl: [],
AllowKeyArray: [37, 38, 39, 40, 27],
NeedFixBack: [5, 6, 9],
//OLatLng
OLatLng: {},
Browser: identifyBrowser(),
BrowserPNGfix: 'ie5,ie5mac,ie5.5,ie6',
//method
GetKeyCode: function(e) {
var KeyCode;
if (window.event && window.event.srcElement)
KeyCode = window.event.keyCode;
else if (e && e.target)
KeyCode = e.keyCode;
return KeyCode;
},
KeydownEvent: function(e){
var KeyCode = CurrentStatus.GetKeyCode(e);
if (CurrentStatus.AllowKeyArray.indexOf(KeyCode) != -1) for (var i=0; i