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=350>")
document.write("<param name=movie value='flash.swf'>")
document.write("<param name=quality value=high>")
document.write("<embed src='flash.swf' quality=high  ")
document.write("       width=840 height=350")
document.write("       type='application/x-shockwave-flash' ")
document.write("pluginspage='http://www.macromedia.com/go/getflashplayer'>")
document.write("</embed>")
document.write("</object>")
}

function MM_openBrWindow(theURL,winName,features) { //v2.0
  window.open(theURL,winName,features);
}

function OpenKInfo(){
  URL="http://car.webplus.ne.jp/URL_Trans_K.asp?id=wa2441&mCorp=%8A%94%8E%AE%89%EF%8E%D0%83%86%83j%83I%81%5B%83g&mTo=info%40uniauto%2Eco%2Ejp&mTel=058%2D248%2D5590&mFlg=0";
  OPT="width=668,height=420"
  Win = window.open(URL,"TransURL",OPT)
}

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;
}