function RunFlash()
{
document.write("<object classid='clsid:d27cdb6e-ae6d-11cf-96b8-444553540000'")
document.write(" codebase='http://download.macromedia.com/pub/shockwave/cabs/flash/swflash.cab'")
document.write("       width=838 height=180>")
document.write("<param name=movie value='top.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='top.swf' quality=high  ")
document.write("       width=838 height=180")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

function OpenMAP(){
  url = 'http://car.webplus.ne.jp/map.asp?ad=%93%8C%8B%9E%93s%91%AB%97%A7%8B%E6%92%D62%2D1%2D2&ms=%83X%83%8A%81%5B%83G%83X%83C%83%93%83%7C%81%5B%83g%83J%81%5B%83Z%81%5B%83%8B%83X&tm=metallic02&bg=000000&nx=503148.835857143&ny=128790.839761905';
  ww = kl_screenwidth();
  hh = kl_screenheight();
  ww = (ww - 420) / 2;
  hh = (hh - 460) / 2;
  window.open(url,'Map_Maint','width=420,height=460,left='+ww+',top='+hh);
}
function kl_screenwidth(avail){
  if(!self["screen"]) return 0;
  if(avail) return (screen.availWidth ? screen.availWidth : 0);
  return screen.width ? screen.width : 0;
}
function kl_screenheight(avail){
  if(!self["screen"]) return 0;
  if(avail) return (screen.availHeight ? screen.availHeight : 0);
  return screen.height ? screen.height : 0;
}
