/* ヘッダ部分ナビゲーション用スクリプト */

function jump() {
	aaa=document.menu.submenu.selectedIndex;
	bbb=document.menu.submenu.options[aaa].value;
	window.location.href=bbb;
	}

function show() {
	document.getElementById("submenu1").style.visibility="visible";
	}
function shut() {
	document.getElementById("submenu1").style.visibility="hidden";
	}

function show2() {
	document.getElementById("submenu2").style.visibility="visible";
	}
function shut2() {
	document.getElementById("submenu2").style.visibility="hidden";
	}


/* ヘッダ部分ナビゲーション用スクリプト */


/* クロスページサンプル表示用スクリプト */

function clothWhiteShow() {
	document.getElementById("clothWhiteTab").style.visibility="visible";
	}
function clothWhiteShut() {
	document.getElementById("clothWhiteTab").style.visibility="hidden";
	}

function clothPinkShow() {
	document.getElementById("clothPinkTab").style.visibility="visible";
	}
function clothPinkShut() {
	document.getElementById("clothPinkTab").style.visibility="hidden";
	}

function clothYellowShow() {
	document.getElementById("clothYellowTab").style.visibility="visible";
	}
function clothYellowShut() {
	document.getElementById("clothYellowTab").style.visibility="hidden";
	}

function clothGreenShow() {
	document.getElementById("clothGreenTab").style.visibility="visible";
	}
function clothGreenShut() {
	document.getElementById("clothGreenTab").style.visibility="hidden";
	}

function clothBlueShow() {
	document.getElementById("clothBlueTab").style.visibility="visible";
	}
function clothBlueShut() {
	document.getElementById("clothBlueTab").style.visibility="hidden";
	}

/* クロスページサンプル表示用スクリプト */




