﻿//-----------------------------------------------------------
function imageform10(image,imglen){
  //フレームの画像を設定する
  window.parent.imgframe10.window.document.images["fmimg"].src = image;
  imgframe10.w=imglen;
  imgframe10.flag_c=1;
  imgframe10.imgleft=0;
}

function resetform10(){
  //フレームの画像を設定する
  fOBJ = document.imgform10;
  fOBJ.reset();
}

function imageform20(image,imglen){
  //フレームの画像を設定する
  window.parent.imgframe20.window.document.images["fmimg"].src = image;
  imgframe20.w=imglen;
  imgframe20.flag_c=1;
  imgframe20.imgleft=0;
}

function resetform20(){
  //フレームの画像を設定する
  fOBJ = document.imgform20;
  fOBJ.reset();
}
//-----------------------------------------------------------

