// function [frame change 02]--------------------------------  function CH02(file1,file2){  window.open(file1,"body");  window.open(file2,"foot");  }