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=434 height=296>")
document.write("<param name=movie value='toppage_movie.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='toppage_movie.swf' quality=high  ")
document.write("       width=434 height=296")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

function OpenKInfo(){
  URL="http://car.webplus.ne.jp/URL_Trans_K.asp?id=8564&mCorp=Eternal&mTo=eternal%40r6%2Edion%2Ene%2Ejp&mTel=0471%2D70%2D5550&mFlg=0";
  OPT="width=668,height=420"
  Win = window.open(URL,"TransURL",OPT)
}
function OpenMAP(){
  url = 'http://car.webplus.ne.jp/map.asp?ad=%90%E7%97t%8C%A7%94%90%8Es%8Bt%88%E4%93%A1%83m%91%E415%2D1&ms=Eternal&tm=metallic02&bg=000000&nx=0&ny=0';
  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;
}
