﻿/*
####################################################

	▽階層深さ設定

####################################################
*/

var dir = new Array();
dir = ""; 

/*
####################################################

	△階層深さ設定

####################################################
*/

function INFO() {
	window.open('info/index.html','info','width=550,height=450,resizable=yes,scrollbars=yes,');
	}

//main SWF表示
function swf_main_img(){
	document .write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="759" height="410" bgcolor="#FFFFFF" id="main" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
	document .write ('<param name="wmode" value="transparent">');
	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('<param name="movie" value="navi/main_img.swf"><param name="quality" value="high">');
	document .write ('<embed src="navi/main_img.swf" loop="false" menu="false" quality="high" width="759" height="410" bgcolor="#FFFFFF" name="lift" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document .write ('</embed></object>');
	}


	
//リクルートバナー(300幅)
function swf_recruit(){
	document .write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="210" height="85" bgcolor="#ffffff" id="main" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('<param name="movie" value="navi/banner_recruit300.swf"><param name="quality" value="high">');
	document .write ('<embed src="navi/banner_recruit.swf" loop="false" menu="false" quality="high" width="210" height="85" bgcolor="#ffffff" name="lift" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document .write ('</embed></object>');
	}
	
//リクルートバナー(424幅)
function swf_recruit424(){
	document .write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="424" height="85" bgcolor="#ffffff" id="main" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('<param name="movie" value="navi/banner_recruit424.swf"><param name="quality" value="high">');
	document .write ('<embed src="navi/banner_recruit424.swf" loop="false" menu="false" quality="high" width="424" height="85" bgcolor="#ffffff" name="lift" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document .write ('</embed></object>');
	}
	
//コクーニストバナー
function swf_co_banner(){
	document .write ('<object classid="clsid:d27cdb6e-ae6d-11cf-96b8-444553540000" width="220" height="200" bgcolor="#ffffff" id="main" codebase="http://fpdownload.macromedia.com/pub/shockwave/cabs/flash/swflash.cab#version=7,0,0,0">');
	document .write ('<param name="allowscriptaccess" value="samedomain">');
	document .write ('<param name="movie" value="navi/banner_080404_cocoonist.swf"><param name="quality" value="high">');
	document .write ('<embed src="navi/banner_080404_cocoonist.swf" loop="false" menu="false" quality="high" width="220" height="200" bgcolor="#ffffff" name="lift" align="middle" allowscriptaccess="samedomain" type="application/x-shockwave-flash" pluginspage="http://www.macromedia.com/go/getflashplayer">');
	document .write ('</embed></object>');
	}
	
/*main_image*/
//デフォルト
function opimg(id){
	var obj = document.getElementById(id);
	obj.style.display = '';
	return false;
	}
function climg(id){
	var obj = document.getElementById(id);
	obj.style.display = 'none';
	return false;
	}

/*What's New BUCK NUMBER*/
//開く
function open_tr(id){
	var obj = document.getElementById(id);
	obj.style.display = '';
	return false;
	}
//閉じる
function close_tr(id){
	var obj = document.getElementById(id);
	obj.style.display = 'none';
	return false;
	}

//ナビ設定
var imgM = new Array();
		
		//メインイメージ設定
		imgM[10000] = new Image();  imgM[10000].src = "navi/main_img00.jpg";
		imgM[10001] = new Image();  imgM[10001].src = "navi/main_img01.jpg";
		imgM[10002] = new Image();  imgM[10002].src = "navi/main_img02.jpg";
		imgM[10003] = new Image();  imgM[10003].src = "navi/main_img03.jpg";
		imgM[10004] = new Image();  imgM[10004].src = "navi/main_img04.jpg";
		imgM[10005] = new Image();  imgM[10005].src = "navi/main_img05.jpg";
		imgM[10006] = new Image();  imgM[10006].src = "navi/main_img06.jpg";
		imgM[10007] = new Image();  imgM[10007].src = "navi/main_img07.jpg";
		imgM[10008] = new Image();  imgM[10008].src = "navi/main_img08.jpg";

		//UPボタン
		imgM[9000] = new Image();  imgM[9000].src = "img/up.gif";
		imgM[9001] = new Image();  imgM[9001].src = "img/up_ov.gif";
		
		//sitemapボタン
		imgM[9002] = new Image();  imgM[9002].src = "img/sitemap.gif";
		imgM[9003] = new Image();  imgM[9003].src = "img/sitemap_ov.gif";
		
		//ARCHIVESボタン
		imgM[9004] = new Image();  imgM[9004].src = "img/archives.gif";
		imgM[9005] = new Image();  imgM[9005].src = "img/archives_ov.gif";
		
		//BACKNUMBERボタン
		imgM[9006] = new Image();  imgM[9006].src = "img/backnumber.gif";
		imgM[9007] = new Image();  imgM[9007].src = "img/backnumber_ov.gif";
		
		//CLOSEボタン
		imgM[9008] = new Image();  imgM[9008].src = "img/close.gif";
		imgM[9009] = new Image();  imgM[9009].src = "img/close_ov.gif";
		
		//BACKボタン
		imgM[9010] = new Image();  imgM[9010].src = "img/back.gif";
		imgM[9011] = new Image();  imgM[9011].src = "img/back_ov.gif";

		//メルマガバナー
		imgM[9012] = new Image();  imgM[9012].src = "img/mag_banner.gif";
		imgM[9013] = new Image();  imgM[9013].src = "img/mag_banner_ov.gif";
		
		//GSバナー
		imgM[9016] = new Image();  imgM[9016].src = "navi/banner_ginza.gif";
		imgM[9017] = new Image();  imgM[9017].src = "navi/banner_ginza_ov.gif";
		
		//Shop Serch
		imgM[9022] = new Image();  imgM[9022].src = "img/shop_search.gif";
		imgM[9023] = new Image();  imgM[9023].src = "img/shop_search_ov.gif";
		
		//オンラインショップ商品ピックアップ
		imgM[9024] = new Image();  imgM[9024].src = "navi/online_pick_up_link.gif";
		imgM[9025] = new Image();  imgM[9025].src = "navi/online_pick_up_link_ov.gif";

		//オンラインショップ商品ピックアップ
		imgM[9026] = new Image();  imgM[9026].src = "navi/online_sonet_3rd_anv.gif";
		imgM[9027] = new Image();  imgM[9027].src = "navi/online_sonet_3rd_anv_ov.gif";
		

function Min(nam,num) {
	document.images[nam].src = imgM[num].src;
	}
function Mout(nam,num) {
	document.images[nam].src = imgM[num].src;
	}


