function OpenMAP(){
  url = 'http://car.webplus.ne.jp/map.asp?ad=%93%8C%8B%9E%93s%90%A2%93c%92J%8B%E6%90%A3%93c3%2D2%2D1&ms=J%2DAUTO%81%40CO%2E%2CLTD%2E%81%40%81%40%87%8A%83W%83F%83C%83I%81%5B%83g&tm=metallic07&bg=000000&nx=502694.102&ny=128219.773';
  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 rollOver(_obj){
	var newFile = _obj.src.substring(0,_obj.src.length-4);
	newFile = newFile+"_2.gif";
	_obj.src = newFile;
}

function rollOut(_obj){
	var newFile = _obj.src.substring(0,_obj.src.length-6);
	newFile = newFile+".gif";
	_obj.src = newFile;
}

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=840 height=70>")
document.write("<param name=movie value='imgs/navi.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='imgs/navi.swf' quality=high  ")
document.write("       width=840 height=70")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}