//////////////////////////////////////////////////
//	暮らしと銅画面ウィンドウ表示 javascript	//
//////////////////////////////////////////////////


// 建材
function kenzai()
{
	window.open("kurashi_kenzai.html","WindowOpen1",
	"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=590,height=590")
}
// キッチン
function kitchen()
{
	window.open("kurashi_kitchen.html","WindowOpen1",
	"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=590,height=590")
}
// 
function kaden()
{
	window.open("kurashi_kaden.html","WindowOpen1",
	"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=590,height=590")
}
// キッチン
function kuruma()
{
	window.open("kurashi_kuruma.html","WindowOpen1",
	"toolbar=yes,location=no,directories=no,status=yes,menubar=yes,scrollbars=yes,resizable=yes,width=590,height=590")
}

