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=621 height=132>")
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=621 height=132")
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%93%FA%96%EC%8Es%95%BD%8ER3%2D3%2D17&ms=%83I%83j%83L%83X%93%FA%96%EC%93X&tm=metallic06&bg=C0C0C0&nx=501806.669285715&ny=128323.880333334';
  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;
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

