
<!--
function c_img(a,b,c)
{
	if(a == 0)	{	document.images[b].src = "images/" + c ;}
	if(a == 1)	{	document.images[b].src = "../images/" + c ;}
	if(a == 2)	{	document.images[b].src = "../../images/" + c ;}
	if(a == 3)	{	document.images[b].src = "../../../images/" + c ;}
}

function nw(a,b,c,d)
{
	var nw;
	var option;
	var w;
	var h;
	w = ",width=" + b;
	h = ",height=" + c;
	s = ",scrollbars=" + d;
	option = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes"+ s + w + h;

	nw = window.open(a,'sub_win',option);
	nw.focus();
}

function nw_cv(a,b,c,d)
{
	var nw;
	var option;
	var w;
	var h;
	w = ",width=" + b;
	h = ",height=" + c;
	s = ",scrollbars=" + d;
	option = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes"+ s + w + h;

	nw = window.open(a,'color_v',option);
	nw.focus();
}

function nw_b(a,b,c,d,e)
{
	var nw;
	var option;
	var w;
	var h;
	w = ",width=" + c;
	h = ",height=" + d;
	s = ",scrollbars=" + e;
	option = "toolbar=no,location=no,directories=no,status=no,menubar=no,resizable=yes"+ s + w + h;

	nw = window.open(a,b,option);
	nw.focus();
}

function	nw_shop()
{
	var nw;
	nw = window.open("http://www.wacoal.co.jp/sight/shop_list/cgi/shop_search.cgi?2","shop","toolbar=no,location=no,directories=no,status=no,menubar=no,scrollbars=yes,resizable=yes,width=750,height=500");
	nw.focus();
}

function MM_openBrWindow() { //v2.0
  window.open('https://www.takara.co.jp/environment/otoiawase/index.htm','form','scrollbars=yes,width=630,height=600,status=yes');
}

//-->

