//■インデックスボタンの切り替え
function IdxOut(IdxNo){IdxNo.style.backgroundColor="#DEEEFF";}
function IdxOver(IdxNo){IdxNo.style.backgroundColor="#FFCCCC";}

//■メニューボタンの切り替え
function MnuOut(IdxNo){IdxNo.style.backgroundColor="#FFFFFF";}
function MnuOver(IdxNo){IdxNo.style.backgroundColor="#FF6666";}

//■隠し画面 GMI STUDIO
function hWinGMI()
{
var	w01;
  w01=window.open("","hWinGmiStudio","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=250,z-lock=yes");
  w01.location.href="http://homepage2.nifty.com/GMI/hWinGMI.html";
  w01.focus();
}

//■隠し画面 団子
function hWinDango()
{
var	w01;
  w01=window.open("","hWinDango","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=330,height=250,z-lock=yes");
  w01.location.href="http://homepage2.nifty.com/GMI/hWinDango.html";
  w01.focus();
}

//■隠し画面 Kazue1
function hWinKazue1()
{
var	w01;
  w01=window.open("","hWinKazue1","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=no,resizable=no,width=250,height=330,z-lock=yes");
  w01.location.href="http://homepage2.nifty.com/GMI/hWinKazue1.html";
  w01.focus();
}
