/**************************************************************************************************************************************************
*** ヘルプのウィンドウ指定
*/
function OpenBellPhotoWin(uRL) {
  var sURL  = "../bell/photo_html/" + uRL + ".html";
  var pagename  = "photo_page";
  window.open(sURL,pagename,"toolbar=no,location=no,directories=no,menubar=no,width=490,height=473,scrollbars=no,resizable=yes,resizable=1,scrollbars=1,left=10,top=10",true);
}
function OpenFlangiaPhotoWin(uRL) {
  var sURL  = "../bell/photo_html/" + uRL + ".html";
  var pagename  = "photo_page";
  window.open(sURL,pagename,"toolbar=no,location=no,directories=no,menubar=no,width=610,height=580,scrollbars=no,resizable=yes,resizable=1,scrollbars=1,left=10,top=10",true);
}
function OpenKaguraPhotoWin(uRL) {
  var sURL  = "../profile/photo_html/" + uRL + ".html";
  var pagename  = "photo_page";
  window.open(sURL,pagename,"toolbar=no,location=no,directories=no,menubar=no,width=490,height=473,scrollbars=no,resizable=yes,resizable=1,scrollbars=1,left=10,top=10",true);
}
function siteMap(){
 var sURL="sitemap/sitemap_index.html"
 var pagename  = "site_map";
  window.open(sURL,pagename,"toolbar=no,location=no,directories=no,menubar=no,width=295,height=375,scrollbars=yes,resizable=yes,resizable=1,scrollbars=1,left=10,top=10",true);
}

function openHelpC(sURL,str) {

  window.open(sURL,str,"toolbar=no,location=no,directories=no,menubar=no,width=620,height=500,scrollbars=yes,resizable=yes",true);

}
/*
*** ヘルプのウィンドウ指定
**************************************************************************************************************************************************/
/**************************************************************************************************************************************************
*** ボタンアニメーション
*/

function changeImage1(IMg){
    document.bImg1.src=IMg;
}
function changeImage2(IMg){
    document.bImg2.src=IMg;
}
function changeImage2(IMg){
    document.bImg2.src=IMg;
}
function changeImage3(IMg){
    document.bImg3.src=IMg;
}
function changeImage4(IMg){
    document.bImg4.src=IMg;
}
function changeImage5(IMg){
    document.bImg5.src=IMg;
}
function changeImage6(IMg){
    document.bImg6.src=IMg;
}
function changeImage7(IMg){
    document.bImg7.src=IMg;
}
function changeImage8(IMg){
    document.bImg8.src=IMg;
}
function changeImage9(IMg){
    document.bImg9.src=IMg;
}
/*
*** ボタンアニメーション
**************************************************************************************************************************************************/