/* ウインドウオープン  */

/* 花祭壇 社葬 神式祭壇 */
function open700(theURL) { 
  newWin = window.open(theURL,'alter_company','scrollbars=no,width=740,height=320,status=no');
  setTimeout("newWin.focus()", 300);
}

/* 神式祭壇 樒祭壇 キリスト教祭壇 */
function open560(theURL) { 
  newWin = window.open(theURL,'alter_pack','scrollbars=no,width=600,height=400,status=no');
  setTimeout("newWin.focus()", 300);
}

/* 花祭壇 */
function open700_2(theURL) { 
  newWin = window.open(theURL,'alter_company','scrollbars=no,width=740,height=420,status=no');
  setTimeout("newWin.focus()", 300);
}

/* 花祭壇イメージ */
function open600(theURL) { 
  newWin = window.open(theURL,'alter_image','scrollbars=no,width=600,height=260,status=no');
  setTimeout("newWin.focus()", 300);
}

/* オリジナル花祭壇 */
function open500(theURL) { 
  newWin = window.open(theURL,'alter_image','scrollbars=no,width=700,height=300,status=no');
  setTimeout("newWin.focus()", 300);
}


//　ロールオーバー
function imgChange(linkName,imgSrc){
    document.images[linkName].src=imgSrc;
}