// JavaScript Document


try {
  document.execCommand("BackgroundImageCache", false, true);
} catch(err) {}



function movie01(){
 win=window.open("movie01.html","movie01","menubar=no,scrollbars=no,resizable=yes,width=620,height=600");
}
function movie02(){
 win=window.open("movie02.html","movie02","menubar=no,scrollbars=no,resizable=yes,width=620,height=600");
}